2023-11-03T14:21:39.103 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-03T14:21:39.105 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533 --verbose --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/orig.config.yaml 2023-11-03T14:21:39.148 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-03T14:21:39.226 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533 branch: wip-adk-testing-2023-11-01-0807 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: '7445533' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-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-11-01-0807 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: 054a55d156d3a2f0db54aab582507ae7417905e5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-01-0807 sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 owner: scheduled_adking@teuthology priority: 50 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: 1028 sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-01-0807 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 targets: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEaJHSOT2o9R/QOholFm1cd+qmrNARHRwF/giuvcA3XrL30v4Ca7SvvoTRYVT0n7nb+c5fS696NGW+H5WrhIc4g= smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQQmf3reTJdTfnb7vdIyDMkc6Cc8gggE/3gVsEvVlLhgbzpuF/RPyF+F21JCXagGhqghr0jAC+4Fk6ol1LxmIc= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-03_14:14:47 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.770726 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-11-03T14:21:39.227 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa; will attempt to use it 2023-11-03T14:21:39.228 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks 2023-11-03T14:21:39.228 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-03T14:21:39.230 INFO:teuthology.task.internal:Checking packages... 2023-11-03T14:21:39.258 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '054a55d156d3a2f0db54aab582507ae7417905e5' 2023-11-03T14:21:39.258 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-03T14:21:39.259 INFO:teuthology.packaging:ref: None 2023-11-03T14:21:39.259 INFO:teuthology.packaging:tag: None 2023-11-03T14:21:39.259 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-01-0807 2023-11-03T14:21:39.260 INFO:teuthology.packaging:sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:21:39.260 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-11-01-0807 2023-11-03T14:21:39.503 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6983.g054a55d1 2023-11-03T14:21:39.503 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-03T14:21:39.510 INFO:teuthology.task.internal:no buildpackages task found 2023-11-03T14:21:39.510 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-03T14:21:39.516 INFO:teuthology.task.internal:Saving configuration 2023-11-03T14:21:39.532 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-03T14:21:39.538 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T14:21:39.564 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533', '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-11-03 14:16:39.822133', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEaJHSOT2o9R/QOholFm1cd+qmrNARHRwF/giuvcA3XrL30v4Ca7SvvoTRYVT0n7nb+c5fS696NGW+H5WrhIc4g='} 2023-11-03T14:21:39.586 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533', '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-11-03 14:16:39.823140', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQQmf3reTJdTfnb7vdIyDMkc6Cc8gggE/3gVsEvVlLhgbzpuF/RPyF+F21JCXagGhqghr0jAC+4Fk6ol1LxmIc='} 2023-11-03T14:21:39.587 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-03T14:21:39.593 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-03T14:21:39.593 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-03T14:21:39.593 INFO:teuthology.run_tasks:Running task console_log... 2023-11-03T14:21:39.675 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f09aeda1c10>, signals=[15]) 2023-11-03T14:21:39.676 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-03T14:21:39.682 INFO:teuthology.task.internal:Opening connections... 2023-11-03T14:21:39.683 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:21:39.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:21:39.758 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2023-11-03T14:21:39.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:21:39.824 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-03T14:21:39.831 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2023-11-03T14:21:39.854 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2023-11-03T14:21:39.854 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2023-11-03T14:21:39.915 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2023-11-03T14:21:39.916 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="8" 2023-11-03T14:21:39.916 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2023-11-03T14:21:39.916 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2023-11-03T14:21:39.916 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="8" 2023-11-03T14:21:39.917 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el8" 2023-11-03T14:21:39.917 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-03T14:21:39.917 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2023-11-03T14:21:39.917 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-03T14:21:39.917 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2023-11-03T14:21:39.918 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-03T14:21:39.918 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-03T14:21:39.918 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-03T14:21:39.919 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2023-11-03T14:21:39.944 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2023-11-03T14:21:39.966 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2023-11-03T14:21:39.966 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2023-11-03T14:21:40.028 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2023-11-03T14:21:40.028 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8" 2023-11-03T14:21:40.028 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2023-11-03T14:21:40.028 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2023-11-03T14:21:40.029 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8" 2023-11-03T14:21:40.029 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2023-11-03T14:21:40.029 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-03T14:21:40.029 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2023-11-03T14:21:40.029 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-03T14:21:40.030 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2023-11-03T14:21:40.030 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-03T14:21:40.030 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-03T14:21:40.030 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-03T14:21:40.031 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2023-11-03T14:21:40.052 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-03T14:21:40.061 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-03T14:21:40.068 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-03T14:21:40.069 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2023-11-03T14:21:40.072 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2023-11-03T14:21:40.092 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-03T14:21:40.097 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-03T14:21:40.098 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2023-11-03T14:21:40.133 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2023-11-03T14:21:40.171 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-03T14:21:40.229 INFO:teuthology.run_tasks:Running task kernel... 2023-11-03T14:21:40.322 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-03T14:21:40.323 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-03T14:21:40.324 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-03T14:21:40.325 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-03T14:21:40.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:21:40.346 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-03T14:21:40.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:21:40.347 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2023-11-03T14:21:40.407 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-489.el8.x86_64 2023-11-03T14:21:40.408 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-489.el8.x86_64 2023-11-03T14:21:40.408 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2023-11-03T14:21:40.409 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-489.el8.x86_64 2023-11-03T14:21:40.410 INFO:teuthology.task.kernel:Running kernel on smithi084: 4.18.0-489.el8.x86_64 2023-11-03T14:21:40.410 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2023-11-03T14:21:43.741 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - AppStream 43 MB/s | 34 MB 00:00 2023-11-03T14:21:43.801 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - AppStream 45 MB/s | 34 MB 00:00 2023-11-03T14:21:51.968 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 52 MB 00:01 2023-11-03T14:21:52.540 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 52 MB 00:02 2023-11-03T14:21:59.576 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras 81 kB/s | 18 kB 00:00 2023-11-03T14:22:00.102 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-11-03T14:22:00.428 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-11-03T14:22:00.456 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-11-03T14:22:00.781 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras common packages 48 kB/s | 6.9 kB 00:00 2023-11-03T14:22:01.083 INFO:teuthology.orchestra.run.smithi084.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-03T14:22:02.089 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-03T14:22:02.394 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-03T14:22:05.887 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 437 kB/s | 24 kB 00:00 2023-11-03T14:22:06.225 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-11-03T14:22:09.545 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-03T14:22:09.546 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-03T14:22:09.757 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-03T14:22:09.758 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-03T14:22:09.811 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-03T14:22:09.813 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:22:09.813 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-11-03T14:22:09.813 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:22:09.813 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2023-11-03T14:22:09.814 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 4.18.0-519.el8 baseos 10 M 2023-11-03T14:22:09.814 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-11-03T14:22:09.814 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 4.18.0-519.el8 baseos 43 M 2023-11-03T14:22:09.814 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 4.18.0-519.el8 baseos 36 M 2023-11-03T14:22:09.815 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:09.815 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-03T14:22:09.815 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:22:09.815 INFO:teuthology.orchestra.run.smithi087.stdout:Install 3 Packages 2023-11-03T14:22:09.815 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:09.816 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 89 M 2023-11-03T14:22:09.816 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2023-11-03T14:22:09.816 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-11-03T14:22:10.030 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-03T14:22:10.031 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:22:10.031 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2023-11-03T14:22:10.031 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:22:10.031 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2023-11-03T14:22:10.032 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 4.18.0-519.el8 baseos 10 M 2023-11-03T14:22:10.032 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-11-03T14:22:10.032 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 4.18.0-519.el8 baseos 43 M 2023-11-03T14:22:10.032 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 4.18.0-519.el8 baseos 36 M 2023-11-03T14:22:10.032 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:10.033 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-03T14:22:10.033 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:22:10.033 INFO:teuthology.orchestra.run.smithi084.stdout:Install 3 Packages 2023-11-03T14:22:10.033 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:10.034 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 89 M 2023-11-03T14:22:10.034 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 96 M 2023-11-03T14:22:10.034 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-11-03T14:22:10.589 INFO:teuthology.orchestra.run.smithi087.stdout:(1/3): kernel-4.18.0-519.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2023-11-03T14:22:11.843 INFO:teuthology.orchestra.run.smithi084.stdout:[MIRROR] kernel-4.18.0-519.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-519.el8.x86_64.rpm (IP: 152.19.134.43) 2023-11-03T14:22:11.843 INFO:teuthology.orchestra.run.smithi084.stdout:[MIRROR] kernel-modules-4.18.0-519.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-519.el8.x86_64.rpm (IP: 152.19.134.43) 2023-11-03T14:22:12.980 INFO:teuthology.orchestra.run.smithi087.stdout:(2/3): kernel-modules-4.18.0-519.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2023-11-03T14:22:13.334 INFO:teuthology.orchestra.run.smithi084.stdout:(1/3): kernel-4.18.0-519.el8.x86_64.rpm 6.5 MB/s | 10 MB 00:01 2023-11-03T14:22:13.523 INFO:teuthology.orchestra.run.smithi087.stdout:(3/3): kernel-core-4.18.0-519.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-11-03T14:22:13.523 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-11-03T14:22:13.523 INFO:teuthology.orchestra.run.smithi087.stdout:Total 24 MB/s | 89 MB 00:03 2023-11-03T14:22:14.201 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-11-03T14:22:14.534 INFO:teuthology.orchestra.run.smithi084.stdout:(2/3): kernel-core-4.18.0-519.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-03T14:22:14.611 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-11-03T14:22:14.612 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-11-03T14:22:15.845 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-11-03T14:22:15.872 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-11-03T14:22:16.676 INFO:teuthology.orchestra.run.smithi084.stdout:(3/3): kernel-modules-4.18.0-519.el8.x86_64.rpm 7.3 MB/s | 36 MB 00:04 2023-11-03T14:22:16.676 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-11-03T14:22:16.676 INFO:teuthology.orchestra.run.smithi084.stdout:Total 13 MB/s | 89 MB 00:06 2023-11-03T14:22:17.346 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-11-03T14:22:17.759 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-11-03T14:22:17.759 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-11-03T14:22:18.644 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-11-03T14:22:19.007 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-11-03T14:22:19.027 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-11-03T14:22:19.170 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:21.852 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-11-03T14:22:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:22.750 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:23.153 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:25.960 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:26.349 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:26.533 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:26.825 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:29.718 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:29.998 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:48.548 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:48.570 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:48.916 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:48.916 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:48.917 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:49.683 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:49.684 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:49.684 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-11-03T14:22:49.684 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-4.18.0-519.el8.x86_64 kernel-core-4.18.0-519.el8.x86_64 2023-11-03T14:22:49.685 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-4.18.0-519.el8.x86_64 2023-11-03T14:22:49.685 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:49.686 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-03T14:22:49.825 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T14:22:50.083 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T14:22:50.083 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T14:22:50.083 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-519.el8.x86_64 2023-11-03T14:22:50.084 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-03T14:22:50.084 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-03T14:22:50.084 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-03T14:22:50.084 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2023-11-03T14:22:50.085 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T14:22:50.293 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T14:22:50.294 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T14:22:50.295 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2023-11-03T14:22:50.329 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2023-11-03T14:22:50.329 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2023-11-03T14:22:50.329 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2023-11-03T14:22:50.330 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 129.el8 2023-11-03T14:22:50.330 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2023-11-03T14:22:50.330 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-03T14:22:50.331 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2023-11-03T14:22:50.331 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9265586 2023-11-03T14:22:50.331 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2023-11-03T14:22:50.332 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-03T14:22:50.332 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-03T14:22:50.332 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-03T14:22:50.332 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-03T14:22:50.333 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2023-11-03T14:22:50.333 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : CentOS BuildSystem 2023-11-03T14:22:50.333 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2023-11-03T14:22:50.334 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-03T14:22:50.334 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2023-11-03T14:22:50.334 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2023-11-03T14:22:50.334 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:50.335 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-03T14:22:50.335 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-03T14:22:50.335 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-03T14:22:50.336 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2023-11-03T14:22:50.337 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:22:50.337 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2023-11-03T14:22:50.339 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-03T14:22:50.339 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-519.el8.x86_64 2023-11-03T14:22:50.339 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-03T14:22:51.769 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:51.792 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:52.088 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2023-11-03T14:22:52.285 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:52.286 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-4.18.0-519.el8.x86_64 1/3 2023-11-03T14:22:52.286 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-4.18.0-519.el8.x86_64 2/3 2023-11-03T14:22:53.037 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T14:22:53.038 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:53.038 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-11-03T14:22:53.038 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-4.18.0-519.el8.x86_64 kernel-core-4.18.0-519.el8.x86_64 2023-11-03T14:22:53.039 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-4.18.0-519.el8.x86_64 2023-11-03T14:22:53.039 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:53.039 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-03T14:22:53.181 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T14:22:53.395 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T14:22:53.395 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T14:22:53.396 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-519.el8.x86_64 2023-11-03T14:22:53.396 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-03T14:22:53.396 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-03T14:22:53.396 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-03T14:22:53.397 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2023-11-03T14:22:53.397 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T14:22:53.604 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T14:22:53.604 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T14:22:53.605 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2023-11-03T14:22:53.639 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2023-11-03T14:22:53.639 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2023-11-03T14:22:53.639 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.02 2023-11-03T14:22:53.639 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 129.el8 2023-11-03T14:22:53.639 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2023-11-03T14:22:53.640 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-03T14:22:53.640 INFO:teuthology.orchestra.run.smithi084.stdout:Group : System Environment/Base 2023-11-03T14:22:53.640 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 9265586 2023-11-03T14:22:53.640 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2023-11-03T14:22:53.640 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-03T14:22:53.641 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-03T14:22:53.641 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-03T14:22:53.641 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-03T14:22:53.641 INFO:teuthology.orchestra.run.smithi084.stdout:Relocations : (not relocatable) 2023-11-03T14:22:53.641 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : CentOS BuildSystem 2023-11-03T14:22:53.642 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2023-11-03T14:22:53.642 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-03T14:22:53.642 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2023-11-03T14:22:53.642 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2023-11-03T14:22:53.642 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:53.643 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-03T14:22:53.643 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-03T14:22:53.643 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-03T14:22:53.643 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2023-11-03T14:22:53.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:22:53.644 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2023-11-03T14:22:53.644 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-03T14:22:53.645 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 4.18.0-519.el8.x86_64 2023-11-03T14:22:53.645 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-03T14:22:54.331 INFO:teuthology.orchestra.run.smithi087.stderr:done 2023-11-03T14:22:54.332 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2023-11-03T14:22:54.356 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.FxkPjmNXnl 2023-11-03T14:22:54.357 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FxkPjmNXnl 2023-11-03T14:22:54.432 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.FxkPjmNXnl 2023-11-03T14:22:54.574 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.FxkPjmNXnl is 6KB 2023-11-03T14:22:54.626 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.FxkPjmNXnl 2023-11-03T14:22:54.644 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2023-11-03T14:22:54.709 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-03T14:22:54.709 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-03T14:22:54.709 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-03T14:22:54.709 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64.conf 2023-11-03T14:22:54.710 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64 2023-11-03T14:22:54.867 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2023-11-03T14:22:55.008 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2023-11-03T14:22:56.883 INFO:teuthology.orchestra.run.smithi084.stderr:done 2023-11-03T14:22:56.884 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2023-11-03T14:22:56.908 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.QOaqD8Z3UD 2023-11-03T14:22:56.908 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QOaqD8Z3UD 2023-11-03T14:22:56.986 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.QOaqD8Z3UD 2023-11-03T14:22:57.140 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.QOaqD8Z3UD is 6KB 2023-11-03T14:22:57.187 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.QOaqD8Z3UD 2023-11-03T14:22:57.205 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2023-11-03T14:22:57.281 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-03T14:22:57.281 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-03T14:22:57.281 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-03T14:22:57.281 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64.conf 2023-11-03T14:22:57.283 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64 2023-11-03T14:22:57.490 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2023-11-03T14:23:24.894 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-03T14:23:24.895 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:23:24.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:23:27.494 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-03T14:23:27.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-03T14:23:27.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:23:59.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-03T14:24:08.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:24:08.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:24:26.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-03T14:24:27.498 DEBUG:teuthology.orchestra.remote:timed out 2023-11-03T14:24:36.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-03T14:24:36.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:24:36.853 DEBUG:teuthology.orchestra.run.smithi084:> true 2023-11-03T14:24:37.300 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-03T14:24:37.300 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-519.el8.x86_64"... 2023-11-03T14:24:37.300 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2023-11-03T14:24:37.318 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-519.el8.x86_64 2023-11-03T14:24:37.318 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-519.el8.x86_64 vs 4.18.0-519.el8.x86_64 2023-11-03T14:24:37.318 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-03T14:24:37.319 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-03T14:24:38.320 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-03T14:24:38.320 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-03T14:24:38.432 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2023-11-03T14:24:38.447 DEBUG:teuthology.parallel:result is None 2023-11-03T14:24:38.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:24:38.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:24:39.220 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-03T14:24:39.493 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:24:39.494 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-519.el8.x86_64"... 2023-11-03T14:24:39.494 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-03T14:24:39.511 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-519.el8.x86_64 2023-11-03T14:24:39.512 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-519.el8.x86_64 vs 4.18.0-519.el8.x86_64 2023-11-03T14:24:39.512 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-03T14:24:39.512 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-03T14:24:40.514 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-03T14:24:40.514 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-03T14:24:40.631 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2023-11-03T14:24:40.644 DEBUG:teuthology.parallel:result is None 2023-11-03T14:24:40.644 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-03T14:24:40.650 INFO:teuthology.task.internal:Creating test directory... 2023-11-03T14:24:40.651 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-03T14:24:40.653 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-03T14:24:40.671 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-03T14:24:40.677 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-03T14:24:40.683 INFO:teuthology.task.internal:Creating archive directory... 2023-11-03T14:24:40.684 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-03T14:24:40.711 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-03T14:24:40.744 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-03T14:24:40.750 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-03T14:24:40.751 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:24:40.774 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:24:40.805 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T14:24:40.816 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T14:24:40.821 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T14:24:40.831 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T14:24:40.833 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-03T14:24:40.844 INFO:teuthology.task.internal:Configuring sudo... 2023-11-03T14:24:40.844 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-03T14:24:40.847 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-03T14:24:40.881 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-03T14:24:40.890 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-03T14:24:40.891 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-03T14:24:40.913 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-03T14:24:40.936 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T14:24:41.010 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T14:24:41.055 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T14:24:41.137 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T14:24:41.175 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:24:41.177 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-03T14:24:41.240 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T14:24:41.342 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T14:24:41.399 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T14:24:41.486 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T14:24:41.846 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:24:41.847 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-03T14:24:41.954 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2023-11-03T14:24:41.957 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2023-11-03T14:24:42.031 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T14:24:42.861 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T14:24:42.930 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-03T14:24:42.943 INFO:teuthology.task.internal:Starting timer... 2023-11-03T14:24:42.944 INFO:teuthology.run_tasks:Running task pcp... 2023-11-03T14:24:42.962 INFO:teuthology.run_tasks:Running task selinux... 2023-11-03T14:24:42.984 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-03T14:24:42.984 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2023-11-03T14:24:43.157 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2023-11-03T14:24:43.158 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2023-11-03T14:24:43.373 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2023-11-03T14:24:43.375 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-03T14:24:43.376 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2023-11-03T14:24:43.417 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2023-11-03T14:24:43.417 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2023-11-03T14:24:43.498 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2023-11-03T14:24:43.498 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi087.front.sepia.ceph.com': 'permissive'} 2023-11-03T14:24:43.499 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:24:43.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:24:43.545 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:24:43.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:24:43.577 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-03T14:24:43.578 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2023-11-03T14:24:43.942 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2023-11-03T14:24:43.971 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-03T14:24:43.983 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-03T14:24:43.997 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-03T14:24:44.129 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-03T14:24:44.151 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-11-03T14:24:44.153 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi087.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-03T14:32:19.114 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi087.front.sepia.ceph.com')] 2023-11-03T14:32:19.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-03T14:32:19.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:32:19.190 DEBUG:teuthology.orchestra.run.smithi084:> true 2023-11-03T14:32:19.257 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-03T14:32:19.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:32:19.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T14:32:19.326 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-03T14:32:19.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-03T14:32:19.393 INFO:teuthology.run_tasks:Running task clock... 2023-11-03T14:32:19.405 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-03T14:32:19.405 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-03T14:32:19.406 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:32:19.412 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-03T14:32:19.412 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:32:19.442 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-03T14:32:19.457 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-03T14:32:19.465 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-03T14:32:19.479 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-03T14:32:19.522 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2023-11-03T14:32:19.534 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2023-11-03T14:32:19.548 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-03T14:32:19.551 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2023-11-03T14:32:19.562 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-03T14:32:19.563 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2023-11-03T14:32:19.576 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-03T14:32:19.589 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-03T14:32:19.634 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-11-03T14:32:19.637 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T14:32:19.638 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-11-03T14:32:19.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.639 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.657 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-03T14:32:19.662 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T14:32:19.662 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-03T14:32:19.662 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.662 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.663 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.663 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:32:19.663 INFO:teuthology.run_tasks:Running task pexec... 2023-11-03T14:32:19.673 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-03T14:32:19.673 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:32:19.674 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-03T14:32:19.674 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2023-11-03T14:32:19.675 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-03T14:32:20.562 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 Nov 2023 02:30:40 PM UTC. 2023-11-03T14:32:20.589 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 Nov 2023 02:30:41 PM UTC. 2023-11-03T14:32:22.634 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-03T14:32:22.635 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:22.635 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2023-11-03T14:32:22.635 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:22.635 INFO:teuthology.orchestra.run.smithi084.stdout:Resetting modules: 2023-11-03T14:32:22.636 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools 2023-11-03T14:32:22.636 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:22.636 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-03T14:32:22.636 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:22.636 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:22.700 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-03T14:32:22.701 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:22.701 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-11-03T14:32:22.702 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:22.702 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2023-11-03T14:32:22.702 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2023-11-03T14:32:22.702 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:22.702 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-03T14:32:22.703 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:22.703 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:22.899 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-03T14:32:23.042 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-03T14:32:23.845 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:43 ago on Fri 03 Nov 2023 02:30:40 PM UTC. 2023-11-03T14:32:23.967 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 Nov 2023 02:30:41 PM UTC. 2023-11-03T14:32:25.952 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-03T14:32:26.030 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-03T14:32:26.125 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:26.125 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2023-11-03T14:32:26.125 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:26.125 INFO:teuthology.orchestra.run.smithi084.stdout:Installing group/module packages: 2023-11-03T14:32:26.126 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-03T14:32:26.126 INFO:teuthology.orchestra.run.smithi084.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-03T14:32:26.126 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-03T14:32:26.126 INFO:teuthology.orchestra.run.smithi084.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-03T14:32:26.126 INFO:teuthology.orchestra.run.smithi084.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-11-03T14:32:26.127 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-03T14:32:26.128 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-03T14:32:26.128 INFO:teuthology.orchestra.run.smithi084.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-03T14:32:26.128 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2023-11-03T14:32:26.128 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-03T14:32:26.128 INFO:teuthology.orchestra.run.smithi084.stdout:Installing module profiles: 2023-11-03T14:32:26.129 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools/common 2023-11-03T14:32:26.129 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:26.129 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling module streams: 2023-11-03T14:32:26.129 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools rhel8 2023-11-03T14:32:26.130 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:26.130 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-03T14:32:26.130 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-03T14:32:26.130 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2023-11-03T14:32:26.130 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:26.131 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 27 M 2023-11-03T14:32:26.131 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 89 M 2023-11-03T14:32:26.132 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-11-03T14:32:26.201 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:26.201 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-11-03T14:32:26.201 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:26.201 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2023-11-03T14:32:26.202 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-03T14:32:26.202 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-03T14:32:26.202 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-03T14:32:26.202 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-03T14:32:26.202 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-03T14:32:26.203 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-03T14:32:26.203 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-03T14:32:26.203 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-03T14:32:26.203 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-03T14:32:26.203 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-11-03T14:32:26.204 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-03T14:32:26.204 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-03T14:32:26.204 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-03T14:32:26.204 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2023-11-03T14:32:26.204 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-03T14:32:26.205 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2023-11-03T14:32:26.205 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2023-11-03T14:32:26.205 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:26.205 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2023-11-03T14:32:26.205 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2023-11-03T14:32:26.206 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:26.206 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-03T14:32:26.206 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-03T14:32:26.206 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2023-11-03T14:32:26.206 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:26.207 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 27 M 2023-11-03T14:32:26.207 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 89 M 2023-11-03T14:32:26.207 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-11-03T14:32:26.489 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.6 MB/s | 750 kB 00:00 2023-11-03T14:32:26.501 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.9 MB/s | 750 kB 00:00 2023-11-03T14:32:26.531 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 6.5 MB/s | 1.0 MB 00:00 2023-11-03T14:32:26.534 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 7.2 MB/s | 1.0 MB 00:00 2023-11-03T14:32:26.552 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 754 kB/s | 38 kB 00:00 2023-11-03T14:32:26.556 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2023-11-03T14:32:26.598 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-03T14:32:26.602 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-03T14:32:26.664 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-03T14:32:26.698 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 30 MB/s | 9.6 MB 00:00 2023-11-03T14:32:26.727 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-11-03T14:32:26.753 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 269 kB/s | 25 kB 00:00 2023-11-03T14:32:26.753 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 1.1 MB/s | 178 kB 00:00 2023-11-03T14:32:26.778 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-03T14:32:26.782 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 296 kB/s | 25 kB 00:00 2023-11-03T14:32:26.832 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-03T14:32:26.903 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 19 MB/s | 9.6 MB 00:00 2023-11-03T14:32:26.908 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-03T14:32:26.954 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-11-03T14:32:26.987 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 630 kB/s | 53 kB 00:00 2023-11-03T14:32:27.012 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2023-11-03T14:32:27.025 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 34 MB/s | 8.1 MB 00:00 2023-11-03T14:32:27.050 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2023-11-03T14:32:27.075 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 822 kB/s | 41 kB 00:00 2023-11-03T14:32:27.126 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.7 MB/s | 2.5 MB 00:00 2023-11-03T14:32:27.126 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-11-03T14:32:27.126 INFO:teuthology.orchestra.run.smithi084.stdout:Total 27 MB/s | 27 MB 00:00 2023-11-03T14:32:27.146 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-11-03T14:32:27.147 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-11-03T14:32:27.147 INFO:teuthology.orchestra.run.smithi087.stdout:Total 28 MB/s | 27 MB 00:00 2023-11-03T14:32:27.396 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-11-03T14:32:27.415 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-11-03T14:32:27.417 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-11-03T14:32:27.417 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-11-03T14:32:27.437 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-11-03T14:32:27.438 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-11-03T14:32:27.678 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-11-03T14:32:27.679 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-11-03T14:32:27.681 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-11-03T14:32:27.682 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-11-03T14:32:28.356 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-11-03T14:32:28.373 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-11-03T14:32:28.579 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-03T14:32:28.636 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-03T14:32:28.765 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-03T14:32:28.806 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-03T14:32:28.977 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-03T14:32:29.004 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-03T14:32:29.214 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T14:32:29.226 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T14:32:29.764 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-03T14:32:29.788 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-03T14:32:30.758 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T14:32:30.762 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T14:32:30.979 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-03T14:32:31.015 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-03T14:32:31.188 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-03T14:32:31.212 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-03T14:32:31.428 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-03T14:32:31.493 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-03T14:32:31.833 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-03T14:32:31.891 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-03T14:32:32.785 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T14:32:32.909 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T14:32:33.011 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-03T14:32:33.147 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-03T14:32:33.188 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T14:32:33.356 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T14:32:33.614 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T14:32:33.614 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-03T14:32:33.615 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-03T14:32:33.615 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-03T14:32:33.615 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T14:32:33.615 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-03T14:32:33.615 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T14:32:33.616 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-03T14:32:33.779 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T14:32:33.779 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-03T14:32:33.780 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-03T14:32:33.780 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-03T14:32:33.780 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T14:32:33.780 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-03T14:32:33.780 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T14:32:33.781 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-03T14:32:33.781 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-03T14:32:33.781 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-03T14:32:33.781 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-03T14:32:33.781 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T14:32:33.782 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-03T14:32:34.386 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-03T14:32:34.386 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:34.387 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-11-03T14:32:34.387 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.387 INFO:teuthology.orchestra.run.smithi084.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.387 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.387 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-03T14:32:34.388 INFO:teuthology.orchestra.run.smithi084.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.388 INFO:teuthology.orchestra.run.smithi084.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.388 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.388 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-03T14:32:34.388 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-03T14:32:34.389 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.389 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.389 INFO:teuthology.orchestra.run.smithi084.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.389 INFO:teuthology.orchestra.run.smithi084.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-03T14:32:34.389 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:32:34.390 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-03T14:32:34.605 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-03T14:32:34.605 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:34.605 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-11-03T14:32:34.605 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.605 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.606 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.606 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-03T14:32:34.606 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.606 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.606 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.607 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-03T14:32:34.607 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-03T14:32:34.607 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.607 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-03T14:32:34.607 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-03T14:32:34.608 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-03T14:32:34.608 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:32:34.608 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-03T14:32:34.634 DEBUG:teuthology.parallel:result is None 2023-11-03T14:32:34.877 DEBUG:teuthology.parallel:result is None 2023-11-03T14:32:34.878 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-03T14:32:34.960 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': '054a55d156d3a2f0db54aab582507ae7417905e5'} 2023-11-03T14:32:34.961 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-03T14:32:34.962 INFO:tasks.cephadm:Cluster fsid is d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:34.962 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-03T14:32:34.963 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-03T14:32:34.963 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi084': '172.21.15.84', 'mon.smithi087': '172.21.15.87'} 2023-11-03T14:32:34.963 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-03T14:32:34.964 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2023-11-03T14:32:34.993 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2023-11-03T14:32:35.022 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-03T14:32:35.023 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:32:35.399 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 3 14:32 /home/ubuntu/cephtest/cephadm 2023-11-03T14:32:35.399 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:32:35.540 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 3 14:32 /home/ubuntu/cephtest/cephadm 2023-11-03T14:32:35.541 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-03T14:32:35.561 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-03T14:32:35.589 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-03T14:32:35.589 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-03T14:32:35.603 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-03T14:32:37.244 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T14:32:37.416 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T14:32:51.956 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:32:51.956 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-03T14:32:51.956 INFO:teuthology.orchestra.run.smithi084.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-03T14:32:51.957 INFO:teuthology.orchestra.run.smithi084.stdout: "repo_digests": [ 2023-11-03T14:32:51.957 INFO:teuthology.orchestra.run.smithi084.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-03T14:32:51.957 INFO:teuthology.orchestra.run.smithi084.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-03T14:32:51.957 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2023-11-03T14:32:51.957 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:32:52.065 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2023-11-03T14:32:52.065 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-03T14:32:52.065 INFO:teuthology.orchestra.run.smithi087.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-03T14:32:52.066 INFO:teuthology.orchestra.run.smithi087.stdout: "repo_digests": [ 2023-11-03T14:32:52.066 INFO:teuthology.orchestra.run.smithi087.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-03T14:32:52.066 INFO:teuthology.orchestra.run.smithi087.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-03T14:32:52.066 INFO:teuthology.orchestra.run.smithi087.stdout: ] 2023-11-03T14:32:52.066 INFO:teuthology.orchestra.run.smithi087.stdout:} 2023-11-03T14:32:52.083 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2023-11-03T14:32:52.114 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2023-11-03T14:32:52.145 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2023-11-03T14:32:52.181 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2023-11-03T14:32:52.213 INFO:tasks.cephadm:Writing seed config... 2023-11-03T14:32:52.215 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-03T14:32:52.215 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-03T14:32:52.215 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-03T14:32:52.216 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-03T14:32:52.216 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-03T14:32:52.216 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-03T14:32:52.216 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-03T14:32:52.217 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-03T14:32:52.217 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:32:52.218 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-03T14:32:52.239 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 = d46a7d60-7a55-11ee-8db9-212e2dc638e7 [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-11-03T14:32:52.240 DEBUG:teuthology.orchestra.run.smithi084:mon.smithi084> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service 2023-11-03T14:32:52.281 INFO:tasks.cephadm:Bootstrapping... 2023-11-03T14:32:52.282 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 --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.84 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:32:52.308 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:-- Logs begin at Fri 2023-11-03 14:24:21 UTC. -- 2023-11-03T14:32:52.473 INFO:teuthology.orchestra.run.smithi084.stderr:-------------------------------------------------------------------------------- 2023-11-03T14:32:52.474 INFO:teuthology.orchestra.run.smithi084.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'd46a7d60-7a55-11ee-8db9-212e2dc638e7', '--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.84', '--skip-admin-label'] 2023-11-03T14:32:52.494 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-03T14:32:52.504 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying podman|docker is present... 2023-11-03T14:32:52.523 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-03T14:32:52.534 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying lvm2 is present... 2023-11-03T14:32:52.534 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying time synchronization is in place... 2023-11-03T14:32:52.541 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-03T14:32:52.546 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:32:52.552 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2023-11-03T14:32:52.557 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2023-11-03T14:32:52.558 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2023-11-03T14:32:52.558 INFO:teuthology.orchestra.run.smithi084.stderr:Repeating the final host check... 2023-11-03T14:32:52.577 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-03T14:32:52.588 INFO:teuthology.orchestra.run.smithi084.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-03T14:32:52.588 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl is present 2023-11-03T14:32:52.588 INFO:teuthology.orchestra.run.smithi084.stderr:lvcreate is present 2023-11-03T14:32:52.593 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-03T14:32:52.599 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:32:52.605 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2023-11-03T14:32:52.610 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2023-11-03T14:32:52.611 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2023-11-03T14:32:52.611 INFO:teuthology.orchestra.run.smithi084.stderr:Host looks OK 2023-11-03T14:32:52.612 INFO:teuthology.orchestra.run.smithi084.stderr:Cluster fsid: d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:52.612 INFO:teuthology.orchestra.run.smithi084.stderr:Acquiring lock 139742808465536 on /run/cephadm/d46a7d60-7a55-11ee-8db9-212e2dc638e7.lock 2023-11-03T14:32:52.612 INFO:teuthology.orchestra.run.smithi084.stderr:Lock 139742808465536 acquired on /run/cephadm/d46a7d60-7a55-11ee-8db9-212e2dc638e7.lock 2023-11-03T14:32:52.612 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 3300 ... 2023-11-03T14:32:52.613 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 6789 ... 2023-11-03T14:32:52.613 INFO:teuthology.orchestra.run.smithi084.stderr:Base mon IP is 172.21.15.84, final addrv is [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2023-11-03T14:32:52.614 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.84 metric 100 2023-11-03T14:32:52.615 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.84 metric 100 2023-11-03T14:32:52.623 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-03T14:32:52.624 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-03T14:32:52.624 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1778sec hoplimit 64 pref medium 2023-11-03T14:32:52.624 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-03T14:32:52.624 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-03T14:32:52.624 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-03T14:32:52.625 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-03T14:32:52.625 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d751/64 scope link 2023-11-03T14:32:52.625 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-03T14:32:52.626 INFO:teuthology.orchestra.run.smithi084.stderr:Mon IP `172.21.15.84` is in CIDR network `172.21.0.0/20` 2023-11-03T14:32:52.626 INFO:teuthology.orchestra.run.smithi084.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-03T14:32:52.626 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T14:32:52.700 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-03T14:32:53.024 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Getting image source signatures 2023-11-03T14:32:53.025 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-03T14:32:53.025 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-03T14:32:53.025 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-03T14:32:53.026 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-03T14:32:53.026 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-03T14:32:53.026 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-03T14:32:53.092 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Writing manifest to image destination 2023-11-03T14:32:53.280 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-03T14:32:53.633 INFO:teuthology.orchestra.run.smithi084.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-03T14:32:53.975 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-03T14:32:53.975 INFO:teuthology.orchestra.run.smithi084.stderr:Extracting ceph user uid/gid from container image... 2023-11-03T14:32:54.280 INFO:teuthology.orchestra.run.smithi084.stderr:stat: 167 167 2023-11-03T14:32:54.603 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial keys... 2023-11-03T14:32:54.845 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQCWBEVl+ShfMRAAjuslbdFyoDMLtOUDixJBqg== 2023-11-03T14:32:55.512 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQCXBEVlmot/HRAAo/9xtWbEUht/hKECYM9n+g== 2023-11-03T14:32:56.095 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQCYBEVlWTiiBBAA7xeAUZfZWAJ7wjqSj0DzWQ== 2023-11-03T14:32:56.449 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial monmap... 2023-11-03T14:32:56.695 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-03T14:32:56.696 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-03T14:32:56.696 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:56.696 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-03T14:32:57.036 INFO:teuthology.orchestra.run.smithi084.stderr:monmaptool for smithi084 [v2:172.21.15.84:3300,v1:172.21.15.84:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-03T14:32:57.037 INFO:teuthology.orchestra.run.smithi084.stderr:setting min_mon_release = octopus 2023-11-03T14:32:57.037 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: set fsid to d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:57.037 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-03T14:32:57.037 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:32:57.037 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mon... 2023-11-03T14:32:57.741 INFO:teuthology.orchestra.run.smithi084.stderr:create mon.smithi084 on 2023-11-03T14:32:57.843 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-03T14:32:57.940 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target. 2023-11-03T14:32:57.941 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target. 2023-11-03T14:32:58.142 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service: Unit ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service not loaded. 2023-11-03T14:32:58.149 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target.wants/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service → /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@.service. 2023-11-03T14:32:58.592 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-03T14:32:58.599 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:32:58.600 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-03T14:32:58.601 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2023-11-03T14:32:58.601 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon to start... 2023-11-03T14:32:58.601 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon... 2023-11-03T14:32:58.832 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:58 smithi084 ceph-mon[107846]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-03T14:32:59.096 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: cluster: 2023-11-03T14:32:59.096 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: id: d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:59.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-03T14:32:59.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: services: 2023-11-03T14:32:59.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi084 (age 0.489309s) 2023-11-03T14:32:59.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-03T14:32:59.098 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-03T14:32:59.098 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.098 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: data: 2023-11-03T14:32:59.099 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-03T14:32:59.099 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-03T14:32:59.099 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-03T14:32:59.099 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pgs: 2023-11-03T14:32:59.100 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:mon is available 2023-11-03T14:32:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:Assimilating anything we can from ceph.conf... 2023-11-03T14:32:59.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.871 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [global] 2023-11-03T14:32:59.871 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: fsid = d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:32:59.872 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2023-11-03T14:32:59.872 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-03T14:32:59.872 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-03T14:32:59.873 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-03T14:32:59.873 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-03T14:32:59.873 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.874 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [mgr] 2023-11-03T14:32:59.874 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-03T14:32:59.875 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:32:59.875 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [osd] 2023-11-03T14:32:59.875 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-03T14:32:59.876 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-03T14:32:59.887 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-03T14:32:59.887 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2023-11-03T14:32:59.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: fsmap 2023-11-03T14:32:59.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: osdmap e1: 0 total, 0 up, 0 in 2023-11-03T14:32:59.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: mgrmap e1: no daemons active 2023-11-03T14:32:59.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:32:59 smithi084 ceph-mon[107846]: from='client.? 172.21.15.84:0/1776946453' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-03T14:33:00.238 INFO:teuthology.orchestra.run.smithi084.stderr:Generating new minimal ceph.conf... 2023-11-03T14:33:00.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:00 smithi084 ceph-mon[107846]: from='client.? 172.21.15.84:0/1622589974' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-03T14:33:00.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:00 smithi084 ceph-mon[107846]: from='client.? 172.21.15.84:0/1622589974' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-03T14:33:00.989 INFO:teuthology.orchestra.run.smithi084.stderr:Restarting the monitor... 2023-11-03T14:33:01.437 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:00 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:33:01.437 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 bash[108153]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon.smithi084" found: no such container 2023-11-03T14:33:01.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084[107823]: 2023-11-03T14:33:01.084+0000 7f762c8ff700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -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-11-03T14:33:01.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084[107823]: 2023-11-03T14:33:01.084+0000 7f762c8ff700 -1 mon.smithi084@0(leader) e1 *** Got Signal Terminated *** 2023-11-03T14:33:01.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 bash[108165]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084 2023-11-03T14:33:01.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 bash[108202]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon.smithi084" found: no such container 2023-11-03T14:33:01.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 systemd[1]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service: Succeeded. 2023-11-03T14:33:01.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 systemd[1]: Stopped Ceph mon.smithi084 for d46a7d60-7a55-11ee-8db9-212e2dc638e7. 2023-11-03T14:33:01.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 systemd[1]: Starting Ceph mon.smithi084 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:33:01.930 INFO:teuthology.orchestra.run.smithi084.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-03T14:33:02.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: set uid:gid to 167:167 (ceph:ceph) 2023-11-03T14:33:02.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-03T14:33:02.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: pidfile_write: ignore empty --pid-file 2023-11-03T14:33:02.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 bash[108269]: 817c1ff6b6de0abbfa040b6d89087c3e19ba6d9d7c48909158af5c174e830446 2023-11-03T14:33:02.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: load: jerasure load: lrc 2023-11-03T14:33:02.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: RocksDB version: 6.15.5 2023-11-03T14:33:02.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-03T14:33:02.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Compile date Apr 18 2022 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: DB SUMMARY 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: DB Session ID: M7M92IAYYH8QHMUFCLQD 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: CURRENT file: CURRENT 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: IDENTITY file: IDENTITY 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-03T14:33:02.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi084/store.db dir, Total Num: 1, files: 000008.sst 2023-11-03T14:33:02.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi084/store.db: 000010.log size: 80767 ; 2023-11-03T14:33:02.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.error_if_exists: 0 2023-11-03T14:33:02.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.create_if_missing: 0 2023-11-03T14:33:02.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.paranoid_checks: 1 2023-11-03T14:33:02.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-03T14:33:02.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.env: 0x55a36a3fd860 2023-11-03T14:33:02.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.fs: Posix File System 2023-11-03T14:33:02.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.info_log: 0x55a36c7e9fa0 2023-11-03T14:33:02.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_file_opening_threads: 16 2023-11-03T14:33:02.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.statistics: (nil) 2023-11-03T14:33:02.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.use_fsync: 0 2023-11-03T14:33:02.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_log_file_size: 0 2023-11-03T14:33:02.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-03T14:33:02.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-03T14:33:02.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.keep_log_file_num: 1000 2023-11-03T14:33:02.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.recycle_log_file_num: 0 2023-11-03T14:33:02.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_fallocate: 1 2023-11-03T14:33:02.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_mmap_reads: 0 2023-11-03T14:33:02.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_mmap_writes: 0 2023-11-03T14:33:02.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.use_direct_reads: 0 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.create_missing_column_families: 0 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.db_log_dir: 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi084/store.db 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-03T14:33:02.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-03T14:33:02.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-03T14:33:02.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-03T14:33:02.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-03T14:33:02.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-03T14:33:02.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.advise_random_on_open: 1 2023-11-03T14:33:02.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.db_write_buffer_size: 0 2023-11-03T14:33:02.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.write_buffer_manager: 0x55a36c8da330 2023-11-03T14:33:02.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-03T14:33:02.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-03T14:33:02.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-03T14:33:02.216 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-03T14:33:02.216 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.rate_limiter: (nil) 2023-11-03T14:33:02.216 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-03T14:33:02.216 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.wal_recovery_mode: 2 2023-11-03T14:33:02.216 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.enable_thread_tracking: 0 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.enable_pipelined_write: 0 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.unordered_write: 0 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-03T14:33:02.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-03T14:33:02.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.row_cache: None 2023-11-03T14:33:02.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.wal_filter: None 2023-11-03T14:33:02.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-03T14:33:02.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_ingest_behind: 0 2023-11-03T14:33:02.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.preserve_deletes: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.two_write_queues: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.manual_wal_flush: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.atomic_flush: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-03T14:33:02.219 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-03T14:33:02.220 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.log_readahead_size: 0 2023-11-03T14:33:02.220 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-03T14:33:02.220 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.best_efforts_recovery: 0 2023-11-03T14:33:02.220 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-03T14:33:02.220 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-03T14:33:02.221 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.allow_data_in_errors: 0 2023-11-03T14:33:02.221 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.db_host_id: __hostname__ 2023-11-03T14:33:02.221 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_background_jobs: 2 2023-11-03T14:33:02.221 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_background_compactions: -1 2023-11-03T14:33:02.221 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_subcompactions: 1 2023-11-03T14:33:02.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-03T14:33:02.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-03T14:33:02.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-03T14:33:02.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_total_wal_size: 0 2023-11-03T14:33:02.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_open_files: -1 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bytes_per_sync: 0 2023-11-03T14:33:02.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-03T14:33:02.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-03T14:33:02.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_readahead_size: 0 2023-11-03T14:33:02.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_background_flushes: -1 2023-11-03T14:33:02.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Compression algorithms supported: 2023-11-03T14:33:02.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-03T14:33:02.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kZSTD supported: 0 2023-11-03T14:33:02.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kXpressCompression supported: 0 2023-11-03T14:33:02.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kLZ4HCCompression supported: 1 2023-11-03T14:33:02.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kLZ4Compression supported: 1 2023-11-03T14:33:02.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kBZip2Compression supported: 0 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kZlibCompression supported: 1 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: kSnappyCompression supported: 1 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000009 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-03T14:33:02.226 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-03T14:33:02.227 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.merge_operator: 2023-11-03T14:33:02.227 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_filter: None 2023-11-03T14:33:02.227 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_filter_factory: None 2023-11-03T14:33:02.227 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.sst_partitioner_factory: None 2023-11-03T14:33:02.227 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-03T14:33:02.228 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-03T14:33:02.228 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a36c7b5d00) 2023-11-03T14:33:02.228 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: cache_index_and_filter_blocks: 1 2023-11-03T14:33:02.228 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-03T14:33:02.228 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-03T14:33:02.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: pin_top_level_index_and_filter: 1 2023-11-03T14:33:02.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_type: 0 2023-11-03T14:33:02.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: data_block_index_type: 0 2023-11-03T14:33:02.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_shortening: 1 2023-11-03T14:33:02.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-03T14:33:02.230 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: hash_index_allow_collision: 1 2023-11-03T14:33:02.230 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: checksum: 1 2023-11-03T14:33:02.230 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: no_block_cache: 0 2023-11-03T14:33:02.230 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache: 0x55a36c820170 2023-11-03T14:33:02.230 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_name: BinnedLRUCache 2023-11-03T14:33:02.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_options: 2023-11-03T14:33:02.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: capacity : 536870912 2023-11-03T14:33:02.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: num_shard_bits : 4 2023-11-03T14:33:02.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: strict_capacity_limit : 0 2023-11-03T14:33:02.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: high_pri_pool_ratio: 0.000 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_compressed: (nil) 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: persistent_cache: (nil) 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_size: 4096 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_size_deviation: 10 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_restart_interval: 16 2023-11-03T14:33:02.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_block_restart_interval: 1 2023-11-03T14:33:02.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: metadata_block_size: 4096 2023-11-03T14:33:02.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: partition_filters: 0 2023-11-03T14:33:02.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: use_delta_encoding: 1 2023-11-03T14:33:02.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-03T14:33:02.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: whole_key_filtering: 1 2023-11-03T14:33:02.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: verify_compression: 0 2023-11-03T14:33:02.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: read_amp_bytes_per_bit: 0 2023-11-03T14:33:02.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: format_version: 4 2023-11-03T14:33:02.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: enable_index_compression: 1 2023-11-03T14:33:02.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_align: 0 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.write_buffer_size: 33554432 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_write_buffer_number: 2 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression: NoCompression 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression: Disabled 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.prefix_extractor: nullptr 2023-11-03T14:33:02.235 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-03T14:33:02.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.num_levels: 7 2023-11-03T14:33:02.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-03T14:33:02.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-03T14:33:02.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-03T14:33:02.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-03T14:33:02.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-03T14:33:02.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-03T14:33:02.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-03T14:33:02.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-03T14:33:02.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-03T14:33:02.238 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-03T14:33:02.238 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-03T14:33:02.238 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.level: 32767 2023-11-03T14:33:02.238 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.strategy: 0 2023-11-03T14:33:02.238 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-03T14:33:02.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-03T14:33:02.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-03T14:33:02.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compression_opts.enabled: false 2023-11-03T14:33:02.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-03T14:33:02.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-03T14:33:02.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-03T14:33:02.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.target_file_size_base: 67108864 2023-11-03T14:33:02.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-03T14:33:02.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-03T14:33:02.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-03T14:33:02.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-03T14:33:02.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-03T14:33:02.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-03T14:33:02.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-03T14:33:02.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-03T14:33:02.242 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.arena_block_size: 4194304 2023-11-03T14:33:02.243 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-03T14:33:02.243 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-03T14:33:02.243 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-03T14:33:02.243 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.disable_auto_compactions: 0 2023-11-03T14:33:02.243 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-03T14:33:02.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-03T14:33:02.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-03T14:33:02.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-03T14:33:02.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-03T14:33:02.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.table_properties_collectors: 2023-11-03T14:33:02.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.inplace_update_support: 0 2023-11-03T14:33:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-03T14:33:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-03T14:33:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-03T14:33:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-03T14:33:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.bloom_locality: 0 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.max_successive_merges: 0 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.paranoid_file_checks: 0 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.force_consistency_checks: 1 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.report_bg_io_stats: 0 2023-11-03T14:33:02.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.ttl: 2592000 2023-11-03T14:33:02.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-03T14:33:02.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.enable_blob_files: false 2023-11-03T14:33:02.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.min_blob_size: 0 2023-11-03T14:33:02.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.blob_file_size: 268435456 2023-11-03T14:33:02.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 systemd[1]: Started Ceph mon.smithi084 for d46a7d60-7a55-11ee-8db9-212e2dc638e7. 2023-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi084/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-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-03T14:33:02.249 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-03T14:33:02.250 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699021981929649, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-03T14:33:02.250 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-03T14:33:02.250 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: 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-11-03T14:33:02.250 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699021981930626, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77625, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75883, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70339, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699021981, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "06465292-d8e6-4aec-96c3-a0d89ac0d338", "db_session_id": "M7M92IAYYH8QHMUFCLQD"}} 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699021981931128, "job": 1, "event": "recovery_finished"} 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi084/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a36c806a80 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: DB pointer 0x55a36c816000 2023-11-03T14:33:02.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-03T14:33:02.252 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-03T14:33:02.252 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** DB Stats ** 2023-11-03T14:33:02.252 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:33:02.252 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.252 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-03T14:33:02.253 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T14:33:02.253 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.253 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-03T14:33:02.253 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T14:33:02.253 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.254 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-03T14:33:02.254 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.254 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:33:02.254 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.254 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.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 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:33:02.255 INFO:journalctl@ceph.mon.smithi084.smithi084.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 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:33:02.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T14:33:02.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T14:33:02.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T14:33:02.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T14:33:02.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T14:33:02.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative compaction: 0.00 GB write, 17.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:33:02.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval compaction: 0.00 GB write, 17.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:33:02.257 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:33:02.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.259 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.259 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.259 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.259 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-03T14:33:02.259 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.260 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:33:02.260 INFO:journalctl@ceph.mon.smithi084.smithi084.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 118.1 0.00 0.00 1 0.001 0 0 2023-11-03T14:33:02.260 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:33:02.260 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T14:33:02.260 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T14:33:02.261 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T14:33:02.261 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T14:33:02.261 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T14:33:02.261 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative compaction: 0.00 GB write, 17.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:33:02.261 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.262 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T14:33:02.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: starting mon.smithi084 rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi084 fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:02.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???) e1 preinit fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).mds e1 new map 2023-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).mds e1 print_map 2023-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: e1 2023-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.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-11-03T14:33:02.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: legacy client fscid: -1 2023-11-03T14:33:02.264 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-03T14:33:02.264 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: No filesystems configured 2023-11-03T14:33:02.264 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-03T14:33:02.264 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:33:02.264 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:33:02.265 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:33:02.265 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:01 smithi084 ceph-mon[108307]: mon.smithi084@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-03T14:33:02.265 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:02 smithi084 ceph-mon[108307]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-03T14:33:02.265 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:02 smithi084 ceph-mon[108307]: monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2023-11-03T14:33:02.265 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:02 smithi084 ceph-mon[108307]: fsmap 2023-11-03T14:33:02.266 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:02 smithi084 ceph-mon[108307]: osdmap e1: 0 total, 0 up, 0 in 2023-11-03T14:33:02.266 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:02 smithi084 ceph-mon[108307]: mgrmap e1: no daemons active 2023-11-03T14:33:02.688 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-03T14:33:02.688 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:33:02.689 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mgr... 2023-11-03T14:33:02.689 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying port 9283 ... 2023-11-03T14:33:02.821 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mgr.smithi084.nbdbnh.service: Unit ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mgr.smithi084.nbdbnh.service not loaded. 2023-11-03T14:33:02.827 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7.target.wants/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mgr.smithi084.nbdbnh.service → /etc/systemd/system/ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@.service. 2023-11-03T14:33:03.291 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-03T14:33:03.298 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:33:03.299 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-03T14:33:03.299 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2023-11-03T14:33:03.307 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-03T14:33:03.314 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:33:03.315 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-03T14:33:03.316 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-03T14:33:03.316 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr to start... 2023-11-03T14:33:03.316 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr... 2023-11-03T14:33:03.537 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:03 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2776086246' entity='client.admin' 2023-11-03T14:33:03.848 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:03.849 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:03.849 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "d46a7d60-7a55-11ee-8db9-212e2dc638e7", 2023-11-03T14:33:03.849 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-03T14:33:03.850 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T14:33:03.850 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T14:33:03.850 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T14:33:03.850 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.850 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T14:33:03.851 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T14:33:03.851 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-03T14:33:03.851 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:03.851 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T14:33:03.851 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-03T14:33:03.852 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:03.852 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-03T14:33:03.852 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T14:33:03.855 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:03.855 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T14:33:03.855 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T14:33:03.856 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.856 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T14:33:03.856 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:03.856 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T14:33:03.856 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T14:33:03.857 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T14:33:03.857 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T14:33:03.860 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T14:33:03.861 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T14:33:03.861 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.861 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T14:33:03.861 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T14:33:03.862 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T14:33:03.862 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T14:33:03.862 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T14:33:03.862 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T14:33:03.862 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T14:33:03.863 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T14:33:03.863 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T14:33:03.863 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.863 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T14:33:03.863 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:03.864 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T14:33:03.864 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T14:33:03.864 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.864 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T14:33:03.864 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-03T14:33:03.865 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:03.866 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:03.867 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.867 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T14:33:03.867 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:03.868 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-03T14:32:58.605427+0000", 2023-11-03T14:33:03.868 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:03.868 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:03.868 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T14:33:03.868 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:04.196 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (1/15)... 2023-11-03T14:33:04.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:04 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/890875259' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T14:33:06.651 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:06.652 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:06.652 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "d46a7d60-7a55-11ee-8db9-212e2dc638e7", 2023-11-03T14:33:06.652 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-03T14:33:06.652 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T14:33:06.653 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-03T14:33:06.654 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:06.654 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T14:33:06.654 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-03T14:33:06.654 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:06.654 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-03T14:33:06.655 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T14:33:06.655 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:06.655 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T14:33:06.655 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T14:33:06.655 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.656 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T14:33:06.656 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:06.656 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T14:33:06.656 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T14:33:06.656 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T14:33:06.657 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T14:33:06.661 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T14:33:06.661 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T14:33:06.661 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.662 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T14:33:06.662 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T14:33:06.662 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T14:33:06.662 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T14:33:06.663 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.664 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T14:33:06.664 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:06.664 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T14:33:06.664 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T14:33:06.664 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.665 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T14:33:06.665 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-03T14:33:06.665 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T14:33:06.665 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T14:33:06.665 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-03T14:33:06.666 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-03T14:33:06.666 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-03T14:33:06.666 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:06.666 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:06.666 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-03T14:32:58.605427+0000", 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:06.667 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T14:33:06.668 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:06.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:06 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3011503001' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T14:33:06.987 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (2/15)... 2023-11-03T14:33:09.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:09.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:09.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "d46a7d60-7a55-11ee-8db9-212e2dc638e7", 2023-11-03T14:33:09.456 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-03T14:33:09.456 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T14:33:09.456 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T14:33:09.456 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T14:33:09.456 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T14:33:09.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T14:33:09.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-03T14:33:09.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:09.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T14:33:09.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-03T14:33:09.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:09.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-03T14:33:09.459 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T14:33:09.459 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:09.459 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T14:33:09.461 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T14:33:09.461 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.461 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T14:33:09.462 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:09.462 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T14:33:09.462 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T14:33:09.463 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T14:33:09.464 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T14:33:09.464 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T14:33:09.464 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T14:33:09.464 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.464 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T14:33:09.465 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T14:33:09.465 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T14:33:09.465 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T14:33:09.465 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T14:33:09.465 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T14:33:09.466 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T14:33:09.466 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T14:33:09.466 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T14:33:09.466 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.466 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T14:33:09.467 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:09.467 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T14:33:09.467 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T14:33:09.467 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.467 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T14:33:09.468 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-03T14:33:09.469 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T14:33:09.469 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T14:33:09.469 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-03T14:33:09.470 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-03T14:33:09.470 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-03T14:33:09.472 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:09.472 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:09.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T14:33:09.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:09.474 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: Activating manager daemon smithi084.nbdbnh 2023-11-03T14:33:09.474 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: mgrmap e2: smithi084.nbdbnh(active, starting, since 0.00278361s) 2023-11-03T14:33:09.474 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:33:09.478 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:33:09.478 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:33:09.479 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:33:09.479 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:33:09.479 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: Manager daemon smithi084.nbdbnh is now available 2023-11-03T14:33:09.479 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:33:09.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:33:09.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:09.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:09.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:09 smithi084 ceph-mon[108307]: from='mgr.14100 172.21.15.84:0/1781251770' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:09.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-03T14:32:58.605427+0000", 2023-11-03T14:33:09.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:09.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:09.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T14:33:09.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:09.818 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (3/15)... 2023-11-03T14:33:10.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:10 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1556297298' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T14:33:10.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:10 smithi084 ceph-mon[108307]: mgrmap e3: smithi084.nbdbnh(active, since 1.006s) 2023-11-03T14:33:12.439 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:12.440 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:12.440 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "d46a7d60-7a55-11ee-8db9-212e2dc638e7", 2023-11-03T14:33:12.440 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-03T14:33:12.440 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T14:33:12.440 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T14:33:12.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T14:33:12.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T14:33:12.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T14:33:12.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-03T14:33:12.442 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:12.442 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T14:33:12.442 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-03T14:33:12.442 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:12.443 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-03T14:33:12.443 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T14:33:12.443 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:12.443 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T14:33:12.443 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T14:33:12.444 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.444 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T14:33:12.444 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:12.444 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T14:33:12.444 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T14:33:12.445 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T14:33:12.448 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T14:33:12.448 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T14:33:12.449 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T14:33:12.449 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.449 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T14:33:12.450 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T14:33:12.451 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T14:33:12.451 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T14:33:12.451 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T14:33:12.451 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T14:33:12.451 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T14:33:12.452 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T14:33:12.452 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T14:33:12.452 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.452 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T14:33:12.453 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:12.453 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T14:33:12.453 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T14:33:12.453 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.454 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T14:33:12.454 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-03T14:33:12.454 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T14:33:12.454 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T14:33:12.454 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-03T14:33:12.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-03T14:33:12.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-03T14:33:12.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-03T14:33:12.455 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:12.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T14:33:12.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T14:33:12.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-03T14:32:58.605427+0000", 2023-11-03T14:33:12.457 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-03T14:33:12.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-03T14:33:12.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T14:33:12.458 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:12.617 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:12 smithi084 ceph-mon[108307]: mgrmap e4: smithi084.nbdbnh(active, since 2s) 2023-11-03T14:33:12.802 INFO:teuthology.orchestra.run.smithi084.stderr:mgr is available 2023-11-03T14:33:13.344 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:13.344 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [global] 2023-11-03T14:33:13.344 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: fsid = d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:13.345 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [mgr] 2023-11-03T14:33:13.346 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-03T14:33:13.346 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-03T14:33:13.347 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [osd] 2023-11-03T14:33:13.347 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-03T14:33:13.347 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-03T14:33:13.703 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling cephadm module... 2023-11-03T14:33:13.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:13 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2467878952' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T14:33:14.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:14 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2138158546' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-03T14:33:15.665 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:15 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1567443233' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-03T14:33:16.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:16 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1567443233' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-03T14:33:16.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:16 smithi084 ceph-mon[108307]: mgrmap e5: smithi084.nbdbnh(active, since 6s) 2023-11-03T14:33:18.279 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:18.279 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-03T14:33:18.280 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-03T14:33:18.280 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.nbdbnh", 2023-11-03T14:33:18.280 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-03T14:33:18.280 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:18.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:18 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1613683294' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-03T14:33:20.785 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2023-11-03T14:33:20.785 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 5... 2023-11-03T14:33:21.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:21 smithi084 ceph-mon[108307]: Active manager daemon smithi084.nbdbnh restarted 2023-11-03T14:33:21.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:21 smithi084 ceph-mon[108307]: Activating manager daemon smithi084.nbdbnh 2023-11-03T14:33:21.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:21 smithi084 ceph-mon[108307]: osdmap e2: 0 total, 0 up, 0 in 2023-11-03T14:33:22.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:22.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-03T14:33:22.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2023-11-03T14:33:22.483 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:22.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: mgrmap e6: smithi084.nbdbnh(active, starting, since 0.0527814s) 2023-11-03T14:33:22.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:33:22.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:33:22.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:33:22.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:33:22.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:33:22.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: Manager daemon smithi084.nbdbnh is now available 2023-11-03T14:33:22.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:22.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:22.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:22.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:22.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:22.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:33:22.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:33:22.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:22] ENGINE Bus STARTING 2023-11-03T14:33:22.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:22] ENGINE Serving on https://172.21.15.84:7150 2023-11-03T14:33:22.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:22] ENGINE Bus STARTED 2023-11-03T14:33:22.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:22.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:22 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:23.782 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:23 smithi084 ceph-mon[108307]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-03T14:33:23.783 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:23 smithi084 ceph-mon[108307]: mgrmap e7: smithi084.nbdbnh(active, since 1.06474s) 2023-11-03T14:33:23.783 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:23 smithi084 ceph-mon[108307]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-03T14:33:24.085 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 5 is available 2023-11-03T14:33:24.086 INFO:teuthology.orchestra.run.smithi084.stderr:Setting orchestrator backend to cephadm... 2023-11-03T14:33:24.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:24 smithi084 ceph-mon[108307]: mgrmap e8: smithi084.nbdbnh(active, since 2s) 2023-11-03T14:33:25.566 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: value unchanged 2023-11-03T14:33:25.860 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:25 smithi084 ceph-mon[108307]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:25.860 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:25 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:25.860 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:25 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:25.907 INFO:teuthology.orchestra.run.smithi084.stderr:Generating ssh key... 2023-11-03T14:33:26.793 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:26 smithi084 ceph-mon[108307]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:26.793 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:26 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:26.793 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:26 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:27.441 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbbPapDAQGieIRwOV9B+RJfDEonKt9Gnp6/GPVyvcNjReEUUtwDtcc29/4kPqZjPEmfSCQwOntBQ4z7Zn059XQENI3I1UVa66sR7aQmbXRLXyynYp0xFxN0GCDOUECaB+muzlFkSTrG/3Ea6amLoFeKdfjO7n5RrWRkilqIwQQPyUbC0Q2itOXRVmJn/dsAM+9KlNGND7Hb4Yzbnjun2dk2AxPjPibF0GvqhKrfTfDY1eGD4c6FL+RsY3Yrtp7+WXDbRQhA1gEStVxHfP04Vj5kdNPWgJQCuEvQERx3sTlqgsvgyHre+FgyUmOwW1e6VEWgnzgCD00CLxvSF+7/YXoO6S9noETrl22V5Ab18DOYa2XbfATXDixkEeKR68gD4lqO5viXKGCnzmhxQY9JDloimbHBIA7oULgFabDd3yMu5thjL/CCR68JdwV6HUaGUerXvZ5Uf9fDOddQg1E3NqCl0hLxRByKo6i86+ueME/ENUlG88wbzTcGb6SaOKTqvE= ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:27.799 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-03T14:33:27.799 INFO:teuthology.orchestra.run.smithi084.stderr:Adding key to root@localhost authorized_keys... 2023-11-03T14:33:27.800 INFO:teuthology.orchestra.run.smithi084.stderr:Adding host smithi084... 2023-11-03T14:33:28.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:27 smithi084 ceph-mon[108307]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:28.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:27 smithi084 ceph-mon[108307]: Generating ssh key... 2023-11-03T14:33:29.129 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Added host 'smithi084' with addr '172.21.15.84' 2023-11-03T14:33:29.152 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:28 smithi084 ceph-mon[108307]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:29.152 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:28 smithi084 ceph-mon[108307]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "addr": "172.21.15.84", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:29.610 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mon service with default placement... 2023-11-03T14:33:30.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-03T14:33:30.453 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:30 smithi084 ceph-mon[108307]: Deploying cephadm binary to smithi084 2023-11-03T14:33:30.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:30 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:30.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:30 smithi084 ceph-mon[108307]: Added host smithi084 2023-11-03T14:33:30.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:30 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:30.740 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mgr service with default placement... 2023-11-03T14:33:31.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:31 smithi084 ceph-mon[108307]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:31.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:31 smithi084 ceph-mon[108307]: Saving service mon spec with placement count:5 2023-11-03T14:33:31.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:31 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:31.470 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-03T14:33:31.789 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying crash service with default placement... 2023-11-03T14:33:32.409 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-03T14:33:32.437 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:32 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:32.437 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:32 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:32.437 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:32 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:32.765 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying prometheus service with default placement... 2023-11-03T14:33:33.348 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-03T14:33:33.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:33 smithi084 ceph-mon[108307]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:33.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:33 smithi084 ceph-mon[108307]: Saving service mgr spec with placement count:2 2023-11-03T14:33:33.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:33 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:33.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:33 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:33.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:33 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:33.748 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying grafana service with default placement... 2023-11-03T14:33:34.291 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-03T14:33:34.374 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:34.375 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: Saving service crash spec with placement * 2023-11-03T14:33:34.375 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:34.375 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: Saving service prometheus spec with placement count:1 2023-11-03T14:33:34.375 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:34.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:34 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:34.697 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying node-exporter service with default placement... 2023-11-03T14:33:35.230 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-03T14:33:35.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:35 smithi084 ceph-mon[108307]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:35.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:35 smithi084 ceph-mon[108307]: Saving service grafana spec with placement count:1 2023-11-03T14:33:35.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:35 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:35.597 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying alertmanager service with default placement... 2023-11-03T14:33:36.131 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-03T14:33:36.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:36 smithi084 ceph-mon[108307]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:36.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:36 smithi084 ceph-mon[108307]: Saving service node-exporter spec with placement * 2023-11-03T14:33:36.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:36 smithi084 ceph-mon[108307]: from='mgr.14120 172.21.15.84:0/1764023769' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:37.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:37 smithi084 ceph-mon[108307]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:37.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:37 smithi084 ceph-mon[108307]: Saving service alertmanager spec with placement count:1 2023-11-03T14:33:37.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:37 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1127141338' entity='client.admin' 2023-11-03T14:33:38.297 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling the dashboard module... 2023-11-03T14:33:39.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:38 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3856968101' entity='client.admin' 2023-11-03T14:33:39.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:38 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3805348921' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-03T14:33:39.890 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:39.894 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-03T14:33:39.894 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-03T14:33:39.894 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.nbdbnh", 2023-11-03T14:33:39.894 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-03T14:33:39.894 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:40.191 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3805348921' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-03T14:33:40.191 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:39 smithi084 ceph-mon[108307]: mgrmap e9: smithi084.nbdbnh(active, since 17s) 2023-11-03T14:33:40.191 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3733900065' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-03T14:33:40.263 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2023-11-03T14:33:40.263 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 9... 2023-11-03T14:33:46.096 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-03T14:33:46.096 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-03T14:33:46.096 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2023-11-03T14:33:46.097 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-03T14:33:46.294 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: Active manager daemon smithi084.nbdbnh restarted 2023-11-03T14:33:46.294 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: Activating manager daemon smithi084.nbdbnh 2023-11-03T14:33:46.294 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: osdmap e3: 0 total, 0 up, 0 in 2023-11-03T14:33:46.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: mgrmap e10: smithi084.nbdbnh(active, starting, since 0.0552969s) 2023-11-03T14:33:46.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:33:46.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:33:46.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:33:46.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:33:46.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:33:46.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: Manager daemon smithi084.nbdbnh is now available 2023-11-03T14:33:46.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:46.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:33:46.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:33:46.297 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:33:46.297 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:45] ENGINE Bus STARTING 2023-11-03T14:33:46.297 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:45] ENGINE Serving on https://172.21.15.84:7150 2023-11-03T14:33:46.297 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: [03/Nov/2023:14:33:45] ENGINE Bus STARTED 2023-11-03T14:33:46.298 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:46.298 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:46 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:46.411 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 9 is available 2023-11-03T14:33:46.411 INFO:teuthology.orchestra.run.smithi084.stderr:Generating a dashboard self-signed certificate... 2023-11-03T14:33:47.137 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-03T14:33:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:47 smithi084 ceph-mon[108307]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-03T14:33:47.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:47 smithi084 ceph-mon[108307]: mgrmap e11: smithi084.nbdbnh(active, since 1.0579s) 2023-11-03T14:33:47.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:47 smithi084 ceph-mon[108307]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-03T14:33:47.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:47 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:47.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:47 smithi084 ceph-mon[108307]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:47.753 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial admin user... 2023-11-03T14:33:48.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:48 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:48.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:48 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:48.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:48 smithi084 ceph-mon[108307]: mgrmap e12: smithi084.nbdbnh(active, since 2s) 2023-11-03T14:33:48.533 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$fXGUVq89pXtNLerbQwKciO8ht9z6ESOgB7iewqH03sj3r4BgRg/aO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699022028, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-03T14:33:48.885 INFO:teuthology.orchestra.run.smithi084.stderr:Fetching dashboard port number... 2023-11-03T14:33:49.445 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 8443 2023-11-03T14:33:49.771 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:49 smithi084 ceph-mon[108307]: 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-11-03T14:33:49.771 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:49 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:49.771 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:49 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3457185351' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-03T14:33:49.828 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-03T14:33:49.834 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-03T14:33:49.835 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-03T14:33:49.835 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-03T14:33:49.837 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph Dashboard is now available at: 2023-11-03T14:33:49.838 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:49.838 INFO:teuthology.orchestra.run.smithi084.stderr: URL: https://smithi084.front.sepia.ceph.com:8443/ 2023-11-03T14:33:49.838 INFO:teuthology.orchestra.run.smithi084.stderr: User: admin 2023-11-03T14:33:49.838 INFO:teuthology.orchestra.run.smithi084.stderr: Password: gehwr160sf 2023-11-03T14:33:49.838 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:49.839 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling autotune for osd_memory_target 2023-11-03T14:33:51.519 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-03T14:33:51.869 INFO:teuthology.orchestra.run.smithi084.stderr:You can access the Ceph CLI with: 2023-11-03T14:33:51.869 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.869 INFO:teuthology.orchestra.run.smithi084.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:33:51.869 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.869 INFO:teuthology.orchestra.run.smithi084.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-03T14:33:51.870 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.870 INFO:teuthology.orchestra.run.smithi084.stderr: ceph telemetry on 2023-11-03T14:33:51.870 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.870 INFO:teuthology.orchestra.run.smithi084.stderr:For more information see: 2023-11-03T14:33:51.871 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.871 INFO:teuthology.orchestra.run.smithi084.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-03T14:33:51.871 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:33:51.871 INFO:teuthology.orchestra.run.smithi084.stderr:Bootstrap complete. 2023-11-03T14:33:51.901 INFO:tasks.cephadm:Fetching config... 2023-11-03T14:33:51.901 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:33:51.901 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-03T14:33:51.920 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-03T14:33:51.920 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:33:51.920 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-03T14:33:51.979 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-03T14:33:51.980 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:33:51.980 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/keyring of=/dev/stdout 2023-11-03T14:33:52.049 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-03T14:33:52.049 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:33:52.050 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-03T14:33:52.109 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-03T14:33:52.109 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbbPapDAQGieIRwOV9B+RJfDEonKt9Gnp6/GPVyvcNjReEUUtwDtcc29/4kPqZjPEmfSCQwOntBQ4z7Zn059XQENI3I1UVa66sR7aQmbXRLXyynYp0xFxN0GCDOUECaB+muzlFkSTrG/3Ea6amLoFeKdfjO7n5RrWRkilqIwQQPyUbC0Q2itOXRVmJn/dsAM+9KlNGND7Hb4Yzbnjun2dk2AxPjPibF0GvqhKrfTfDY1eGD4c6FL+RsY3Yrtp7+WXDbRQhA1gEStVxHfP04Vj5kdNPWgJQCuEvQERx3sTlqgsvgyHre+FgyUmOwW1e6VEWgnzgCD00CLxvSF+7/YXoO6S9noETrl22V5Ab18DOYa2XbfATXDixkEeKR68gD4lqO5viXKGCnzmhxQY9JDloimbHBIA7oULgFabDd3yMu5thjL/CCR68JdwV6HUaGUerXvZ5Uf9fDOddQg1E3NqCl0hLxRByKo6i86+ueME/ENUlG88wbzTcGb6SaOKTqvE= ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-03T14:33:52.188 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbbPapDAQGieIRwOV9B+RJfDEonKt9Gnp6/GPVyvcNjReEUUtwDtcc29/4kPqZjPEmfSCQwOntBQ4z7Zn059XQENI3I1UVa66sR7aQmbXRLXyynYp0xFxN0GCDOUECaB+muzlFkSTrG/3Ea6amLoFeKdfjO7n5RrWRkilqIwQQPyUbC0Q2itOXRVmJn/dsAM+9KlNGND7Hb4Yzbnjun2dk2AxPjPibF0GvqhKrfTfDY1eGD4c6FL+RsY3Yrtp7+WXDbRQhA1gEStVxHfP04Vj5kdNPWgJQCuEvQERx3sTlqgsvgyHre+FgyUmOwW1e6VEWgnzgCD00CLxvSF+7/YXoO6S9noETrl22V5Ab18DOYa2XbfATXDixkEeKR68gD4lqO5viXKGCnzmhxQY9JDloimbHBIA7oULgFabDd3yMu5thjL/CCR68JdwV6HUaGUerXvZ5Uf9fDOddQg1E3NqCl0hLxRByKo6i86+ueME/ENUlG88wbzTcGb6SaOKTqvE= ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:52.200 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbbPapDAQGieIRwOV9B+RJfDEonKt9Gnp6/GPVyvcNjReEUUtwDtcc29/4kPqZjPEmfSCQwOntBQ4z7Zn059XQENI3I1UVa66sR7aQmbXRLXyynYp0xFxN0GCDOUECaB+muzlFkSTrG/3Ea6amLoFeKdfjO7n5RrWRkilqIwQQPyUbC0Q2itOXRVmJn/dsAM+9KlNGND7Hb4Yzbnjun2dk2AxPjPibF0GvqhKrfTfDY1eGD4c6FL+RsY3Yrtp7+WXDbRQhA1gEStVxHfP04Vj5kdNPWgJQCuEvQERx3sTlqgsvgyHre+FgyUmOwW1e6VEWgnzgCD00CLxvSF+7/YXoO6S9noETrl22V5Ab18DOYa2XbfATXDixkEeKR68gD4lqO5viXKGCnzmhxQY9JDloimbHBIA7oULgFabDd3yMu5thjL/CCR68JdwV6HUaGUerXvZ5Uf9fDOddQg1E3NqCl0hLxRByKo6i86+ueME/ENUlG88wbzTcGb6SaOKTqvE= ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-03T14:33:52.249 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbbPapDAQGieIRwOV9B+RJfDEonKt9Gnp6/GPVyvcNjReEUUtwDtcc29/4kPqZjPEmfSCQwOntBQ4z7Zn059XQENI3I1UVa66sR7aQmbXRLXyynYp0xFxN0GCDOUECaB+muzlFkSTrG/3Ea6amLoFeKdfjO7n5RrWRkilqIwQQPyUbC0Q2itOXRVmJn/dsAM+9KlNGND7Hb4Yzbnjun2dk2AxPjPibF0GvqhKrfTfDY1eGD4c6FL+RsY3Yrtp7+WXDbRQhA1gEStVxHfP04Vj5kdNPWgJQCuEvQERx3sTlqgsvgyHre+FgyUmOwW1e6VEWgnzgCD00CLxvSF+7/YXoO6S9noETrl22V5Ab18DOYa2XbfATXDixkEeKR68gD4lqO5viXKGCnzmhxQY9JDloimbHBIA7oULgFabDd3yMu5thjL/CCR68JdwV6HUaGUerXvZ5Uf9fDOddQg1E3NqCl0hLxRByKo6i86+ueME/ENUlG88wbzTcGb6SaOKTqvE= ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:33:52.259 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-03T14:33:52.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:52 smithi084 ceph-mon[108307]: mgrmap e13: smithi084.nbdbnh(active, since 6s) 2023-11-03T14:33:52.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:52 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/377893552' entity='client.admin' 2023-11-03T14:33:54.187 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-03T14:33:54.188 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-03T14:33:54.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:54 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:54.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:54 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:33:54.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:54 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:54.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:54 smithi084 ceph-mon[108307]: Deploying daemon alertmanager.smithi084 on smithi084 2023-11-03T14:33:54.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:54 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2183461974' entity='client.admin' 2023-11-03T14:33:56.145 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi087 2023-11-03T14:33:56.146 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:33:56.146 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.conf 2023-11-03T14:33:56.169 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:33:56.169 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:33:56.230 INFO:tasks.cephadm:Adding host smithi087 to orchestrator... 2023-11-03T14:33:56.231 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi087 2023-11-03T14:33:56.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:56 smithi084 ceph-mon[108307]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:56.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:56 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:33:59.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:59 smithi084 ceph-mon[108307]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:33:59.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:33:59 smithi084 ceph-mon[108307]: Deploying cephadm binary to smithi087 2023-11-03T14:33:59.345 INFO:teuthology.orchestra.run.smithi084.stdout:Added host 'smithi087' with addr '172.21.15.87' 2023-11-03T14:33:59.769 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-03T14:34:00.658 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:00 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:00.658 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:00 smithi084 ceph-mon[108307]: Added host smithi087 2023-11-03T14:34:01.645 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:34:01.645 INFO:teuthology.orchestra.run.smithi084.stdout:[{"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}] 2023-11-03T14:34:02.239 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-03T14:34:02.240 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd crush tunables default 2023-11-03T14:34:02.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:02.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:34:02.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T14:34:02.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:02.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: Deploying daemon crash.smithi084 on smithi084 2023-11-03T14:34:02.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:02 smithi084 ceph-mon[108307]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:34:04.666 INFO:teuthology.orchestra.run.smithi084.stderr:adjusted tunables profile to default 2023-11-03T14:34:04.840 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:04.840 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:04.840 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:04.840 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:34:04.841 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:34:04.841 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:04.841 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: Deploying daemon grafana.smithi084 on smithi084 2023-11-03T14:34:04.841 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:04 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1831558966' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-03T14:34:05.006 INFO:tasks.cephadm:Adding mon.smithi084 on smithi084 2023-11-03T14:34:05.006 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2023-11-03T14:34:05.006 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch apply mon '2;smithi084:172.21.15.84=smithi084;smithi087:172.21.15.87=smithi087' 2023-11-03T14:34:05.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:05 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1831558966' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-03T14:34:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:05 smithi084 ceph-mon[108307]: osdmap e4: 0 total, 0 up, 0 in 2023-11-03T14:34:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:05 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:06.345 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled mon update... 2023-11-03T14:34:06.717 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi087.service 2023-11-03T14:34:06.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:06.720 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:06.750 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Fri 2023-11-03 14:24:20 UTC. -- 2023-11-03T14:34:06.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:06 smithi084 ceph-mon[108307]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:06.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:06 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:08.161 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:08.161 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:08.163 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:08.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:07 smithi084 ceph-mon[108307]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi084:172.21.15.84=smithi084;smithi087:172.21.15.87=smithi087", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:34:08.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:07 smithi084 ceph-mon[108307]: Saving service mon spec with placement smithi084:172.21.15.84=smithi084;smithi087:172.21.15.87=smithi087;count:2 2023-11-03T14:34:09.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:08 smithi084 ceph-mon[108307]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:09.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:08 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/808402659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:09.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:09.547 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:10.925 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:10.926 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:10.927 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:11.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:10 smithi084 ceph-mon[108307]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:11.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:10 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/4214752338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:12.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:12.300 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:13.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:12 smithi084 ceph-mon[108307]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:13.735 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:13.736 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:13.738 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:14.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:13 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/2424268767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:15.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:15.109 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:15.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:14 smithi084 ceph-mon[108307]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:15.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:14 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:16.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:15 smithi084 ceph-mon[108307]: Deploying daemon node-exporter.smithi084 on smithi084 2023-11-03T14:34:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:15 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:16.489 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:16.489 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:16.491 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:17.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:16 smithi084 ceph-mon[108307]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:17.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:16 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/95560868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:17.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:16 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:17.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:16 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-03T14:34:17.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:17.865 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:19.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:18 smithi084 ceph-mon[108307]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-03T14:34:19.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:18 smithi084 ceph-mon[108307]: mgrmap e14: smithi084.nbdbnh(active, since 32s) 2023-11-03T14:34:19.228 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:19.229 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:19.229 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:20.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:19 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/2267840562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:20.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:20.596 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:22.055 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:22.055 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:22.060 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:23.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:22 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/3470103279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:23.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:23.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:24.920 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:24.921 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:24.923 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:25.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: Active manager daemon smithi084.nbdbnh restarted 2023-11-03T14:34:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: Activating manager daemon smithi084.nbdbnh 2023-11-03T14:34:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T14:34:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: mgrmap e15: smithi084.nbdbnh(active, starting, since 0.0533763s) 2023-11-03T14:34:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:34:25.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:34:25.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:34:25.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:34:25.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:34:25.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: Manager daemon smithi084.nbdbnh is now available 2023-11-03T14:34:25.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:25.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:25.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:25.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:34:25.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:25.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:34:25.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:34:25.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:25.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: [03/Nov/2023:14:34:24] ENGINE Bus STARTING 2023-11-03T14:34:25.212 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: [03/Nov/2023:14:34:24] ENGINE Serving on https://172.21.15.84:7150 2023-11-03T14:34:25.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: [03/Nov/2023:14:34:24] ENGINE Bus STARTED 2023-11-03T14:34:25.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:25.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/3854826922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:25.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:26.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:26 smithi084 ceph-mon[108307]: mgrmap e16: smithi084.nbdbnh(active, since 1.05576s) 2023-11-03T14:34:26.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:26 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:26.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:26.275 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:27.996 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:27.997 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:27.998 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:28.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:27 smithi084 ceph-mon[108307]: mgrmap e17: smithi084.nbdbnh(active, since 3s) 2023-11-03T14:34:29.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/356247542' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:29.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:29.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:29.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:29.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:34:29.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:29.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:34:29.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:28 smithi084 ceph-mon[108307]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:34:29.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:29.531 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:30.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:30.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:30.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:30.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:34:30.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T14:34:30.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:30.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:30 smithi084 ceph-mon[108307]: Deploying daemon crash.smithi087 on smithi087 2023-11-03T14:34:31.291 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:31.292 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:31.294 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:31.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:31 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/1708646915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:32.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:32.612 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:32.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:32.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:34:32.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-03T14:34:32.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:34:32.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:32.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:32 smithi084 ceph-mon[108307]: Deploying daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:34:34.321 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:34.321 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:32:56.682878Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T14:34:34.323 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-03T14:34:34.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:34.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:34:34.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:34.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:34 smithi084 ceph-mon[108307]: Deploying daemon mon.smithi087 on smithi087 2023-11-03T14:34:35.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:35.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:35 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/1554366301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:35.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T14:34:35.740 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T14:34:35.776 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 systemd[1]: Starting Ceph mon.smithi087 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:34:36.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: set uid:gid to 167:167 (ceph:ceph) 2023-11-03T14:34:36.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 8 2023-11-03T14:34:36.050 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: pidfile_write: ignore empty --pid-file 2023-11-03T14:34:36.050 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: load: jerasure load: lrc 2023-11-03T14:34:36.050 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: RocksDB version: 6.15.5 2023-11-03T14:34:36.050 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-03T14:34:36.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Compile date Apr 18 2022 2023-11-03T14:34:36.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: DB SUMMARY 2023-11-03T14:34:36.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: DB Session ID: 48KSXIB852YGXO8F74GZ 2023-11-03T14:34:36.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: CURRENT file: CURRENT 2023-11-03T14:34:36.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: IDENTITY file: IDENTITY 2023-11-03T14:34:36.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-03T14:34:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 0, files: 2023-11-03T14:34:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 000004.log size: 511 ; 2023-11-03T14:34:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.error_if_exists: 0 2023-11-03T14:34:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.create_if_missing: 0 2023-11-03T14:34:36.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.paranoid_checks: 1 2023-11-03T14:34:36.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-03T14:34:36.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.env: 0x558cdd4f8860 2023-11-03T14:34:36.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.fs: Posix File System 2023-11-03T14:34:36.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.info_log: 0x558cde42bfa0 2023-11-03T14:34:36.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_file_opening_threads: 16 2023-11-03T14:34:36.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.statistics: (nil) 2023-11-03T14:34:36.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.use_fsync: 0 2023-11-03T14:34:36.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_log_file_size: 0 2023-11-03T14:34:36.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-03T14:34:36.058 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-03T14:34:36.058 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.keep_log_file_num: 1000 2023-11-03T14:34:36.058 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.recycle_log_file_num: 0 2023-11-03T14:34:36.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_fallocate: 1 2023-11-03T14:34:36.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_mmap_reads: 0 2023-11-03T14:34:36.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_mmap_writes: 0 2023-11-03T14:34:36.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.use_direct_reads: 0 2023-11-03T14:34:36.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-03T14:34:36.061 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.create_missing_column_families: 0 2023-11-03T14:34:36.061 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.db_log_dir: 2023-11-03T14:34:36.061 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-11-03T14:34:36.062 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-03T14:34:36.062 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-03T14:34:36.063 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-03T14:34:36.063 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-03T14:34:36.063 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-03T14:34:36.064 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-03T14:34:36.064 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.advise_random_on_open: 1 2023-11-03T14:34:36.064 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.db_write_buffer_size: 0 2023-11-03T14:34:36.065 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.write_buffer_manager: 0x558cde51c330 2023-11-03T14:34:36.065 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-03T14:34:36.065 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-03T14:34:36.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-03T14:34:36.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-03T14:34:36.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.rate_limiter: (nil) 2023-11-03T14:34:36.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-03T14:34:36.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.wal_recovery_mode: 2 2023-11-03T14:34:36.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.enable_thread_tracking: 0 2023-11-03T14:34:36.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.enable_pipelined_write: 0 2023-11-03T14:34:36.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.unordered_write: 0 2023-11-03T14:34:36.069 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-03T14:34:36.069 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-03T14:34:36.070 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-03T14:34:36.070 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-03T14:34:36.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.row_cache: None 2023-11-03T14:34:36.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.wal_filter: None 2023-11-03T14:34:36.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-03T14:34:36.072 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_ingest_behind: 0 2023-11-03T14:34:36.072 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.preserve_deletes: 0 2023-11-03T14:34:36.072 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.two_write_queues: 0 2023-11-03T14:34:36.073 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.manual_wal_flush: 0 2023-11-03T14:34:36.073 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.atomic_flush: 0 2023-11-03T14:34:36.073 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-03T14:34:36.073 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-03T14:34:36.074 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-03T14:34:36.074 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.log_readahead_size: 0 2023-11-03T14:34:36.075 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-03T14:34:36.075 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.best_efforts_recovery: 0 2023-11-03T14:34:36.075 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-03T14:34:36.076 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-03T14:34:36.076 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.allow_data_in_errors: 0 2023-11-03T14:34:36.076 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.db_host_id: __hostname__ 2023-11-03T14:34:36.077 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_background_jobs: 2 2023-11-03T14:34:36.077 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_background_compactions: -1 2023-11-03T14:34:36.077 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_subcompactions: 1 2023-11-03T14:34:36.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-03T14:34:36.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-03T14:34:36.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-03T14:34:36.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_total_wal_size: 0 2023-11-03T14:34:36.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-03T14:34:36.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-03T14:34:36.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-03T14:34:36.080 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-03T14:34:36.080 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 bash[110995]: 8a43c289d6c8b75dd0efb7ff44a032ff091825363ec90b722bcd2086332d4011 2023-11-03T14:34:36.080 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_open_files: -1 2023-11-03T14:34:36.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bytes_per_sync: 0 2023-11-03T14:34:36.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-03T14:34:36.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-03T14:34:36.082 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_readahead_size: 0 2023-11-03T14:34:36.082 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_background_flushes: -1 2023-11-03T14:34:36.083 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Compression algorithms supported: 2023-11-03T14:34:36.083 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-03T14:34:36.083 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kZSTD supported: 0 2023-11-03T14:34:36.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kXpressCompression supported: 0 2023-11-03T14:34:36.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kLZ4HCCompression supported: 1 2023-11-03T14:34:36.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kLZ4Compression supported: 1 2023-11-03T14:34:36.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kBZip2Compression supported: 0 2023-11-03T14:34:36.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kZlibCompression supported: 1 2023-11-03T14:34:36.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: kSnappyCompression supported: 1 2023-11-03T14:34:36.087 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-03T14:34:36.088 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000003 2023-11-03T14:34:36.088 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-03T14:34:36.088 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-03T14:34:36.089 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.merge_operator: 2023-11-03T14:34:36.089 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_filter: None 2023-11-03T14:34:36.090 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_filter_factory: None 2023-11-03T14:34:36.090 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.sst_partitioner_factory: None 2023-11-03T14:34:36.090 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-03T14:34:36.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-03T14:34:36.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558cde3f7d00) 2023-11-03T14:34:36.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: cache_index_and_filter_blocks: 1 2023-11-03T14:34:36.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-03T14:34:36.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-03T14:34:36.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: pin_top_level_index_and_filter: 1 2023-11-03T14:34:36.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_type: 0 2023-11-03T14:34:36.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: data_block_index_type: 0 2023-11-03T14:34:36.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_shortening: 1 2023-11-03T14:34:36.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-03T14:34:36.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: hash_index_allow_collision: 1 2023-11-03T14:34:36.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: checksum: 1 2023-11-03T14:34:36.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: no_block_cache: 0 2023-11-03T14:34:36.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache: 0x558cde462170 2023-11-03T14:34:36.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_name: BinnedLRUCache 2023-11-03T14:34:36.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_options: 2023-11-03T14:34:36.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: capacity : 536870912 2023-11-03T14:34:36.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: num_shard_bits : 4 2023-11-03T14:34:36.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: strict_capacity_limit : 0 2023-11-03T14:34:36.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: high_pri_pool_ratio: 0.000 2023-11-03T14:34:36.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_compressed: (nil) 2023-11-03T14:34:36.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: persistent_cache: (nil) 2023-11-03T14:34:36.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_size: 4096 2023-11-03T14:34:36.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_size_deviation: 10 2023-11-03T14:34:36.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_restart_interval: 16 2023-11-03T14:34:36.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_block_restart_interval: 1 2023-11-03T14:34:36.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: metadata_block_size: 4096 2023-11-03T14:34:36.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: partition_filters: 0 2023-11-03T14:34:36.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: use_delta_encoding: 1 2023-11-03T14:34:36.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-03T14:34:36.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: whole_key_filtering: 1 2023-11-03T14:34:36.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: verify_compression: 0 2023-11-03T14:34:36.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: read_amp_bytes_per_bit: 0 2023-11-03T14:34:36.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: format_version: 4 2023-11-03T14:34:36.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: enable_index_compression: 1 2023-11-03T14:34:36.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_align: 0 2023-11-03T14:34:36.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.write_buffer_size: 33554432 2023-11-03T14:34:36.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_write_buffer_number: 2 2023-11-03T14:34:36.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression: NoCompression 2023-11-03T14:34:36.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression: Disabled 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.prefix_extractor: nullptr 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.num_levels: 7 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-03T14:34:36.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-03T14:34:36.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-03T14:34:36.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-03T14:34:36.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-03T14:34:36.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-03T14:34:36.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-03T14:34:36.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-03T14:34:36.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-03T14:34:36.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-03T14:34:36.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.level: 32767 2023-11-03T14:34:36.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.strategy: 0 2023-11-03T14:34:36.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-03T14:34:36.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-03T14:34:36.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-03T14:34:36.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compression_opts.enabled: false 2023-11-03T14:34:36.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-03T14:34:36.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-03T14:34:36.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-03T14:34:36.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.target_file_size_base: 67108864 2023-11-03T14:34:36.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-03T14:34:36.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-03T14:34:36.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-03T14:34:36.105 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-03T14:34:36.105 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-03T14:34:36.105 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-03T14:34:36.105 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-03T14:34:36.105 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-03T14:34:36.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.arena_block_size: 4194304 2023-11-03T14:34:36.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-03T14:34:36.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-03T14:34:36.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-03T14:34:36.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.disable_auto_compactions: 0 2023-11-03T14:34:36.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-03T14:34:36.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-03T14:34:36.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-03T14:34:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-03T14:34:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-03T14:34:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-03T14:34:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-03T14:34:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-03T14:34:36.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-03T14:34:36.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-03T14:34:36.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.table_properties_collectors: 2023-11-03T14:34:36.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.inplace_update_support: 0 2023-11-03T14:34:36.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-03T14:34:36.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-03T14:34:36.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-03T14:34:36.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-03T14:34:36.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.bloom_locality: 0 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.max_successive_merges: 0 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.paranoid_file_checks: 0 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.force_consistency_checks: 1 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.report_bg_io_stats: 0 2023-11-03T14:34:36.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.ttl: 2592000 2023-11-03T14:34:36.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-03T14:34:36.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.enable_blob_files: false 2023-11-03T14:34:36.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.min_blob_size: 0 2023-11-03T14:34:36.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.blob_file_size: 268435456 2023-11-03T14:34:36.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-03T14:34:36.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-03T14:34:36.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-03T14:34:36.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/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-11-03T14:34:36.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-03T14:34:36.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-03T14:34:36.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699022075877943, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-03T14:34:36.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-03T14:34:36.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: 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-11-03T14:34:36.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699022075878354, "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": 1699022075, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "27bdc6ff-a2ea-4644-b738-601c40e2779a", "db_session_id": "48KSXIB852YGXO8F74GZ"}} 2023-11-03T14:34:36.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-03T14:34:36.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699022075878820, "job": 1, "event": "recovery_finished"} 2023-11-03T14:34:36.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi087/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-03T14:34:36.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x558cde448a80 2023-11-03T14:34:36.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: DB pointer 0x558cde458000 2023-11-03T14:34:36.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-03T14:34:36.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-03T14:34:36.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** DB Stats ** 2023-11-03T14:34:36.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:34:36.117 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-03T14:34:36.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T14:34:36.118 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-03T14:34:36.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T14:34:36.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-11-03T14:34:36.119 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:34:36.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:34:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:34:36.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T14:34:36.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T14:34:36.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T14:34:36.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T14:34:36.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T14:34:36.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:34:36.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:34:36.122 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T14:34:36.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-11-03T14:34:36.123 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-11-03T14:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T14:34:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-03T14:34:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T14:34:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T14:34:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T14:34:36.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T14:34:36.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T14:34:36.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T14:34:36.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T14:34:36.126 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087 does not exist in monmap, will attempt to join an existing cluster 2023-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: using public_addr v2:172.21.15.87:0/0 -> [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] 2023-11-03T14:34:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: starting mon.smithi087 rank -1 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi087 fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:34:36.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(???) e0 preinit fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:34:36.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 systemd[1]: Started Ceph mon.smithi087 for d46a7d60-7a55-11ee-8db9-212e2dc638e7. 2023-11-03T14:34:36.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).mds e1 new map 2023-11-03T14:34:36.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).mds e1 print_map 2023-11-03T14:34:36.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: e1 2023-11-03T14:34:36.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-03T14:34:36.129 INFO:journalctl@ceph.mon.smithi087.smithi087.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-11-03T14:34:36.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: legacy client fscid: -1 2023-11-03T14:34:36.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-11-03T14:34:36.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: No filesystems configured 2023-11-03T14:34:36.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-03T14:34:36.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-03T14:34:36.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-03T14:34:36.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-03T14:34:36.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:34:36.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T14:34:36.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/2424268767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:36.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Deploying daemon node-exporter.smithi084 on smithi084 2023-11-03T14:34:36.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:36.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/95560868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-03T14:34:36.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14162 172.21.15.84:0/2368529243' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-03T14:34:36.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mgrmap e14: smithi084.nbdbnh(active, since 32s) 2023-11-03T14:34:36.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/2267840562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/3470103279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Active manager daemon smithi084.nbdbnh restarted 2023-11-03T14:34:36.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Activating manager daemon smithi084.nbdbnh 2023-11-03T14:34:36.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T14:34:36.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mgrmap e15: smithi084.nbdbnh(active, starting, since 0.0533763s) 2023-11-03T14:34:36.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:34:36.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:34:36.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:34:36.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:34:36.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:34:36.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Manager daemon smithi084.nbdbnh is now available 2023-11-03T14:34:36.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:34:36.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: [03/Nov/2023:14:34:24] ENGINE Bus STARTING 2023-11-03T14:34:36.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: [03/Nov/2023:14:34:24] ENGINE Serving on https://172.21.15.84:7150 2023-11-03T14:34:36.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: [03/Nov/2023:14:34:24] ENGINE Bus STARTED 2023-11-03T14:34:36.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/3854826922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mgrmap e16: smithi084.nbdbnh(active, since 1.05576s) 2023-11-03T14:34:36.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mgrmap e17: smithi084.nbdbnh(active, since 3s) 2023-11-03T14:34:36.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/356247542' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:34:36.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:34:36.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:34:36.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:36.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.142 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:34:36.142 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T14:34:36.142 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:36.142 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Deploying daemon crash.smithi087 on smithi087 2023-11-03T14:34:36.142 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/1708646915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.143 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.143 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:34:36.143 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-03T14:34:36.143 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:34:36.143 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Deploying daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: Deploying daemon mon.smithi087 on smithi087 2023-11-03T14:34:36.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:36.145 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/1554366301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:36.145 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-03T14:34:36.145 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:35 smithi087 ceph-mon[111060]: mon.smithi087@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-03T14:34:41.270 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:34:41.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: mon.smithi084 calling monitor election 2023-11-03T14:34:41.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: mon.smithi087 calling monitor election 2023-11-03T14:34:41.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/crt"}]: dispatch 2023-11-03T14:34:41.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.273 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: mon.smithi084 is new leader, mons smithi084,smithi087 in quorum (ranks 0,1) 2023-11-03T14:34:41.273 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} 2023-11-03T14:34:41.273 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: fsmap 2023-11-03T14:34:41.273 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T14:34:41.273 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: mgrmap e17: smithi084.nbdbnh(active, since 16s) 2023-11-03T14:34:41.274 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: Standby manager daemon smithi087.fcbgog started 2023-11-03T14:34:41.274 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:34:41.274 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/key"}]: dispatch 2023-11-03T14:34:41.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:34:41.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: overall HEALTH_OK 2023-11-03T14:34:41.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:41.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:41 smithi087 ceph-mon[111060]: Deploying daemon node-exporter.smithi087 on smithi087 2023-11-03T14:34:41.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:34:41.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: mon.smithi084 calling monitor election 2023-11-03T14:34:41.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: mon.smithi087 calling monitor election 2023-11-03T14:34:41.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/crt"}]: dispatch 2023-11-03T14:34:41.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:41.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: mon.smithi084 is new leader, mons smithi084,smithi087 in quorum (ranks 0,1) 2023-11-03T14:34:41.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} 2023-11-03T14:34:41.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: fsmap 2023-11-03T14:34:41.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T14:34:41.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: mgrmap e17: smithi084.nbdbnh(active, since 16s) 2023-11-03T14:34:41.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: Standby manager daemon smithi087.fcbgog started 2023-11-03T14:34:41.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:34:41.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/key"}]: dispatch 2023-11-03T14:34:41.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1543552722' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:34:41.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: overall HEALTH_OK 2023-11-03T14:34:41.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:41.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:41 smithi084 ceph-mon[108307]: Deploying daemon node-exporter.smithi087 on smithi087 2023-11-03T14:34:41.585 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-03T14:34:41.586 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":2,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","modified":"2023-11-03T14:34:35.914375Z","created":"2023-11-03T14:32:56.682878Z","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":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-03T14:34:41.587 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 2 2023-11-03T14:34:41.969 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-03T14:34:41.970 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-03T14:34:42.288 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:42 smithi084 ceph-mon[108307]: mgrmap e18: smithi084.nbdbnh(active, since 17s), standbys: smithi087.fcbgog 2023-11-03T14:34:42.288 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fcbgog", "id": "smithi087.fcbgog"}]: dispatch 2023-11-03T14:34:42.289 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:42 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/1136826148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:42.289 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:42.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:42 smithi087 ceph-mon[111060]: mgrmap e18: smithi084.nbdbnh(active, since 17s), standbys: smithi087.fcbgog 2023-11-03T14:34:42.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fcbgog", "id": "smithi087.fcbgog"}]: dispatch 2023-11-03T14:34:42.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:42 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/1136826148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T14:34:42.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:34:43.267 INFO:teuthology.orchestra.run.smithi084.stdout:# minimal ceph.conf for d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:34:43.267 INFO:teuthology.orchestra.run.smithi084.stdout:[global] 2023-11-03T14:34:43.267 INFO:teuthology.orchestra.run.smithi084.stdout: fsid = d46a7d60-7a55-11ee-8db9-212e2dc638e7 2023-11-03T14:34:43.268 INFO:teuthology.orchestra.run.smithi084.stdout: mon_host = [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] 2023-11-03T14:34:43.598 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:43 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4072478028' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:43.632 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:43 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4072478028' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:43.634 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-03T14:34:43.634 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:34:43.635 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2023-11-03T14:34:43.664 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:34:43.665 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:43.732 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:34:43.732 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2023-11-03T14:34:43.763 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:34:43.763 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:43.830 INFO:tasks.cephadm:Deploying OSDs... 2023-11-03T14:34:43.831 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:34:43.831 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2023-11-03T14:34:43.851 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-11-03T14:34:43.854 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2023-11-03T14:34:43.909 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-03T14:34:43.910 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:43.910 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 393977 Links: 1 2023-11-03T14:34:43.910 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:43.910 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:43.910 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-03 14:34:14.924423110 +0000 2023-11-03T14:34:43.911 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-03 14:31:41.171549832 +0000 2023-11-03T14:34:43.911 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-03 14:31:41.171549832 +0000 2023-11-03T14:34:43.911 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-03T14:34:43.911 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-03T14:34:43.979 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-03T14:34:43.980 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-03T14:34:43.980 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.00021791 s, 2.3 MB/s 2023-11-03T14:34:43.981 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-03T14:34:44.040 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2023-11-03T14:34:44.098 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-03T14:34:44.099 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:44.099 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 394013 Links: 1 2023-11-03T14:34:44.099 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:44.099 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:44.100 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-03 14:34:14.924423110 +0000 2023-11-03T14:34:44.100 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-03 14:31:41.738540224 +0000 2023-11-03T14:34:44.100 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-03 14:31:41.738540224 +0000 2023-11-03T14:34:44.100 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-03T14:34:44.100 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-03T14:34:44.165 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-03T14:34:44.166 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-03T14:34:44.166 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000220876 s, 2.3 MB/s 2023-11-03T14:34:44.167 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-03T14:34:44.226 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2023-11-03T14:34:44.286 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-03T14:34:44.286 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:44.286 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 392060 Links: 1 2023-11-03T14:34:44.286 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:44.287 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:44.287 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-03 14:34:14.924423110 +0000 2023-11-03T14:34:44.287 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-03 14:31:42.264531310 +0000 2023-11-03T14:34:44.287 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-03 14:31:42.264531310 +0000 2023-11-03T14:34:44.287 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-03T14:34:44.288 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-03T14:34:44.353 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-03T14:34:44.353 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-03T14:34:44.353 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000215181 s, 2.4 MB/s 2023-11-03T14:34:44.354 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-03T14:34:44.413 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2023-11-03T14:34:44.471 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-03T14:34:44.472 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:44.472 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 397702 Links: 1 2023-11-03T14:34:44.472 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:44.472 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:44.473 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-03 14:34:14.924423110 +0000 2023-11-03T14:34:44.473 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-03 14:31:42.799522244 +0000 2023-11-03T14:34:44.473 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-03 14:31:42.799522244 +0000 2023-11-03T14:34:44.473 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-03T14:34:44.474 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-03T14:34:44.538 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-03T14:34:44.539 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-03T14:34:44.539 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000213545 s, 2.4 MB/s 2023-11-03T14:34:44.540 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-03T14:34:44.599 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-03T14:34:44.600 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-03T14:34:44.622 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-11-03T14:34:44.622 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2023-11-03T14:34:44.684 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-03T14:34:44.684 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:44.684 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 391709 Links: 1 2023-11-03T14:34:44.685 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:44.685 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:44.685 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-03 14:34:41.457271912 +0000 2023-11-03T14:34:44.685 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-03 14:31:41.187689545 +0000 2023-11-03T14:34:44.686 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-03 14:31:41.187689545 +0000 2023-11-03T14:34:44.686 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-03T14:34:44.686 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-03T14:34:44.754 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-03T14:34:44.754 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-03T14:34:44.755 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000225607 s, 2.3 MB/s 2023-11-03T14:34:44.756 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-03T14:34:44.817 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2023-11-03T14:34:44.877 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-03T14:34:44.878 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:44.878 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 391763 Links: 1 2023-11-03T14:34:44.878 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:44.878 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:44.879 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-03 14:34:41.457271912 +0000 2023-11-03T14:34:44.879 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-03 14:31:41.789675805 +0000 2023-11-03T14:34:44.879 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-03 14:31:41.789675805 +0000 2023-11-03T14:34:44.879 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-03T14:34:44.880 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-03T14:34:44.944 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:44.944 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:44 smithi087 ceph-mon[111060]: Deploying daemon prometheus.smithi084 on smithi084 2023-11-03T14:34:44.944 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:44.946 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-03T14:34:44.946 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-03T14:34:44.946 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000228669 s, 2.2 MB/s 2023-11-03T14:34:44.947 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-03T14:34:44.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:44.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:44 smithi084 ceph-mon[108307]: Deploying daemon prometheus.smithi084 on smithi084 2023-11-03T14:34:44.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:45.010 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2023-11-03T14:34:45.070 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-03T14:34:45.070 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:45.070 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 398592 Links: 1 2023-11-03T14:34:45.071 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:45.071 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:45.071 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-03 14:34:41.457271912 +0000 2023-11-03T14:34:45.071 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-03 14:31:42.338663275 +0000 2023-11-03T14:34:45.071 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-03 14:31:42.338663275 +0000 2023-11-03T14:34:45.072 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-03T14:34:45.072 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-03T14:34:45.140 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-03T14:34:45.141 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-03T14:34:45.141 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000214266 s, 2.4 MB/s 2023-11-03T14:34:45.142 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-03T14:34:45.202 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2023-11-03T14:34:45.262 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-03T14:34:45.262 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T14:34:45.262 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 397010 Links: 1 2023-11-03T14:34:45.262 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T14:34:45.263 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T14:34:45.263 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-03 14:34:41.457271912 +0000 2023-11-03T14:34:45.263 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-03 14:31:42.892650630 +0000 2023-11-03T14:34:45.263 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-03 14:31:42.892650630 +0000 2023-11-03T14:34:45.263 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-03T14:34:45.264 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-03T14:34:45.332 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-03T14:34:45.332 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-03T14:34:45.332 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000210942 s, 2.4 MB/s 2023-11-03T14:34:45.333 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-03T14:34:45.393 INFO:tasks.cephadm:Deploying osd.0 on smithi084 with /dev/vg_nvme/lv_4... 2023-11-03T14:34:45.394 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-03T14:34:45.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:45 smithi084 ceph-mon[108307]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:45 smithi087 ceph-mon[111060]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:47 smithi087 ceph-mon[111060]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:48.394 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:47 smithi084 ceph-mon[108307]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:48.873 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-03T14:34:48.873 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-03T14:34:48.873 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-03T14:34:48.873 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-03T14:34:48.874 INFO:teuthology.orchestra.run.smithi084.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154264 s, 680 MB/s 2023-11-03T14:34:48.874 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-03T14:34:49.403 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2023-11-03T14:34:50.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:49 smithi084 ceph-mon[108307]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:49 smithi087 ceph-mon[111060]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:52.174 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:52.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:34:52.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:34:52.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:52.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:52.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:52.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:52.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:34:52.357 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:52.357 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:34:52.357 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:34:52.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:52.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:52.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:34:52.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:52.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:34:53.338 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:52 smithi084 ceph-mon[108307]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:34:53.338 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:53.338 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:53.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:52 smithi087 ceph-mon[111060]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:34:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:54.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:54.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: Updating smithi087:/etc/ceph/ceph.conf 2023-11-03T14:34:54.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:54.231 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2569023390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00f7f560-2568-4d8a-902a-56a9b12b3e06"}]: dispatch 2023-11-03T14:34:54.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2569023390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00f7f560-2568-4d8a-902a-56a9b12b3e06"}]': finished 2023-11-03T14:34:54.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: osdmap e6: 1 total, 0 up, 1 in 2023-11-03T14:34:54.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:53 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:34:54.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:54.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: Updating smithi087:/etc/ceph/ceph.conf 2023-11-03T14:34:54.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:34:54.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2569023390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00f7f560-2568-4d8a-902a-56a9b12b3e06"}]: dispatch 2023-11-03T14:34:54.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2569023390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00f7f560-2568-4d8a-902a-56a9b12b3e06"}]': finished 2023-11-03T14:34:54.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: osdmap e6: 1 total, 0 up, 1 in 2023-11-03T14:34:54.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:53 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:34:55.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3736793253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:34:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:34:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: Reconfiguring mon.smithi084 (unknown last config time)... 2023-11-03T14:34:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:34:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T14:34:55.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:55.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:54 smithi087 ceph-mon[111060]: Reconfiguring daemon mon.smithi084 on smithi084 2023-11-03T14:34:55.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3736793253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:34:55.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:55.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:34:55.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:55.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: Reconfiguring mon.smithi084 (unknown last config time)... 2023-11-03T14:34:55.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:34:55.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T14:34:55.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:55.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:54 smithi084 ceph-mon[108307]: Reconfiguring daemon mon.smithi084 on smithi084 2023-11-03T14:34:58.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:57 smithi084 ceph-mon[108307]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:58.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:58.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:34:58.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:34:58.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:58.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:57 smithi087 ceph-mon[111060]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:34:58.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:34:58.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:34:58.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:34:58.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:34:59.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:58 smithi084 ceph-mon[108307]: Reconfiguring mgr.smithi084.nbdbnh (unknown last config time)... 2023-11-03T14:34:59.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:58 smithi084 ceph-mon[108307]: Reconfiguring daemon mgr.smithi084.nbdbnh on smithi084 2023-11-03T14:34:59.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:58 smithi087 ceph-mon[111060]: Reconfiguring mgr.smithi084.nbdbnh (unknown last config time)... 2023-11-03T14:34:59.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:58 smithi087 ceph-mon[111060]: Reconfiguring daemon mgr.smithi084.nbdbnh on smithi084 2023-11-03T14:35:00.181 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:34:59 smithi084 ceph-mon[108307]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:00.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:34:59 smithi087 ceph-mon[111060]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:01.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-03T14:35:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-03T14:35:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-03T14:35:01.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-03T14:35:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-03T14:35:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-03T14:35:01.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:03.111 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:02 smithi084 ceph-mon[108307]: Deploying daemon osd.0 on smithi084 2023-11-03T14:35:03.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:02 smithi087 ceph-mon[111060]: Deploying daemon osd.0 on smithi084 2023-11-03T14:35:04.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:03 smithi084 ceph-mon[108307]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:04.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:04.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:35:04.186 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:04.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:03 smithi087 ceph-mon[111060]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:04.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:04.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:35:04.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:05.096 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:04 smithi084 ceph-mon[108307]: Reconfiguring crash.smithi084 (monmap changed)... 2023-11-03T14:35:05.096 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:04 smithi084 ceph-mon[108307]: Reconfiguring daemon crash.smithi084 on smithi084 2023-11-03T14:35:05.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:04 smithi087 ceph-mon[111060]: Reconfiguring crash.smithi084 (monmap changed)... 2023-11-03T14:35:05.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:04 smithi087 ceph-mon[111060]: Reconfiguring daemon crash.smithi084 on smithi084 2023-11-03T14:35:06.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:05 smithi084 ceph-mon[108307]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:06.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:05 smithi087 ceph-mon[111060]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:08.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:07 smithi084 ceph-mon[108307]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:08.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:08.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:08.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:07 smithi087 ceph-mon[111060]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:08.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:08.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:09.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:08 smithi084 ceph-mon[108307]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-03T14:35:09.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:08 smithi084 ceph-mon[108307]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-03T14:35:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:08 smithi087 ceph-mon[111060]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-03T14:35:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:08 smithi087 ceph-mon[111060]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-03T14:35:10.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:09 smithi084 ceph-mon[108307]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:10.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:09 smithi087 ceph-mon[111060]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:11.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:10 smithi087 ceph-mon[111060]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-03T14:35:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:35:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:11.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:10 smithi084 ceph-mon[108307]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-03T14:35:11.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:11.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T14:35:11.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:11.251 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 0 on host 'smithi084' 2023-11-03T14:35:11.627 DEBUG:teuthology.orchestra.run.smithi084:osd.0> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.0.service 2023-11-03T14:35:11.629 INFO:tasks.cephadm:Deploying osd.1 on smithi084 with /dev/vg_nvme/lv_3... 2023-11-03T14:35:11.630 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-03T14:35:11.659 INFO:journalctl@ceph.osd.0.smithi084.stdout:-- Logs begin at Fri 2023-11-03 14:24:21 UTC. -- 2023-11-03T14:35:12.030 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:12.031 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: Reconfiguring crash.smithi087 (monmap changed)... 2023-11-03T14:35:12.031 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: Reconfiguring daemon crash.smithi087 on smithi087 2023-11-03T14:35:12.031 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-03T14:35:12.031 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: osdmap e7: 1 total, 0 up, 1 in 2023-11-03T14:35:12.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:12.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:12.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:12.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:35:12.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:35:12.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:12.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:12.283 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0[121099]: 2023-11-03T14:35:11.967+0000 7f4ac4e32700 -1 osd.0 0 waiting for initial osdmap 2023-11-03T14:35:12.284 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0[121099]: 2023-11-03T14:35:11.970+0000 7f4abffca700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:35:12.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:12.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: Reconfiguring crash.smithi087 (monmap changed)... 2023-11-03T14:35:12.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: Reconfiguring daemon crash.smithi087 on smithi087 2023-11-03T14:35:12.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-03T14:35:12.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: osdmap e7: 1 total, 0 up, 1 in 2023-11-03T14:35:12.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:12.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:12.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:12.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:35:12.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:35:12.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:12.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.114 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-03T14:35:13.114 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-03T14:35:13.115 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-03T14:35:13.115 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-03T14:35:13.115 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112654 s, 931 MB/s 2023-11-03T14:35:13.115 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-03T14:35:13.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: Reconfiguring mgr.smithi087.fcbgog (monmap changed)... 2023-11-03T14:35:13.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: Reconfiguring daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:35:13.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:13.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: osdmap e8: 1 total, 0 up, 1 in 2023-11-03T14:35:13.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:13.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:13.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:35:13.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-03T14:35:13.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:35:13.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-03T14:35:13.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:13.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: Reconfiguring mgr.smithi087.fcbgog (monmap changed)... 2023-11-03T14:35:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: Reconfiguring daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:35:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: osdmap e8: 1 total, 0 up, 1 in 2023-11-03T14:35:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:13.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:13.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T14:35:13.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T14:35:13.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:13.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:35:13.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-03T14:35:13.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:35:13.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-03T14:35:13.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:35:13.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-03T14:35:13.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:13.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:13.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:13.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:13.456 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi084:vg_nvme/lv_3 2023-11-03T14:35:14.116 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:35:14.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:35:14.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: Reconfiguring mon.smithi087 (monmap changed)... 2023-11-03T14:35:14.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: Reconfiguring daemon mon.smithi087 on smithi087 2023-11-03T14:35:14.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:14.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:35:14.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-03T14:35:14.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:35:14.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-03T14:35:14.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:35:14.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-03T14:35:14.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:14.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068] boot 2023-11-03T14:35:14.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: osdmap e9: 1 total, 1 up, 1 in 2023-11-03T14:35:14.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:13 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:35:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:35:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: Reconfiguring mon.smithi087 (monmap changed)... 2023-11-03T14:35:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: Reconfiguring daemon mon.smithi087 on smithi087 2023-11-03T14:35:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T14:35:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:35:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-03T14:35:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:35:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-03T14:35:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:35:14.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-03T14:35:14.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:14.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: osd.0 [v2:172.21.15.84:6802/2207602068,v1:172.21.15.84:6803/2207602068] boot 2023-11-03T14:35:14.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: osdmap e9: 1 total, 1 up, 1 in 2023-11-03T14:35:14.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:13 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:35:15.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:14 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:15.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:14 smithi087 ceph-mon[111060]: osdmap e10: 1 total, 1 up, 1 in 2023-11-03T14:35:15.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:14 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:15.417 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:14 smithi084 ceph-mon[108307]: osdmap e10: 1 total, 1 up, 1 in 2023-11-03T14:35:16.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:15 smithi084 ceph-mon[108307]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:15 smithi084 ceph-mon[108307]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:16.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:15 smithi087 ceph-mon[111060]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:16.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:15 smithi087 ceph-mon[111060]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:16.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:16.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:16.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1386552273' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc"}]: dispatch 2023-11-03T14:35:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1386552273' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc"}]': finished 2023-11-03T14:35:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: osdmap e11: 2 total, 1 up, 2 in 2023-11-03T14:35:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:17 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1386552273' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc"}]: dispatch 2023-11-03T14:35:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1386552273' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc"}]': finished 2023-11-03T14:35:17.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: osdmap e11: 2 total, 1 up, 2 in 2023-11-03T14:35:17.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:17 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:18.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:18 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3245295950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:18.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:18 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3245295950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:19.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:19 smithi084 ceph-mon[108307]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:19.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:19 smithi087 ceph-mon[111060]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:21.694 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:21 smithi084 ceph-mon[108307]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:21.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:21 smithi087 ceph-mon[111060]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:24.100 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:24.101 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.101 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:24.101 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.102 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.102 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:24.102 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:24.102 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:23 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:24.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:24.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:24.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:24.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:24.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:24.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:23 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:25.267 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi084 2023-11-03T14:35:25.267 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi084 to 12898M 2023-11-03T14:35:25.267 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:35:25.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:35:25.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-03T14:35:25.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:25.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi084 2023-11-03T14:35:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi084 to 12898M 2023-11-03T14:35:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:35:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:35:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-03T14:35:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:26.125 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:25 smithi084 ceph-mon[108307]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:26.125 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:25 smithi084 ceph-mon[108307]: Deploying daemon osd.1 on smithi084 2023-11-03T14:35:26.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:25 smithi087 ceph-mon[111060]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:25 smithi087 ceph-mon[111060]: Deploying daemon osd.1 on smithi084 2023-11-03T14:35:27.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:27 smithi087 ceph-mon[111060]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:27 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:27 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:27.881 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:27 smithi084 ceph-mon[108307]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:27.882 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:27 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:27.882 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:27 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:29.139 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:29.139 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:29.140 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:29.140 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:29.140 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:28 smithi084 ceph-mon[108307]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:29.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:28 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:29.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:28 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:29.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:28 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:29.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:28 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:29.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:28 smithi087 ceph-mon[111060]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:30.084 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 1 on host 'smithi084' 2023-11-03T14:35:30.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:30.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:30 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:30.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:30 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:30.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:30 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:30.671 DEBUG:teuthology.orchestra.run.smithi084:osd.1> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.1.service 2023-11-03T14:35:30.673 INFO:tasks.cephadm:Deploying osd.2 on smithi084 with /dev/vg_nvme/lv_2... 2023-11-03T14:35:30.674 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-03T14:35:30.704 INFO:journalctl@ceph.osd.1.smithi084.stdout:-- Logs begin at Fri 2023-11-03 14:24:21 UTC. -- 2023-11-03T14:35:31.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:31 smithi084 ceph-mon[108307]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:31.455 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:31 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:35:31.169+0000 7f4af0ecd3c0 -1 osd.1 0 log_to_monitors true 2023-11-03T14:35:31.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:31 smithi087 ceph-mon[111060]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:32.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:32 smithi084 ceph-mon[108307]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-03T14:35:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:32 smithi087 ceph-mon[111060]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-03T14:35:32.993 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-03T14:35:32.993 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-03T14:35:32.994 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-03T14:35:32.994 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-03T14:35:32.994 INFO:teuthology.orchestra.run.smithi084.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0156885 s, 668 MB/s 2023-11-03T14:35:32.994 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-03T14:35:33.431 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:35:33.176+0000 7f4ae78d0700 -1 osd.1 0 waiting for initial osdmap 2023-11-03T14:35:33.432 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:35:33.180+0000 7f4ae2267700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:35:33.432 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:33.432 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-03T14:35:33.432 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: osdmap e12: 2 total, 1 up, 2 in 2023-11-03T14:35:33.432 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:33.433 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:33.433 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:33 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-03T14:35:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: osdmap e12: 2 total, 1 up, 2 in 2023-11-03T14:35:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:33.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:33 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:33.800 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi084:vg_nvme/lv_2 2023-11-03T14:35:34.445 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:35:34.445 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:35:34.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:34.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: osdmap e13: 2 total, 1 up, 2 in 2023-11-03T14:35:34.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:34.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:34.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:34 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:34.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:35:34.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:35:34.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: from='osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:34.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: osdmap e13: 2 total, 1 up, 2 in 2023-11-03T14:35:34.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:34.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:34.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:34 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:35.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:35.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247] boot 2023-11-03T14:35:35.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: osdmap e14: 2 total, 2 up, 2 in 2023-11-03T14:35:35.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:35.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:35.390 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:35.390 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:35.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T14:35:35.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: osd.1 [v2:172.21.15.84:6810/3572761247,v1:172.21.15.84:6811/3572761247] boot 2023-11-03T14:35:35.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: osdmap e14: 2 total, 2 up, 2 in 2023-11-03T14:35:35.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:35:35.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:35.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:35.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:36.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:36.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:36.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:36.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi084 to 6449M 2023-11-03T14:35:36.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:36.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:36.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:36.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:36 smithi084 ceph-mon[108307]: osdmap e15: 2 total, 2 up, 2 in 2023-11-03T14:35:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi084 to 6449M 2023-11-03T14:35:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:36.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:36.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:36.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:36 smithi087 ceph-mon[111060]: osdmap e15: 2 total, 2 up, 2 in 2023-11-03T14:35:38.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:38.177 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4064089875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70ab1439-478d-4436-b103-185d9e044432"}]: dispatch 2023-11-03T14:35:38.177 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4064089875' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70ab1439-478d-4436-b103-185d9e044432"}]': finished 2023-11-03T14:35:38.177 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: osdmap e16: 3 total, 2 up, 3 in 2023-11-03T14:35:38.177 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:38.177 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:37 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1182008884' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:38.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4064089875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70ab1439-478d-4436-b103-185d9e044432"}]: dispatch 2023-11-03T14:35:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4064089875' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70ab1439-478d-4436-b103-185d9e044432"}]': finished 2023-11-03T14:35:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: osdmap e16: 3 total, 2 up, 3 in 2023-11-03T14:35:38.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:38.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:37 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1182008884' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:39.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:39 smithi084 ceph-mon[108307]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:39.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:39 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:39.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:39 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:39.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:39 smithi087 ceph-mon[111060]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:39.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:39 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:39.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:39 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:41.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:41 smithi084 ceph-mon[108307]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:41.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:41 smithi087 ceph-mon[111060]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:43.192 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-03T14:35:43.193 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:43.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-03T14:35:43.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:44.128 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:43 smithi084 ceph-mon[108307]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:44.128 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:43 smithi084 ceph-mon[108307]: Deploying daemon osd.2 on smithi084 2023-11-03T14:35:44.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:43 smithi087 ceph-mon[111060]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:44.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:43 smithi087 ceph-mon[111060]: Deploying daemon osd.2 on smithi084 2023-11-03T14:35:46.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:45 smithi084 ceph-mon[108307]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:46.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:45 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:46.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:45 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:46.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:45 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:46.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:45 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:46.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:45 smithi087 ceph-mon[111060]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:46.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:46.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:46.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:46.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:47.894 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 2 on host 'smithi084' 2023-11-03T14:35:48.075 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:47 smithi084 ceph-mon[108307]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:48.075 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:47 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:47 smithi087 ceph-mon[111060]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:48.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:47 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:48.433 DEBUG:teuthology.orchestra.run.smithi084:osd.2> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.2.service 2023-11-03T14:35:48.435 INFO:tasks.cephadm:Deploying osd.3 on smithi084 with /dev/vg_nvme/lv_1... 2023-11-03T14:35:48.436 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-03T14:35:48.469 INFO:journalctl@ceph.osd.2.smithi084.stdout:-- Logs begin at Fri 2023-11-03 14:24:21 UTC. -- 2023-11-03T14:35:48.705 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:48 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:35:48.499+0000 7f2c446993c0 -1 osd.2 0 log_to_monitors true 2023-11-03T14:35:49.333 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:48 smithi084 ceph-mon[108307]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-03T14:35:49.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:48 smithi087 ceph-mon[111060]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-03T14:35:50.130 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-03T14:35:50.130 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-03T14:35:50.130 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-03T14:35:50.131 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-03T14:35:50.131 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123089 s, 852 MB/s 2023-11-03T14:35:50.131 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-03T14:35:50.300 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:35:49.981+0000 7f2c3c89f700 -1 osd.2 0 waiting for initial osdmap 2023-11-03T14:35:50.300 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:35:49.986+0000 7f2c34230700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:35:50.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:50.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-03T14:35:50.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: osdmap e17: 3 total, 2 up, 3 in 2023-11-03T14:35:50.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:50.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:50.302 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:49 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:50.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-03T14:35:50.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: osdmap e17: 3 total, 2 up, 3 in 2023-11-03T14:35:50.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:50.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:35:50.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:49 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:50.622 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi084:vg_nvme/lv_1 2023-11-03T14:35:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:50 smithi087 ceph-mon[111060]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:50 smithi087 ceph-mon[111060]: osdmap e18: 3 total, 2 up, 3 in 2023-11-03T14:35:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:50 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:50 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:50 smithi087 ceph-mon[111060]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:51.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:50 smithi084 ceph-mon[108307]: from='osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:35:51.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:50 smithi084 ceph-mon[108307]: osdmap e18: 3 total, 2 up, 3 in 2023-11-03T14:35:51.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:50 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:51.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:50 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:51.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:50 smithi084 ceph-mon[108307]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T14:35:52.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:35:52.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:35:52.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:52.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932] boot 2023-11-03T14:35:52.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: osdmap e19: 3 total, 3 up, 3 in 2023-11-03T14:35:52.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:52.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi084 2023-11-03T14:35:52.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi084 to 4299M 2023-11-03T14:35:52.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:52.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:52.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:52.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:51 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:35:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:35:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: osd.2 [v2:172.21.15.84:6818/1855541932,v1:172.21.15.84:6819/1855541932] boot 2023-11-03T14:35:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: osdmap e19: 3 total, 3 up, 3 in 2023-11-03T14:35:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:35:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi084 2023-11-03T14:35:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:35:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi084 to 4299M 2023-11-03T14:35:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:35:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:35:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:51 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:53.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: osdmap e20: 3 total, 3 up, 3 in 2023-11-03T14:35:53.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: pgmap v52: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:53.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-03T14:35:53.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:53.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:53.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:53.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:52 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:53.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: osdmap e20: 3 total, 3 up, 3 in 2023-11-03T14:35:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: pgmap v52: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-03T14:35:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:35:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:35:53.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:35:53.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:52 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:35:54.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-03T14:35:54.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:54 smithi087 ceph-mon[111060]: osdmap e21: 3 total, 3 up, 3 in 2023-11-03T14:35:54.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:54 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-03T14:35:54.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-03T14:35:54.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:54 smithi084 ceph-mon[108307]: osdmap e21: 3 total, 3 up, 3 in 2023-11-03T14:35:54.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:54 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-03T14:35:54.775 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132265]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T14:35:54.775 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132265]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:54.775 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132265]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:55.049 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132288]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T14:35:55.049 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132288]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:55.049 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:35:54 smithi084 sudo[132288]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:55.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-03T14:35:55.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: osdmap e22: 3 total, 3 up, 3 in 2023-11-03T14:35:55.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:55.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1771275322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc"}]: dispatch 2023-11-03T14:35:55.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1771275322' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc"}]': finished 2023-11-03T14:35:55.051 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: osdmap e23: 4 total, 3 up, 4 in 2023-11-03T14:35:55.051 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:35:55.051 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:55.051 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:55 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2783856435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:55.303 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132342]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T14:35:55.303 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132342]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:55.303 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132342]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:55.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-03T14:35:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: osdmap e22: 3 total, 3 up, 3 in 2023-11-03T14:35:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1771275322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc"}]: dispatch 2023-11-03T14:35:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1771275322' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc"}]': finished 2023-11-03T14:35:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: osdmap e23: 4 total, 3 up, 4 in 2023-11-03T14:35:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:35:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:55.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:55 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2783856435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:35:55.558 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132347]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T14:35:55.559 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132347]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:55.559 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132347]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:55.559 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132536]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T14:35:55.559 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132536]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:55.560 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132536]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:55.954 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132724]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T14:35:55.954 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132724]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:55.955 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:35:55 smithi084 sudo[132724]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:56.295 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132729]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T14:35:56.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132729]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:56.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132729]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:56.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132919]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T14:35:56.296 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132919]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:56.297 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 sudo[132919]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:56.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 ceph-mon[111060]: mgrmap e19: smithi084.nbdbnh(active, since 91s), standbys: smithi087.fcbgog 2023-11-03T14:35:56.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 ceph-mon[111060]: osdmap e24: 4 total, 3 up, 4 in 2023-11-03T14:35:56.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:35:56.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 ceph-mon[111060]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T14:35:56.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113746]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T14:35:56.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113746]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:56.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113746]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:56.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 ceph-mon[108307]: mgrmap e19: smithi084.nbdbnh(active, since 91s), standbys: smithi087.fcbgog 2023-11-03T14:35:56.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 ceph-mon[108307]: osdmap e24: 4 total, 3 up, 4 in 2023-11-03T14:35:56.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:35:56.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:56 smithi084 ceph-mon[108307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T14:35:56.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113749]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T14:35:56.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113749]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T14:35:56.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:56 smithi087 sudo[113749]: pam_unix(sudo:session): session closed for user root 2023-11-03T14:35:57.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:57.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T14:35:57.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:35:57.353 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:35:57.353 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T14:35:57.353 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:35:57.353 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:35:57.353 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T14:35:57.354 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:57.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:57.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T14:35:57.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:35:57.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:35:57.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T14:35:57.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:35:57.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:35:57.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T14:35:57.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:35:59.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:35:59 smithi087 ceph-mon[111060]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:35:59.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:35:59 smithi084 ceph-mon[108307]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:36:00.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:00 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-03T14:36:00.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:00 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:00.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:00 smithi084 ceph-mon[108307]: Deploying daemon osd.3 on smithi084 2023-11-03T14:36:00.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:00 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-03T14:36:00.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:00 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:00.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:00 smithi087 ceph-mon[111060]: Deploying daemon osd.3 on smithi084 2023-11-03T14:36:01.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:01 smithi084 ceph-mon[108307]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:36:01.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:01 smithi087 ceph-mon[111060]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-03T14:36:03.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:02 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:03.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:02 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:03.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:02 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:03.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:02 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:03.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:02 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:02 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:02 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:02 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:04.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:03 smithi084 ceph-mon[108307]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 114 KiB/s wr, 8 op/s 2023-11-03T14:36:04.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:03 smithi087 ceph-mon[111060]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 114 KiB/s wr, 8 op/s 2023-11-03T14:36:05.085 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 3 on host 'smithi084' 2023-11-03T14:36:05.330 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:05 smithi084 ceph-mon[108307]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 89 KiB/s wr, 6 op/s 2023-11-03T14:36:05.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:05 smithi087 ceph-mon[111060]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 89 KiB/s wr, 6 op/s 2023-11-03T14:36:05.628 DEBUG:teuthology.orchestra.run.smithi084:osd.3> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.3.service 2023-11-03T14:36:05.630 INFO:tasks.cephadm:Deploying osd.4 on smithi087 with /dev/vg_nvme/lv_4... 2023-11-03T14:36:05.631 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-03T14:36:05.663 INFO:journalctl@ceph.osd.3.smithi084.stdout:-- Logs begin at Fri 2023-11-03 14:24:21 UTC. -- 2023-11-03T14:36:06.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:06 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:06.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:06 smithi084 ceph-mon[108307]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-03T14:36:06.205 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:36:05 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:36:05.937+0000 7fc6ab0033c0 -1 osd.3 0 log_to_monitors true 2023-11-03T14:36:06.261 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:06 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:06.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:06 smithi087 ceph-mon[111060]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-03T14:36:07.076 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-03T14:36:07.076 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-03T14:36:07.077 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2023-11-03T14:36:07.077 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2023-11-03T14:36:07.077 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113081 s, 927 MB/s 2023-11-03T14:36:07.077 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2023-11-03T14:36:07.363 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:36:07.092+0000 7fc6a1a06700 -1 osd.3 0 waiting for initial osdmap 2023-11-03T14:36:07.364 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:36:07.098+0000 7fc69c39d700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:36:07.364 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 72 KiB/s wr, 5 op/s 2023-11-03T14:36:07.364 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-03T14:36:07.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: osdmap e25: 4 total, 3 up, 4 in 2023-11-03T14:36:07.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:07.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:36:07.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:07.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 72 KiB/s wr, 5 op/s 2023-11-03T14:36:07.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-03T14:36:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: osdmap e25: 4 total, 3 up, 4 in 2023-11-03T14:36:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-03T14:36:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:07.428 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi087:vg_nvme/lv_4 2023-11-03T14:36:08.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:08 smithi087 ceph-mon[111060]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:36:08.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:08 smithi087 ceph-mon[111060]: osdmap e26: 4 total, 3 up, 4 in 2023-11-03T14:36:08.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:08 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:08.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:08 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:08.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:08 smithi084 ceph-mon[108307]: from='osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-03T14:36:08.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:08 smithi084 ceph-mon[108307]: osdmap e26: 4 total, 3 up, 4 in 2023-11-03T14:36:08.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:08 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:08.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:08 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:36:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:36:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: pgmap v66: 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-11-03T14:36:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974] boot 2023-11-03T14:36:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: osdmap e27: 4 total, 4 up, 4 in 2023-11-03T14:36:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi084 2023-11-03T14:36:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi084 to 3224M 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:09.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:09.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:09.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:09.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:09.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:09.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:36:09.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:36:09.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: pgmap v66: 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-11-03T14:36:09.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:09.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: osd.3 [v2:172.21.15.84:6826/2442936974,v1:172.21.15.84:6827/2442936974] boot 2023-11-03T14:36:09.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: osdmap e27: 4 total, 4 up, 4 in 2023-11-03T14:36:09.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:36:09.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi084 2023-11-03T14:36:09.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:09.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi084 to 3224M 2023-11-03T14:36:09.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:09.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:09.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:09.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:09.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:09.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:09.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:09.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: osdmap e28: 4 total, 4 up, 4 in 2023-11-03T14:36:10.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/2362535611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]: dispatch 2023-11-03T14:36:10.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]: dispatch 2023-11-03T14:36:10.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]': finished 2023-11-03T14:36:10.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: osdmap e29: 5 total, 4 up, 5 in 2023-11-03T14:36:10.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:10.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: osdmap e28: 4 total, 4 up, 4 in 2023-11-03T14:36:10.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/2362535611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]: dispatch 2023-11-03T14:36:10.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]: dispatch 2023-11-03T14:36:10.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "998896bc-fbf1-4f66-bb41-e763811e6d13"}]': finished 2023-11-03T14:36:10.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: osdmap e29: 5 total, 4 up, 5 in 2023-11-03T14:36:10.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:11 smithi087 ceph-mon[111060]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:11 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/1813515537' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:11.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:11 smithi084 ceph-mon[108307]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:11.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:11 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/1813515537' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:14.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:13 smithi087 ceph-mon[111060]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:14.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:13 smithi084 ceph-mon[108307]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:16.360 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:15 smithi087 ceph-mon[111060]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:16.360 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-03T14:36:16.361 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:16.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:15 smithi084 ceph-mon[108307]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-03T14:36:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:17.255 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:16 smithi087 ceph-mon[111060]: Deploying daemon osd.4 on smithi087 2023-11-03T14:36:17.255 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:16 smithi087 ceph-mon[111060]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:17.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:16 smithi084 ceph-mon[108307]: Deploying daemon osd.4 on smithi087 2023-11-03T14:36:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:16 smithi084 ceph-mon[108307]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:19.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:19 smithi087 ceph-mon[111060]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:19 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:19 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:19 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:19 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:19.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:19 smithi084 ceph-mon[108307]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:19.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:19 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:19.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:19 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:19.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:19 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:19.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:19 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:21.263 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 4 on host 'smithi087' 2023-11-03T14:36:21.301 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:21 smithi087 ceph-mon[111060]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:21.301 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:21 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:21.301 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:21 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:21.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:21 smithi084 ceph-mon[108307]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:21.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:21 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:21.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:21 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:21.704 DEBUG:teuthology.orchestra.run.smithi087:osd.4> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.4.service 2023-11-03T14:36:21.708 INFO:tasks.cephadm:Deploying osd.5 on smithi087 with /dev/vg_nvme/lv_3... 2023-11-03T14:36:21.709 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-03T14:36:21.736 INFO:journalctl@ceph.osd.4.smithi087.stdout:-- Logs begin at Fri 2023-11-03 14:24:20 UTC. -- 2023-11-03T14:36:22.533 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:36:22 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:36:22.282+0000 7f804d5313c0 -1 osd.4 0 log_to_monitors true 2023-11-03T14:36:22.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:22 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:22.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:22 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:22.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:22 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:22.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:22 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:22.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:22 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:22.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:22 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:22.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:22 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:22.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:22 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:23 smithi087 ceph-mon[111060]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:23 smithi087 ceph-mon[111060]: from='osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T14:36:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:23 smithi087 ceph-mon[111060]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T14:36:23.559 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-03T14:36:23.559 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-03T14:36:23.560 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2023-11-03T14:36:23.560 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2023-11-03T14:36:23.560 INFO:teuthology.orchestra.run.smithi087.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0117383 s, 893 MB/s 2023-11-03T14:36:23.560 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2023-11-03T14:36:23.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:23 smithi084 ceph-mon[108307]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:23.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:23 smithi084 ceph-mon[108307]: from='osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T14:36:23.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:23 smithi084 ceph-mon[108307]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T14:36:23.930 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi087:vg_nvme/lv_3 2023-11-03T14:36:24.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-03T14:36:24.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: osdmap e30: 5 total, 4 up, 5 in 2023-11-03T14:36:24.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:24.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:24.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:24.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:36:24.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:36:24.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:24.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:24.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:24.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:24.628 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:36:24.276+0000 7f8043f34700 -1 osd.4 0 waiting for initial osdmap 2023-11-03T14:36:24.628 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:36:24.281+0000 7f803c8c7700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:36:24.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-03T14:36:24.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: osdmap e30: 5 total, 4 up, 5 in 2023-11-03T14:36:24.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:24.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:24.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:24.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:36:24.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:36:24.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:24.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:24.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:24.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi087 2023-11-03T14:36:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi087 to 15970M 2023-11-03T14:36:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: osdmap e31: 5 total, 4 up, 5 in 2023-11-03T14:36:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:25.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T14:36:25.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi087 2023-11-03T14:36:25.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi087 to 15970M 2023-11-03T14:36:25.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:25.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: osdmap e31: 5 total, 4 up, 5 in 2023-11-03T14:36:25.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:25.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:36:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:36:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878] boot 2023-11-03T14:36:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: osdmap e32: 5 total, 5 up, 5 in 2023-11-03T14:36:26.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:26.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:26.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:26.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:26.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:26 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:26.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:36:26.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:36:26.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: osd.4 [v2:172.21.15.87:6800/3313876878,v1:172.21.15.87:6801/3313876878] boot 2023-11-03T14:36:26.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: osdmap e32: 5 total, 5 up, 5 in 2023-11-03T14:36:26.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:36:26.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:26.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:26.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:26.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:26 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:27.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:27.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: osdmap e33: 5 total, 5 up, 5 in 2023-11-03T14:36:27.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/1834040035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]: dispatch 2023-11-03T14:36:27.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]: dispatch 2023-11-03T14:36:27.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]': finished 2023-11-03T14:36:27.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: osdmap e34: 6 total, 5 up, 6 in 2023-11-03T14:36:27.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:27 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:27.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:27.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: osdmap e33: 5 total, 5 up, 5 in 2023-11-03T14:36:27.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/1834040035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]: dispatch 2023-11-03T14:36:27.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]: dispatch 2023-11-03T14:36:27.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35d9fa4f-cde6-4fd5-b401-ac80c37a1e43"}]': finished 2023-11-03T14:36:27.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: osdmap e34: 6 total, 5 up, 6 in 2023-11-03T14:36:27.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:27 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:28.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:28 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/3274389967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:28.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:28 smithi087 ceph-mon[111060]: osdmap e35: 6 total, 5 up, 6 in 2023-11-03T14:36:28.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:28 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:28.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:28 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/3274389967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:28.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:28 smithi084 ceph-mon[108307]: osdmap e35: 6 total, 5 up, 6 in 2023-11-03T14:36:28.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:28 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:29 smithi087 ceph-mon[111060]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:29 smithi087 ceph-mon[111060]: osdmap e36: 6 total, 5 up, 6 in 2023-11-03T14:36:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:29 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:29.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:29 smithi084 ceph-mon[108307]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:29.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:29 smithi084 ceph-mon[108307]: osdmap e36: 6 total, 5 up, 6 in 2023-11-03T14:36:29.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:29 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:31.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:31 smithi087 ceph-mon[111060]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:31.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:31 smithi084 ceph-mon[108307]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T14:36:33.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:32 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-03T14:36:33.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:32 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:33.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-03T14:36:33.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:32 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:34.168 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:33 smithi087 ceph-mon[111060]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2023-11-03T14:36:34.168 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:33 smithi087 ceph-mon[111060]: Deploying daemon osd.5 on smithi087 2023-11-03T14:36:34.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:33 smithi084 ceph-mon[108307]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2023-11-03T14:36:34.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:33 smithi084 ceph-mon[108307]: Deploying daemon osd.5 on smithi087 2023-11-03T14:36:35.242 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:34 smithi087 ceph-mon[111060]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T14:36:35.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:34 smithi084 ceph-mon[108307]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T14:36:37.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:37.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:37.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:37.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:37.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:37.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:37.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:37.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:38.237 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:37 smithi087 ceph-mon[111060]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T14:36:38.246 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 5 on host 'smithi087' 2023-11-03T14:36:38.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:37 smithi084 ceph-mon[108307]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T14:36:38.669 DEBUG:teuthology.orchestra.run.smithi087:osd.5> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.5.service 2023-11-03T14:36:38.671 INFO:tasks.cephadm:Deploying osd.6 on smithi087 with /dev/vg_nvme/lv_2... 2023-11-03T14:36:38.672 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-03T14:36:38.700 INFO:journalctl@ceph.osd.5.smithi087.stdout:-- Logs begin at Fri 2023-11-03 14:24:20 UTC. -- 2023-11-03T14:36:39.351 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:36:38 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:36:38.977+0000 7fe9fedb33c0 -1 osd.5 0 log_to_monitors true 2023-11-03T14:36:39.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:39 smithi087 ceph-mon[111060]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:36:39.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:39 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:39.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:39 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:39.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:39 smithi087 ceph-mon[111060]: from='osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T14:36:39.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:39 smithi087 ceph-mon[111060]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T14:36:39.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:39 smithi084 ceph-mon[108307]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:36:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:39 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:39 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:39 smithi084 ceph-mon[108307]: from='osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T14:36:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:39 smithi084 ceph-mon[108307]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T14:36:40.309 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:36:40.256+0000 7fe9f57b6700 -1 osd.5 0 waiting for initial osdmap 2023-11-03T14:36:40.309 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:36:40.263+0000 7fe9f094e700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:36:40.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-mon[111060]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-03T14:36:40.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-mon[111060]: osdmap e37: 6 total, 5 up, 6 in 2023-11-03T14:36:40.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:40.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-mon[111060]: from='osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:40.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:40 smithi087 ceph-mon[111060]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:40.529 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-03T14:36:40.529 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-03T14:36:40.529 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2023-11-03T14:36:40.530 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2023-11-03T14:36:40.530 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012579 s, 834 MB/s 2023-11-03T14:36:40.530 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2023-11-03T14:36:40.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:40 smithi084 ceph-mon[108307]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-03T14:36:40.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:40 smithi084 ceph-mon[108307]: osdmap e37: 6 total, 5 up, 6 in 2023-11-03T14:36:40.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:40 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:40.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:40 smithi084 ceph-mon[108307]: from='osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:40.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:40 smithi084 ceph-mon[108307]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:40.931 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi087:vg_nvme/lv_2 2023-11-03T14:36:41.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:41 smithi087 ceph-mon[111060]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:36:41.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:41 smithi087 ceph-mon[111060]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:41.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:41 smithi087 ceph-mon[111060]: osdmap e38: 6 total, 5 up, 6 in 2023-11-03T14:36:41.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:41.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:41.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:41 smithi084 ceph-mon[108307]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:36:41.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:41 smithi084 ceph-mon[108307]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:41.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:41 smithi084 ceph-mon[108307]: osdmap e38: 6 total, 5 up, 6 in 2023-11-03T14:36:41.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:41.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:42.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:36:42.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:36:42.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738] boot 2023-11-03T14:36:42.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: osdmap e39: 6 total, 6 up, 6 in 2023-11-03T14:36:42.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:42.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi087 2023-11-03T14:36:42.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi087 to 7985M 2023-11-03T14:36:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:42.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:42.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:42.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:42 smithi087 ceph-mon[111060]: osdmap e40: 6 total, 6 up, 6 in 2023-11-03T14:36:42.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:36:42.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:36:42.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: osd.5 [v2:172.21.15.87:6808/740151738,v1:172.21.15.87:6809/740151738] boot 2023-11-03T14:36:42.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: osdmap e39: 6 total, 6 up, 6 in 2023-11-03T14:36:42.707 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:36:42.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi087 2023-11-03T14:36:42.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:42.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:36:42.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi087 to 7985M 2023-11-03T14:36:42.709 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.709 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.709 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:42.709 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:42.709 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:42.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:42.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:42 smithi084 ceph-mon[108307]: osdmap e40: 6 total, 6 up, 6 in 2023-11-03T14:36:43.573 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:43.574 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:43.574 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:43.574 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:43.574 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:43.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:43 smithi087 ceph-mon[111060]: osdmap e41: 6 total, 6 up, 6 in 2023-11-03T14:36:43.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:43.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:36:43.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:36:43.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:36:43.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:43.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:43 smithi084 ceph-mon[108307]: osdmap e41: 6 total, 6 up, 6 in 2023-11-03T14:36:45.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: osdmap e42: 6 total, 6 up, 6 in 2023-11-03T14:36:45.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:45.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/858634228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]: dispatch 2023-11-03T14:36:45.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]: dispatch 2023-11-03T14:36:45.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]': finished 2023-11-03T14:36:45.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: osdmap e43: 7 total, 6 up, 7 in 2023-11-03T14:36:45.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:45.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:45 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/2946098532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:45.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: osdmap e42: 6 total, 6 up, 6 in 2023-11-03T14:36:45.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:45.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/858634228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]: dispatch 2023-11-03T14:36:45.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]: dispatch 2023-11-03T14:36:45.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "793634a9-ea02-401a-b765-fa2a25fc021b"}]': finished 2023-11-03T14:36:45.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: osdmap e43: 7 total, 6 up, 7 in 2023-11-03T14:36:45.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:45.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:44 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/2946098532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:36:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:47 smithi087 ceph-mon[111060]: pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:48.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:47 smithi084 ceph-mon[108307]: pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:50.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:49 smithi087 ceph-mon[111060]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:50.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:49 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-03T14:36:50.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:49 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:50.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:49 smithi084 ceph-mon[108307]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:50.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:49 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-03T14:36:50.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:49 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:51.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:50 smithi087 ceph-mon[111060]: Deploying daemon osd.6 on smithi087 2023-11-03T14:36:51.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:50 smithi087 ceph-mon[111060]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:51.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:50 smithi084 ceph-mon[108307]: Deploying daemon osd.6 on smithi087 2023-11-03T14:36:51.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:50 smithi084 ceph-mon[108307]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:53 smithi087 ceph-mon[111060]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:53 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:53 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:53 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:53 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:54.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:53 smithi084 ceph-mon[108307]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:54.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:53 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:54.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:53 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:36:54.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:53 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:36:54.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:53 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:36:55.187 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 6 on host 'smithi087' 2023-11-03T14:36:55.708 DEBUG:teuthology.orchestra.run.smithi087:osd.6> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.6.service 2023-11-03T14:36:55.711 INFO:tasks.cephadm:Deploying osd.7 on smithi087 with /dev/vg_nvme/lv_1... 2023-11-03T14:36:55.711 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-03T14:36:55.742 INFO:journalctl@ceph.osd.6.smithi087.stdout:-- Logs begin at Fri 2023-11-03 14:24:20 UTC. -- 2023-11-03T14:36:56.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:55 smithi087 ceph-mon[111060]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:56.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:55 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:56.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:55 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:56.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:55 smithi084 ceph-mon[108307]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:56.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:55 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:56.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:55 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:36:56.377 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:36:56 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:36:56.164+0000 7f459fd123c0 -1 osd.6 0 log_to_monitors true 2023-11-03T14:36:57.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:56 smithi087 ceph-mon[111060]: from='osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T14:36:57.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:56 smithi087 ceph-mon[111060]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T14:36:57.430 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-03T14:36:57.430 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-03T14:36:57.430 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2023-11-03T14:36:57.431 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2023-11-03T14:36:57.431 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112731 s, 930 MB/s 2023-11-03T14:36:57.431 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2023-11-03T14:36:57.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:56 smithi084 ceph-mon[108307]: from='osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T14:36:57.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:56 smithi084 ceph-mon[108307]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T14:36:57.944 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi087:vg_nvme/lv_1 2023-11-03T14:36:57.966 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:57.966 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-03T14:36:57.966 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: osdmap e44: 7 total, 6 up, 7 in 2023-11-03T14:36:57.966 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:57.967 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: from='osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:57.967 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-mon[111060]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:58.297 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:36:57.966+0000 7f4596715700 -1 osd.6 0 waiting for initial osdmap 2023-11-03T14:36:58.297 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:36:57 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:36:57.973+0000 7f45928af700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:36:58.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:36:58.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-03T14:36:58.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: osdmap e44: 7 total, 6 up, 7 in 2023-11-03T14:36:58.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:58.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: from='osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:58.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:57 smithi084 ceph-mon[108307]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:36:59.288 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:58 smithi087 ceph-mon[111060]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:59.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:58 smithi087 ceph-mon[111060]: osdmap e45: 7 total, 6 up, 7 in 2023-11-03T14:36:59.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:58 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:59.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:58 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:59.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:58 smithi084 ceph-mon[108307]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:36:59.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:58 smithi084 ceph-mon[108307]: osdmap e45: 7 total, 6 up, 7 in 2023-11-03T14:36:59.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:58 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:36:59.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:58 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:37:00.231 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:37:00.231 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:37:00.231 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:37:00.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893] boot 2023-11-03T14:37:00.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: osdmap e46: 7 total, 7 up, 7 in 2023-11-03T14:37:00.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:37:00.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.233 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.233 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.233 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.233 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.233 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:00.234 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:00.234 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:00.234 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.234 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:37:00.234 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:37:00.235 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:00.235 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:36:59 smithi087 ceph-mon[111060]: osdmap e47: 7 total, 7 up, 7 in 2023-11-03T14:37:00.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:37:00.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:37:00.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T14:37:00.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: osd.6 [v2:172.21.15.87:6816/1564312893,v1:172.21.15.87:6817/1564312893] boot 2023-11-03T14:37:00.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: osdmap e46: 7 total, 7 up, 7 in 2023-11-03T14:37:00.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:37:00.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:00.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:00.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:00.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:00.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:00.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T14:37:00.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T14:37:00.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:00.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:36:59 smithi084 ceph-mon[108307]: osdmap e47: 7 total, 7 up, 7 in 2023-11-03T14:37:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:00 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi087 2023-11-03T14:37:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:00 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi087 to 5323M 2023-11-03T14:37:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:00 smithi087 ceph-mon[111060]: from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:00 smithi087 ceph-mon[111060]: osdmap e48: 7 total, 7 up, 7 in 2023-11-03T14:37:01.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:00 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi087 2023-11-03T14:37:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:00 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi087 to 5323M 2023-11-03T14:37:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:00 smithi084 ceph-mon[108307]: from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:01.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:00 smithi084 ceph-mon[108307]: osdmap e48: 7 total, 7 up, 7 in 2023-11-03T14:37:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/2560071985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]: dispatch 2023-11-03T14:37:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]: dispatch 2023-11-03T14:37:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]': finished 2023-11-03T14:37:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: osdmap e49: 8 total, 7 up, 8 in 2023-11-03T14:37:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:02.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:02.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/2560071985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]: dispatch 2023-11-03T14:37:02.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]: dispatch 2023-11-03T14:37:02.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99fc5331-2c64-4bd6-9dd5-3f18bb51cc15"}]': finished 2023-11-03T14:37:02.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: osdmap e49: 8 total, 7 up, 8 in 2023-11-03T14:37:02.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:03.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:02 smithi087 ceph-mon[111060]: from='client.? 172.21.15.87:0/476455185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:37:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:02 smithi087 ceph-mon[111060]: osdmap e50: 8 total, 7 up, 8 in 2023-11-03T14:37:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:02 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:03.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:02 smithi084 ceph-mon[108307]: from='client.? 172.21.15.87:0/476455185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T14:37:03.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:02 smithi084 ceph-mon[108307]: osdmap e50: 8 total, 7 up, 8 in 2023-11-03T14:37:03.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:02 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:04.324 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:03 smithi087 ceph-mon[111060]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:04.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:03 smithi084 ceph-mon[108307]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:05.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:05 smithi087 ceph-mon[111060]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 126 KiB/s, 0 objects/s recovering 2023-11-03T14:37:05.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:04 smithi084 ceph-mon[108307]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 126 KiB/s, 0 objects/s recovering 2023-11-03T14:37:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:07 smithi087 ceph-mon[111060]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T14:37:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-03T14:37:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:07 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:07.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:07 smithi087 ceph-mon[111060]: Deploying daemon osd.7 on smithi087 2023-11-03T14:37:07.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:07 smithi084 ceph-mon[108307]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T14:37:07.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-03T14:37:07.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:07 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:07.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:07 smithi084 ceph-mon[108307]: Deploying daemon osd.7 on smithi087 2023-11-03T14:37:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:09 smithi087 ceph-mon[111060]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-11-03T14:37:09.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:09 smithi084 ceph-mon[108307]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-11-03T14:37:11.594 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:11 smithi087 ceph-mon[111060]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-03T14:37:11.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:11.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:11.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:11.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:11 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:11.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:11 smithi084 ceph-mon[108307]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-03T14:37:11.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:11.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:11.705 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:11.706 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:11 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:12.706 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 7 on host 'smithi087' 2023-11-03T14:37:13.106 DEBUG:teuthology.orchestra.run.smithi087:osd.7> sudo journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.7.service 2023-11-03T14:37:13.149 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-03T14:37:13.149 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-11-03T14:37:13.176 INFO:journalctl@ceph.osd.7.smithi087.stdout:-- Logs begin at Fri 2023-11-03 14:24:20 UTC. -- 2023-11-03T14:37:13.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:13 smithi084 ceph-mon[108307]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:37:13.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:13 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:13.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:13 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:13.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:13 smithi084 ceph-mon[108307]: from='osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T14:37:13.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:13 smithi084 ceph-mon[108307]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T14:37:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-mon[111060]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T14:37:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:13.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-mon[111060]: from='osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T14:37:13.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-mon[111060]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T14:37:13.879 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:37:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:37:13.609+0000 7f6f8cc6e3c0 -1 osd.7 0 log_to_monitors true 2023-11-03T14:37:14.461 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:14.833 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1699022218,"num_in_osds":8,"osd_in_since":1699022221,"num_remapped_pgs":0} 2023-11-03T14:37:15.373 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:37:15.151+0000 7f6f83671700 -1 osd.7 0 waiting for initial osdmap 2023-11-03T14:37:15.373 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:37:15.159+0000 7f6f7d807700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T14:37:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-03T14:37:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-03T14:37:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: osdmap e51: 8 total, 7 up, 8 in 2023-11-03T14:37:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: from='osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:37:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:37:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:15 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2924333414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T14:37:15.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-03T14:37:15.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-03T14:37:15.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: osdmap e51: 8 total, 7 up, 8 in 2023-11-03T14:37:15.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:15.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: from='osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:37:15.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-03T14:37:15.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:15 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2924333414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T14:37:15.835 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-11-03T14:37:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:37:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: osdmap e52: 8 total, 7 up, 8 in 2023-11-03T14:37:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:16.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:16.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: Detected new or changed devices on smithi087 2023-11-03T14:37:16.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi087 to 3992M 2023-11-03T14:37:16.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:16.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:16.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:16.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:16.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-03T14:37:16.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: osdmap e52: 8 total, 7 up, 8 in 2023-11-03T14:37:16.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:16.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:16.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: Detected new or changed devices on smithi087 2023-11-03T14:37:16.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:37:16.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi087 to 3992M 2023-11-03T14:37:16.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:16.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:16.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:16.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:16.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:17.242 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:17.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: purged_snaps scrub starts 2023-11-03T14:37:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: purged_snaps scrub ok 2023-11-03T14:37:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589] boot 2023-11-03T14:37:17.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: osdmap e53: 8 total, 8 up, 8 in 2023-11-03T14:37:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:17.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:17 smithi084 ceph-mon[108307]: osdmap e54: 8 total, 8 up, 8 in 2023-11-03T14:37:17.616 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1699022236,"num_in_osds":8,"osd_in_since":1699022221,"num_remapped_pgs":1} 2023-11-03T14:37:17.617 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T14:37:17.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: purged_snaps scrub starts 2023-11-03T14:37:17.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: purged_snaps scrub ok 2023-11-03T14:37:17.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T14:37:17.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: osd.7 [v2:172.21.15.87:6824/1540173589,v1:172.21.15.87:6825/1540173589] boot 2023-11-03T14:37:17.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: osdmap e53: 8 total, 8 up, 8 in 2023-11-03T14:37:17.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:37:17.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:17 smithi087 ceph-mon[111060]: osdmap e54: 8 total, 8 up, 8 in 2023-11-03T14:37:17.844 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:18.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:18 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/746424139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T14:37:18.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:18 smithi084 ceph-mon[108307]: osdmap e55: 8 total, 8 up, 8 in 2023-11-03T14:37:18.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:18 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/746424139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T14:37:18.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:18 smithi087 ceph-mon[111060]: osdmap e55: 8 total, 8 up, 8 in 2023-11-03T14:37:18.935 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:18.936 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":55,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","created":"2023-11-03T14:32:58.604885+0000","modified":"2023-11-03T14:37:17.993409+0000","last_up_change":"2023-11-03T14:37:16.152673+0000","last_in_change":"2023-11-03T14:37:01.450559+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-11-03T14:35:52.325565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00f7f560-2568-4d8a-902a-56a9b12b3e06","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.84:6802","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6803","nonce":2207602068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6805","nonce":2207602068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6809","nonce":2207602068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6807","nonce":2207602068}]},"public_addr":"172.21.15.84:6803/2207602068","cluster_addr":"172.21.15.84:6805/2207602068","heartbeat_back_addr":"172.21.15.84:6809/2207602068","heartbeat_front_addr":"172.21.15.84:6807/2207602068","state":["exists","up"]},{"osd":1,"uuid":"6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6811","nonce":3572761247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6813","nonce":3572761247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6817","nonce":3572761247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6815","nonce":3572761247}]},"public_addr":"172.21.15.84:6811/3572761247","cluster_addr":"172.21.15.84:6813/3572761247","heartbeat_back_addr":"172.21.15.84:6817/3572761247","heartbeat_front_addr":"172.21.15.84:6815/3572761247","state":["exists","up"]},{"osd":2,"uuid":"70ab1439-478d-4436-b103-185d9e044432","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.84:6818","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6819","nonce":1855541932}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6821","nonce":1855541932}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6825","nonce":1855541932}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6823","nonce":1855541932}]},"public_addr":"172.21.15.84:6819/1855541932","cluster_addr":"172.21.15.84:6821/1855541932","heartbeat_back_addr":"172.21.15.84:6825/1855541932","heartbeat_front_addr":"172.21.15.84:6823/1855541932","state":["exists","up"]},{"osd":3,"uuid":"11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6827","nonce":2442936974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6829","nonce":2442936974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6833","nonce":2442936974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6831","nonce":2442936974}]},"public_addr":"172.21.15.84:6827/2442936974","cluster_addr":"172.21.15.84:6829/2442936974","heartbeat_back_addr":"172.21.15.84:6833/2442936974","heartbeat_front_addr":"172.21.15.84:6831/2442936974","state":["exists","up"]},{"osd":4,"uuid":"998896bc-fbf1-4f66-bb41-e763811e6d13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6801","nonce":3313876878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6803","nonce":3313876878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6807","nonce":3313876878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6805","nonce":3313876878}]},"public_addr":"172.21.15.87:6801/3313876878","cluster_addr":"172.21.15.87:6803/3313876878","heartbeat_back_addr":"172.21.15.87:6807/3313876878","heartbeat_front_addr":"172.21.15.87:6805/3313876878","state":["exists","up"]},{"osd":5,"uuid":"35d9fa4f-cde6-4fd5-b401-ac80c37a1e43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6809","nonce":740151738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6811","nonce":740151738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6815","nonce":740151738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6813","nonce":740151738}]},"public_addr":"172.21.15.87:6809/740151738","cluster_addr":"172.21.15.87:6811/740151738","heartbeat_back_addr":"172.21.15.87:6815/740151738","heartbeat_front_addr":"172.21.15.87:6813/740151738","state":["exists","up"]},{"osd":6,"uuid":"793634a9-ea02-401a-b765-fa2a25fc021b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6817","nonce":1564312893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6819","nonce":1564312893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6823","nonce":1564312893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6821","nonce":1564312893}]},"public_addr":"172.21.15.87:6817/1564312893","cluster_addr":"172.21.15.87:6819/1564312893","heartbeat_back_addr":"172.21.15.87:6823/1564312893","heartbeat_front_addr":"172.21.15.87:6821/1564312893","state":["exists","up"]},{"osd":7,"uuid":"99fc5331-2c64-4bd6-9dd5-3f18bb51cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6825","nonce":1540173589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6827","nonce":1540173589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6831","nonce":1540173589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6829","nonce":1540173589}]},"public_addr":"172.21.15.87:6825/1540173589","cluster_addr":"172.21.15.87:6827/1540173589","heartbeat_back_addr":"172.21.15.87:6831/1540173589","heartbeat_front_addr":"172.21.15.87:6829/1540173589","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-11-03T14:35:11.166414+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-11-03T14:35:32.197777+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-11-03T14:35:49.509825+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-11-03T14:36:06.910553+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-11-03T14:36:23.299815+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-11-03T14:36:39.931702+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-11-03T14:36:57.121188+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-11-03T14:37:14.659280+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.84:0/648478246":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3668217437":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6801/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/3219898061":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/2601822531":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/4093179744":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3330086183":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/312186235":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6801/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6800/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:6801/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:0/2837737929":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/4151088887":"2023-11-04T14:33:21.409582+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-11-03T14:37:19.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:19 smithi084 ceph-mon[108307]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:19.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:19 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1006528560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:19.309 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-03T14:35:52.325565+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-03T14:37:19.310 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-03T14:37:19.539 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:19.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:19 smithi087 ceph-mon[111060]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:19.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:19 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1006528560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:20.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:20 smithi084 ceph-mon[108307]: osdmap e56: 8 total, 8 up, 8 in 2023-11-03T14:37:20.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:20 smithi087 ceph-mon[111060]: osdmap e56: 8 total, 8 up, 8 in 2023-11-03T14:37:20.645 INFO:teuthology.orchestra.run.smithi084.stdout:pg_num: 1 2023-11-03T14:37:21.008 INFO:tasks.cephadm:Setting up client nodes... 2023-11-03T14:37:21.009 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-03T14:37:21.318 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:21 smithi084 ceph-mon[108307]: pgmap v132: 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-11-03T14:37:21.318 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:21 smithi084 ceph-mon[108307]: osdmap e57: 8 total, 8 up, 8 in 2023-11-03T14:37:21.319 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:21 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/304002578' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-03T14:37:21.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:21 smithi087 ceph-mon[111060]: pgmap v132: 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-11-03T14:37:21.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:21 smithi087 ceph-mon[111060]: osdmap e57: 8 total, 8 up, 8 in 2023-11-03T14:37:21.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:21 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/304002578' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-03T14:37:22.367 INFO:teuthology.orchestra.run.smithi084.stdout:[client.0] 2023-11-03T14:37:22.367 INFO:teuthology.orchestra.run.smithi084.stdout: key = AQCiBUVlVGqZFRAAizGZhNBrVpz15w0C4rehWw== 2023-11-03T14:37:22.741 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-03T14:37:22.741 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-03T14:37:22.741 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-03T14:37:22.782 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-03T14:37:22.783 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-03T14:37:22.783 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-03T14:37:23.045 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:23.320 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:22 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/718986453' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-03T14:37:23.321 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:22 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/718986453' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-03T14:37:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:22 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/718986453' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-03T14:37:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:22 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/718986453' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-03T14:37:24.154 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:24.328 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:23 smithi084 ceph-mon[108307]: pgmap v134: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-11-03T14:37:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:23 smithi087 ceph-mon[111060]: pgmap v134: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-11-03T14:37:24.532 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi084.nbdbnh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":3889822099},{"type":"v1","addr":"172.21.15.84:6801","nonce":3889822099}]},"active_addr":"172.21.15.84:6801/3889822099","active_change":"2023-11-03T14:34:23.979207+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi087.fcbgog","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.84:8443/","prometheus":"http://172.21.15.84: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.84:0","nonce":1798728222}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":2161208245}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":1067310150}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":239591137}]}]}} 2023-11-03T14:37:24.537 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-03T14:37:24.538 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-03T14:37:24.538 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T14:37:24.765 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:25.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:25 smithi084 ceph-mon[108307]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-03T14:37:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:37:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:37:25.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:25 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2051904475' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-03T14:37:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:25 smithi087 ceph-mon[111060]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-03T14:37:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:37:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:37:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:25 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2051904475' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-03T14:37:25.945 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:25.945 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":57,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","created":"2023-11-03T14:32:58.604885+0000","modified":"2023-11-03T14:37:20.167218+0000","last_up_change":"2023-11-03T14:37:16.152673+0000","last_in_change":"2023-11-03T14:37:01.450559+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-11-03T14:35:52.325565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00f7f560-2568-4d8a-902a-56a9b12b3e06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6803","nonce":2207602068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6805","nonce":2207602068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6809","nonce":2207602068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6807","nonce":2207602068}]},"public_addr":"172.21.15.84:6803/2207602068","cluster_addr":"172.21.15.84:6805/2207602068","heartbeat_back_addr":"172.21.15.84:6809/2207602068","heartbeat_front_addr":"172.21.15.84:6807/2207602068","state":["exists","up"]},{"osd":1,"uuid":"6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6811","nonce":3572761247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6813","nonce":3572761247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6817","nonce":3572761247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6815","nonce":3572761247}]},"public_addr":"172.21.15.84:6811/3572761247","cluster_addr":"172.21.15.84:6813/3572761247","heartbeat_back_addr":"172.21.15.84:6817/3572761247","heartbeat_front_addr":"172.21.15.84:6815/3572761247","state":["exists","up"]},{"osd":2,"uuid":"70ab1439-478d-4436-b103-185d9e044432","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.84:6818","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6819","nonce":1855541932}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6821","nonce":1855541932}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6825","nonce":1855541932}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6823","nonce":1855541932}]},"public_addr":"172.21.15.84:6819/1855541932","cluster_addr":"172.21.15.84:6821/1855541932","heartbeat_back_addr":"172.21.15.84:6825/1855541932","heartbeat_front_addr":"172.21.15.84:6823/1855541932","state":["exists","up"]},{"osd":3,"uuid":"11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6827","nonce":2442936974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6829","nonce":2442936974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6833","nonce":2442936974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6831","nonce":2442936974}]},"public_addr":"172.21.15.84:6827/2442936974","cluster_addr":"172.21.15.84:6829/2442936974","heartbeat_back_addr":"172.21.15.84:6833/2442936974","heartbeat_front_addr":"172.21.15.84:6831/2442936974","state":["exists","up"]},{"osd":4,"uuid":"998896bc-fbf1-4f66-bb41-e763811e6d13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6801","nonce":3313876878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6803","nonce":3313876878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6807","nonce":3313876878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6805","nonce":3313876878}]},"public_addr":"172.21.15.87:6801/3313876878","cluster_addr":"172.21.15.87:6803/3313876878","heartbeat_back_addr":"172.21.15.87:6807/3313876878","heartbeat_front_addr":"172.21.15.87:6805/3313876878","state":["exists","up"]},{"osd":5,"uuid":"35d9fa4f-cde6-4fd5-b401-ac80c37a1e43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6809","nonce":740151738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6811","nonce":740151738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6815","nonce":740151738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6813","nonce":740151738}]},"public_addr":"172.21.15.87:6809/740151738","cluster_addr":"172.21.15.87:6811/740151738","heartbeat_back_addr":"172.21.15.87:6815/740151738","heartbeat_front_addr":"172.21.15.87:6813/740151738","state":["exists","up"]},{"osd":6,"uuid":"793634a9-ea02-401a-b765-fa2a25fc021b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6817","nonce":1564312893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6819","nonce":1564312893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6823","nonce":1564312893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6821","nonce":1564312893}]},"public_addr":"172.21.15.87:6817/1564312893","cluster_addr":"172.21.15.87:6819/1564312893","heartbeat_back_addr":"172.21.15.87:6823/1564312893","heartbeat_front_addr":"172.21.15.87:6821/1564312893","state":["exists","up"]},{"osd":7,"uuid":"99fc5331-2c64-4bd6-9dd5-3f18bb51cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6825","nonce":1540173589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6827","nonce":1540173589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6831","nonce":1540173589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6829","nonce":1540173589}]},"public_addr":"172.21.15.87:6825/1540173589","cluster_addr":"172.21.15.87:6827/1540173589","heartbeat_back_addr":"172.21.15.87:6831/1540173589","heartbeat_front_addr":"172.21.15.87:6829/1540173589","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-11-03T14:35:11.166414+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-11-03T14:35:32.197777+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-11-03T14:35:49.509825+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-11-03T14:36:06.910553+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-11-03T14:36:23.299815+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-11-03T14:36:39.931702+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-11-03T14:36:57.121188+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-11-03T14:37:14.659280+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:0/648478246":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3668217437":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6801/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/3219898061":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/2601822531":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/4093179744":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3330086183":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/312186235":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6801/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6800/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:6801/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:0/2837737929":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/4151088887":"2023-11-04T14:33:21.409582+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-11-03T14:37:26.223 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:26 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1924855238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:26.307 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-03T14:37:26.307 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T14:37:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:26 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1924855238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:26.532 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:27.698 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:27.698 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":57,"fsid":"d46a7d60-7a55-11ee-8db9-212e2dc638e7","created":"2023-11-03T14:32:58.604885+0000","modified":"2023-11-03T14:37:20.167218+0000","last_up_change":"2023-11-03T14:37:16.152673+0000","last_in_change":"2023-11-03T14:37:01.450559+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-11-03T14:35:52.325565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00f7f560-2568-4d8a-902a-56a9b12b3e06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6803","nonce":2207602068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6805","nonce":2207602068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6809","nonce":2207602068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2207602068},{"type":"v1","addr":"172.21.15.84:6807","nonce":2207602068}]},"public_addr":"172.21.15.84:6803/2207602068","cluster_addr":"172.21.15.84:6805/2207602068","heartbeat_back_addr":"172.21.15.84:6809/2207602068","heartbeat_front_addr":"172.21.15.84:6807/2207602068","state":["exists","up"]},{"osd":1,"uuid":"6b352fe9-8514-4e1b-b5ee-a14cd4ef6ecc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6811","nonce":3572761247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6813","nonce":3572761247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6817","nonce":3572761247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3572761247},{"type":"v1","addr":"172.21.15.84:6815","nonce":3572761247}]},"public_addr":"172.21.15.84:6811/3572761247","cluster_addr":"172.21.15.84:6813/3572761247","heartbeat_back_addr":"172.21.15.84:6817/3572761247","heartbeat_front_addr":"172.21.15.84:6815/3572761247","state":["exists","up"]},{"osd":2,"uuid":"70ab1439-478d-4436-b103-185d9e044432","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.84:6818","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6819","nonce":1855541932}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6821","nonce":1855541932}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6825","nonce":1855541932}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1855541932},{"type":"v1","addr":"172.21.15.84:6823","nonce":1855541932}]},"public_addr":"172.21.15.84:6819/1855541932","cluster_addr":"172.21.15.84:6821/1855541932","heartbeat_back_addr":"172.21.15.84:6825/1855541932","heartbeat_front_addr":"172.21.15.84:6823/1855541932","state":["exists","up"]},{"osd":3,"uuid":"11ca3ad0-f2ef-4cde-8170-76b43f6a1dfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6827","nonce":2442936974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6829","nonce":2442936974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6833","nonce":2442936974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2442936974},{"type":"v1","addr":"172.21.15.84:6831","nonce":2442936974}]},"public_addr":"172.21.15.84:6827/2442936974","cluster_addr":"172.21.15.84:6829/2442936974","heartbeat_back_addr":"172.21.15.84:6833/2442936974","heartbeat_front_addr":"172.21.15.84:6831/2442936974","state":["exists","up"]},{"osd":4,"uuid":"998896bc-fbf1-4f66-bb41-e763811e6d13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6801","nonce":3313876878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6803","nonce":3313876878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6807","nonce":3313876878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3313876878},{"type":"v1","addr":"172.21.15.87:6805","nonce":3313876878}]},"public_addr":"172.21.15.87:6801/3313876878","cluster_addr":"172.21.15.87:6803/3313876878","heartbeat_back_addr":"172.21.15.87:6807/3313876878","heartbeat_front_addr":"172.21.15.87:6805/3313876878","state":["exists","up"]},{"osd":5,"uuid":"35d9fa4f-cde6-4fd5-b401-ac80c37a1e43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6809","nonce":740151738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6811","nonce":740151738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6815","nonce":740151738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":740151738},{"type":"v1","addr":"172.21.15.87:6813","nonce":740151738}]},"public_addr":"172.21.15.87:6809/740151738","cluster_addr":"172.21.15.87:6811/740151738","heartbeat_back_addr":"172.21.15.87:6815/740151738","heartbeat_front_addr":"172.21.15.87:6813/740151738","state":["exists","up"]},{"osd":6,"uuid":"793634a9-ea02-401a-b765-fa2a25fc021b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6817","nonce":1564312893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6819","nonce":1564312893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6823","nonce":1564312893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1564312893},{"type":"v1","addr":"172.21.15.87:6821","nonce":1564312893}]},"public_addr":"172.21.15.87:6817/1564312893","cluster_addr":"172.21.15.87:6819/1564312893","heartbeat_back_addr":"172.21.15.87:6823/1564312893","heartbeat_front_addr":"172.21.15.87:6821/1564312893","state":["exists","up"]},{"osd":7,"uuid":"99fc5331-2c64-4bd6-9dd5-3f18bb51cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6825","nonce":1540173589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6827","nonce":1540173589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6831","nonce":1540173589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1540173589},{"type":"v1","addr":"172.21.15.87:6829","nonce":1540173589}]},"public_addr":"172.21.15.87:6825/1540173589","cluster_addr":"172.21.15.87:6827/1540173589","heartbeat_back_addr":"172.21.15.87:6831/1540173589","heartbeat_front_addr":"172.21.15.87:6829/1540173589","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-11-03T14:35:11.166414+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-11-03T14:35:32.197777+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-11-03T14:35:49.509825+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-11-03T14:36:06.910553+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-11-03T14:36:23.299815+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-11-03T14:36:39.931702+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-11-03T14:36:57.121188+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-11-03T14:37:14.659280+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:0/648478246":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3668217437":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6801/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/3219898061":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/2601822531":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/4093179744":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/3330086183":"2023-11-04T14:33:45.024788+0000","172.21.15.84:0/312186235":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6801/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:6800/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/160789474":"2023-11-04T14:33:45.024788+0000","172.21.15.84:6801/1705783944":"2023-11-04T14:33:21.409582+0000","172.21.15.84:0/2837737929":"2023-11-04T14:33:21.409582+0000","172.21.15.84:6800/2025675185":"2023-11-04T14:34:23.978814+0000","172.21.15.84:0/4151088887":"2023-11-04T14:33:21.409582+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-11-03T14:37:28.065 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-03T14:37:28.066 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-03T14:37:28.067 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-03T14:37:28.067 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-03T14:37:28.068 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-03T14:37:28.068 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-03T14:37:28.070 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-03T14:37:28.071 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-03T14:37:28.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:27 smithi087 ceph-mon[111060]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T14:37:28.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:27 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3312003279' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:28.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:27 smithi084 ceph-mon[108307]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T14:37:28.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:27 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3312003279' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T14:37:28.565 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:28.565 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:28.614 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:28.667 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:28.817 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:29.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:29 smithi087 ceph-mon[111060]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:29.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:29 smithi084 ceph-mon[108307]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:29.723 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:29.723 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:29.976 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:31.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:31 smithi087 ceph-mon[111060]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:31.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:31 smithi084 ceph-mon[108307]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:32.298 INFO:teuthology.orchestra.run.smithi084.stdout:137438953488 2023-11-03T14:37:32.298 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-03T14:37:32.333 INFO:teuthology.orchestra.run.smithi084.stdout:115964117012 2023-11-03T14:37:32.334 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-03T14:37:32.913 INFO:teuthology.orchestra.run.smithi084.stdout:60129542171 2023-11-03T14:37:32.913 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-03T14:37:33.010 INFO:teuthology.orchestra.run.smithi084.stdout:81604378647 2023-11-03T14:37:33.011 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-03T14:37:33.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:33 smithi084 ceph-mon[108307]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:33.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:33 smithi087 ceph-mon[111060]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:33.526 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:34.588 INFO:teuthology.orchestra.run.smithi084.stdout:38654705694 2023-11-03T14:37:34.589 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-03T14:37:34.624 INFO:teuthology.orchestra.run.smithi084.stdout:167503724557 2023-11-03T14:37:34.624 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-03T14:37:34.772 INFO:teuthology.orchestra.run.smithi084.stdout:227633266695 2023-11-03T14:37:34.773 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-03T14:37:34.791 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:34.845 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:34.878 INFO:teuthology.orchestra.run.smithi084.stdout:197568495625 2023-11-03T14:37:34.878 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-03T14:37:35.026 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:35.139 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:35 smithi084 ceph-mon[108307]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:35.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:35 smithi087 ceph-mon[111060]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:35.629 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:35.900 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:36.184 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:36.264 INFO:teuthology.orchestra.run.smithi084.stdout:115964117013 2023-11-03T14:37:36.856 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:37.320 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:37 smithi084 ceph-mon[108307]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:37.320 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:37 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/687860057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-03T14:37:37.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:37 smithi087 ceph-mon[111060]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:37.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:37 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/687860057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-03T14:37:37.589 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117012 got 115964117013 for osd.3 2023-11-03T14:37:37.590 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:37.644 INFO:teuthology.orchestra.run.smithi084.stdout:60129542172 2023-11-03T14:37:38.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:38 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3214219375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-03T14:37:38.407 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-11-03T14:37:38.408 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:38.476 INFO:teuthology.orchestra.run.smithi084.stdout:38654705695 2023-11-03T14:37:38.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:38 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3214219375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-03T14:37:38.752 INFO:teuthology.orchestra.run.smithi084.stdout:137438953489 2023-11-03T14:37:38.887 INFO:teuthology.orchestra.run.smithi084.stdout:81604378649 2023-11-03T14:37:39.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-11-03T14:37:39.090 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:39.200 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:39 smithi084 ceph-mon[108307]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:39.200 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2500501777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-03T14:37:39.200 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/698453828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-03T14:37:39.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1486697630' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-03T14:37:39.221 INFO:teuthology.orchestra.run.smithi084.stdout:167503724558 2023-11-03T14:37:39.446 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953488 got 137438953489 for osd.4 2023-11-03T14:37:39.447 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:39.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:39 smithi087 ceph-mon[111060]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:39.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:39 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2500501777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-03T14:37:39.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:39 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/698453828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-03T14:37:39.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:39 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1486697630' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-03T14:37:39.946 INFO:teuthology.orchestra.run.smithi084.stdout:227633266696 2023-11-03T14:37:40.028 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724557 got 167503724558 for osd.5 2023-11-03T14:37:40.028 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:40.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:40 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2383197899' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-03T14:37:40.229 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:40 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/555176497' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-03T14:37:40.230 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378649 for osd.2 2023-11-03T14:37:40.231 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:40.435 INFO:teuthology.orchestra.run.smithi084.stdout:197568495627 2023-11-03T14:37:40.437 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2023-11-03T14:37:40.437 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:40.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:40 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2383197899' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-03T14:37:40.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:40 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/555176497' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-03T14:37:40.795 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495627 for osd.6 2023-11-03T14:37:40.795 DEBUG:teuthology.parallel:result is None 2023-11-03T14:37:40.796 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-03T14:37:40.796 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-11-03T14:37:41.021 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:41.424 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:41 smithi084 ceph-mon[108307]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:41.425 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:41 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3637002760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-03T14:37:41.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:41 smithi087 ceph-mon[111060]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:41.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:41 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3637002760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-03T14:37:42.105 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:42.107 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2023-11-03T14:37:42.477 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-11-03T14:37:42.066118+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":48468,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912748,"statfs":{"total":767960285184,"available":767910653952,"internally_reserved":0,"allocated":6246400,"data_stored":3460453,"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.001913"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-11-03T14:37:20.177774+0000","last_change":"2023-11-03T14:37:20.177774+0000","last_active":"2023-11-03T14:37:20.177774+0000","last_peered":"2023-11-03T14:37:20.177774+0000","last_clean":"2023-11-03T14:37:20.177774+0000","last_became_active":"2023-11-03T14:37:20.177352+0000","last_became_peered":"2023-11-03T14:37:20.177352+0000","last_unstale":"2023-11-03T14:37:20.177774+0000","last_undegraded":"2023-11-03T14:37:20.177774+0000","last_fullsized":"2023-11-03T14:37:20.177774+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-03T14:35:52.992018+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-03T14:35:52.992018+0000","last_clean_scrub_stamp":"2023-11-03T14:35:52.992018+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-11-05T01:36:03.531904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":1110016,"data_stored":762854,"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.38400000000000001}]},{"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.42799999999999999}]},{"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.41499999999999998}]},{"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.49399999999999999}]},{"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.45200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"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.58299999999999996}]}]},{"osd":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"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.52200000000000002}]},{"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.56399999999999995}]},{"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.42399999999999999}]},{"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.438}]},{"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.41199999999999998}]},{"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.54600000000000004}]},{"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.57099999999999995}]}]},{"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":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Nov 3 14:37:38 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35299999999999998,"15min":0.35199999999999998},"min":{"1min":0.29199999999999998,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.52800000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.39000000000000001,"15min":0.38200000000000001},"min":{"1min":0.24299999999999999,"5min":0.216,"15min":0.216},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.45000000000000001}]},{"osd":2,"last update":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.33800000000000002}]},{"osd":3,"last update":"Fri Nov 3 14:37:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.39500000000000002}]},{"osd":4,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.51900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.625}]},{"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.65700000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"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":"Fri Nov 3 14:37:36 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35499999999999998,"15min":0.35099999999999998},"min":{"1min":0.28499999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.53600000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36799999999999999,"15min":0.36399999999999999},"min":{"1min":0.27800000000000002,"5min":0.253,"15min":0.253},"max":{"1min":0.56200000000000006,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.27800000000000002}]},{"osd":2,"last update":"Fri Nov 3 14:36:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.249},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.32400000000000001}]},{"osd":3,"last update":"Fri Nov 3 14:37:11 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52700000000000002}]},{"osd":4,"last update":"Fri Nov 3 14:37:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.57399999999999995}]},{"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.46999999999999997}]},{"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.442}]},{"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.51900000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":234249,"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":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.26600000000000001}]},{"osd":1,"last update":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.31}]},{"osd":3,"last update":"Fri Nov 3 14:37:13 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.35999999999999999}]},{"osd":4,"last update":"Fri Nov 3 14:37:25 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.40300000000000002}]},{"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.45800000000000002}]},{"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.40799999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.315}]},{"osd":1,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.37}]},{"osd":2,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.35699999999999998}]},{"osd":4,"last update":"Fri Nov 3 14:37:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.66400000000000003}]},{"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.54600000000000004}]},{"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.55200000000000005}]}]},{"osd":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234249,"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":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.38600000000000001}]},{"osd":1,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.45600000000000002}]},{"osd":2,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.496},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.51000000000000001}]},{"osd":3,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.68000000000000005}]},{"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.53400000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"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.499}]},{"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.45400000000000001}]},{"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.52700000000000002}]},{"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.51900000000000002}]},{"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.375}]},{"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.42699999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-03T14:37:42.479 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-11-03T14:37:42.704 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:43.166 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:43 smithi084 ceph-mon[108307]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:43.166 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:43 smithi084 ceph-mon[108307]: from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:37:43.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:43 smithi087 ceph-mon[111060]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:43.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:43 smithi087 ceph-mon[111060]: from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:37:43.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:43.796 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2023-11-03T14:37:44.085 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:44 smithi084 ceph-mon[108307]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:37:44.152 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-11-03T14:37:42.066118+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":48468,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912748,"statfs":{"total":767960285184,"available":767910653952,"internally_reserved":0,"allocated":6246400,"data_stored":3460453,"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.001913"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-11-03T14:37:20.177774+0000","last_change":"2023-11-03T14:37:20.177774+0000","last_active":"2023-11-03T14:37:20.177774+0000","last_peered":"2023-11-03T14:37:20.177774+0000","last_clean":"2023-11-03T14:37:20.177774+0000","last_became_active":"2023-11-03T14:37:20.177352+0000","last_became_peered":"2023-11-03T14:37:20.177352+0000","last_unstale":"2023-11-03T14:37:20.177774+0000","last_undegraded":"2023-11-03T14:37:20.177774+0000","last_fullsized":"2023-11-03T14:37:20.177774+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-03T14:35:52.992018+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-03T14:35:52.992018+0000","last_clean_scrub_stamp":"2023-11-03T14:35:52.992018+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-11-05T01:36:03.531904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":1110016,"data_stored":762854,"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.38400000000000001}]},{"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.42799999999999999}]},{"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.41499999999999998}]},{"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.49399999999999999}]},{"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.45200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"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.58299999999999996}]}]},{"osd":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"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.52200000000000002}]},{"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.56399999999999995}]},{"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.42399999999999999}]},{"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.438}]},{"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.41199999999999998}]},{"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.54600000000000004}]},{"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.57099999999999995}]}]},{"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":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Nov 3 14:37:38 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35299999999999998,"15min":0.35199999999999998},"min":{"1min":0.29199999999999998,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.52800000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.39000000000000001,"15min":0.38200000000000001},"min":{"1min":0.24299999999999999,"5min":0.216,"15min":0.216},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.45000000000000001}]},{"osd":2,"last update":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.33800000000000002}]},{"osd":3,"last update":"Fri Nov 3 14:37:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.39500000000000002}]},{"osd":4,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.51900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.625}]},{"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.65700000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"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":"Fri Nov 3 14:37:36 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35499999999999998,"15min":0.35099999999999998},"min":{"1min":0.28499999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.53600000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36799999999999999,"15min":0.36399999999999999},"min":{"1min":0.27800000000000002,"5min":0.253,"15min":0.253},"max":{"1min":0.56200000000000006,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.27800000000000002}]},{"osd":2,"last update":"Fri Nov 3 14:36:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.249},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.32400000000000001}]},{"osd":3,"last update":"Fri Nov 3 14:37:11 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52700000000000002}]},{"osd":4,"last update":"Fri Nov 3 14:37:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.57399999999999995}]},{"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.46999999999999997}]},{"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.442}]},{"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.51900000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":234249,"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":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.26600000000000001}]},{"osd":1,"last update":"Fri Nov 3 14:36:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.31}]},{"osd":3,"last update":"Fri Nov 3 14:37:13 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.35999999999999999}]},{"osd":4,"last update":"Fri Nov 3 14:37:25 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.40300000000000002}]},{"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.45800000000000002}]},{"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.40799999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.315}]},{"osd":1,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.37}]},{"osd":2,"last update":"Fri Nov 3 14:37:09 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.35699999999999998}]},{"osd":4,"last update":"Fri Nov 3 14:37:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.66400000000000003}]},{"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.54600000000000004}]},{"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.55200000000000005}]}]},{"osd":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234249,"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":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.38600000000000001}]},{"osd":1,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.45600000000000002}]},{"osd":2,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.496},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.51000000000000001}]},{"osd":3,"last update":"Fri Nov 3 14:37:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.68000000000000005}]},{"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.53400000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"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.499}]},{"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.45400000000000001}]},{"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.52700000000000002}]},{"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.51900000000000002}]},{"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.375}]},{"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.42699999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-03T14:37:44.153 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-03T14:37:44.154 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-03T14:37:44.154 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-03T14:37:44.154 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph health --format=json 2023-11-03T14:37:44.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:44 smithi087 ceph-mon[111060]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:37:44.380 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/mon.smithi084/config 2023-11-03T14:37:45.174 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:45 smithi084 ceph-mon[108307]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:45.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:45 smithi087 ceph-mon[111060]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:45.551 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:37:45.551 INFO:teuthology.orchestra.run.smithi084.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-03T14:37:45.935 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-03T14:37:45.936 INFO:tasks.cephadm:Setup complete, yielding 2023-11-03T14:37:45.936 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T14:37:45.946 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:37:45.947 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-03T14:37:46.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:46 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3856084825' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-03T14:37:46.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:46 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3856084825' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-03T14:37:47.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:47 smithi084 ceph-mon[108307]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:47.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:47 smithi087 ceph-mon[111060]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:47.452 INFO:teuthology.orchestra.run.smithi084.stdout:Backend: cephadm 2023-11-03T14:37:47.453 INFO:teuthology.orchestra.run.smithi084.stdout:Available: Yes 2023-11-03T14:37:47.453 INFO:teuthology.orchestra.run.smithi084.stdout:Paused: No 2023-11-03T14:37:47.818 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-03T14:37:48.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:48 smithi084 ceph-mon[108307]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:48 smithi087 ceph-mon[111060]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:49.174 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:37:49.174 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (2m) 102s ago 3m - - ba2b418f427c a0f4798bbb97 2023-11-03T14:37:49.175 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (3m) 102s ago 3m - - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:37:49.175 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:37:49.175 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (2m) 102s ago 3m - - 8.3.5 dad864ee21e9 73b50e536be7 2023-11-03T14:37:49.175 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (4m) 102s ago 4m - - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:37:49.175 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 7cde45c1e214 2023-11-03T14:37:49.176 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (4m) 102s ago 4m - 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:37:49.176 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (3m) 36s ago 3m - 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:37:49.176 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (3m) 102s ago 3m - - 1dbe0e931976 94ce8ffa6b11 2023-11-03T14:37:49.176 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (3m) 36s ago 3m - - 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:37:49.176 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:37:49.177 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:37:49.177 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:37:49.177 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (106s) 102s ago 106s - 3224M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:37:49.177 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (90s) 36s ago 90s - 3992M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:37:49.177 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (73s) 36s ago 73s - 3992M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:37:49.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (56s) 36s ago 56s - 3992M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:37:49.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (39s) 36s ago 38s - 3992M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:37:49.178 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (2m) 102s ago 2m - - 514e6a882f6e a0fc80855898 2023-11-03T14:37:49.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:49 smithi084 ceph-mon[108307]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:49.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:49 smithi087 ceph-mon[111060]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:49.534 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-03T14:37:50.156 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:50 smithi084 ceph-mon[108307]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:50 smithi087 ceph-mon[111060]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:50.886 INFO:teuthology.orchestra.run.smithi084.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-03T14:37:50.887 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-11-03T14:37:50.887 INFO:teuthology.orchestra.run.smithi084.stdout:crash 2/2 104s ago 4m * 2023-11-03T14:37:50.887 INFO:teuthology.orchestra.run.smithi084.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-11-03T14:37:50.887 INFO:teuthology.orchestra.run.smithi084.stdout:mgr 2/2 104s ago 4m count:2 2023-11-03T14:37:50.888 INFO:teuthology.orchestra.run.smithi084.stdout:mon 2/2 104s ago 3m smithi084:172.21.15.84=smithi084;smithi087:172.21.15.87=smithi087;count:2 2023-11-03T14:37:50.888 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-11-03T14:37:50.888 INFO:teuthology.orchestra.run.smithi084.stdout:osd 8 104s ago - 2023-11-03T14:37:50.888 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-11-03T14:37:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:51 smithi087 ceph-mon[111060]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:51 smithi087 ceph-mon[111060]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:51.167 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:51 smithi084 ceph-mon[108307]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:51.168 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:51 smithi084 ceph-mon[108307]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:51.268 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-03T14:37:52.600 INFO:teuthology.orchestra.run.smithi084.stdout:HOST ADDR LABELS STATUS 2023-11-03T14:37:52.601 INFO:teuthology.orchestra.run.smithi084.stdout:smithi084 172.21.15.84 2023-11-03T14:37:52.601 INFO:teuthology.orchestra.run.smithi084.stdout:smithi087 172.21.15.87 2023-11-03T14:37:52.601 INFO:teuthology.orchestra.run.smithi084.stdout:2 hosts in cluster 2023-11-03T14:37:53.001 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-03T14:37:53.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:53 smithi084 ceph-mon[108307]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:53.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:53 smithi084 ceph-mon[108307]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:53.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:53 smithi087 ceph-mon[111060]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:53.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:53 smithi087 ceph-mon[111060]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:54.366 INFO:teuthology.orchestra.run.smithi084.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-03T14:37:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:smithi084 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400WF400BGN 400G LVM detected, locked 2023-11-03T14:37:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:smithi087 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NQ400BGN 400G LVM detected, locked 2023-11-03T14:37:54.725 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-03T14:37:54.734 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:37:54.735 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-03T14:37:54.764 INFO:teuthology.orchestra.run.smithi084.stderr:+ systemctl stop nfs-server 2023-11-03T14:37:54.771 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi087.front.sepia.ceph.com 2023-11-03T14:37:54.772 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-03T14:37:54.811 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2023-11-03T14:37:54.819 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T14:37:54.828 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:37:54.829 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-03T14:37:55.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:55 smithi087 ceph-mon[111060]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:55.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:55 smithi087 ceph-mon[111060]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:55.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:55 smithi084 ceph-mon[108307]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:55.439 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:55 smithi084 ceph-mon[108307]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:57.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:57 smithi087 ceph-mon[111060]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:57.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:57 smithi087 ceph-mon[111060]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:57.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:57 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-03T14:37:57.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:57 smithi084 ceph-mon[108307]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:57.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:57 smithi084 ceph-mon[108307]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:37:57.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:57 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-03T14:37:58.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:58 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-03T14:37:58.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:58 smithi084 ceph-mon[108307]: osdmap e58: 8 total, 8 up, 8 in 2023-11-03T14:37:58.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:58 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-03T14:37:58.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:58 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084[108284]: 2023-11-03T14:37:58.155+0000 7f3a0c047700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T14:37:58.495 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-03T14:37:58.507 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-03T14:37:58.508 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T14:37:58.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:58 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-03T14:37:58.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:58 smithi087 ceph-mon[111060]: osdmap e58: 8 total, 8 up, 8 in 2023-11-03T14:37:58.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:58 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-03T14:37:59.136 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: pgmap v153: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:59.404 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-03T14:37:59.404 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: osdmap e59: 8 total, 8 up, 8 in 2023-11-03T14:37:59.404 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-03T14:37:59.404 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T14:37:59.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-03T14:37:59.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: osdmap e60: 8 total, 8 up, 8 in 2023-11-03T14:37:59.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-03T14:37:59.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: fsmap foofs:0 2023-11-03T14:37:59.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: Saving service mds.foofs spec with placement count:2 2023-11-03T14:37:59.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:59.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:59.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:59.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.ecpory", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T14:37:59.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.ecpory", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T14:37:59.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:59.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:37:59 smithi084 ceph-mon[108307]: Deploying daemon mds.foofs.smithi084.ecpory on smithi084 2023-11-03T14:37:59.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: pgmap v153: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:37:59.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-03T14:37:59.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: osdmap e59: 8 total, 8 up, 8 in 2023-11-03T14:37:59.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-03T14:37:59.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T14:37:59.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-03T14:37:59.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: osdmap e60: 8 total, 8 up, 8 in 2023-11-03T14:37:59.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-03T14:37:59.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: fsmap foofs:0 2023-11-03T14:37:59.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: Saving service mds.foofs spec with placement count:2 2023-11-03T14:37:59.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:37:59.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:59.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:37:59.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:37:59.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.ecpory", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T14:37:59.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.ecpory", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T14:37:59.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:37:59.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:37:59 smithi087 ceph-mon[111060]: Deploying daemon mds.foofs.smithi084.ecpory on smithi084 2023-11-03T14:38:00.287 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:38:00.287 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T14:33:36.127963Z", "last_refresh": "2023-11-03T14:36:06.335481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T14:33:32.402542Z", "last_refresh": "2023-11-03T14:36:06.335543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T14:33:34.288355Z", "last_refresh": "2023-11-03T14:36:06.335601Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T14:37:58.178973Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T14:37:58.166178Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T14:33:31.459809Z", "last_refresh": "2023-11-03T14:36:06.335396Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T14:34:06.341325Z", "last_refresh": "2023-11-03T14:36:06.335259Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T14:33:35.227166Z", "last_refresh": "2023-11-03T14:36:06.335659Z", "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-11-03T14:36:06.335805Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T14:33:33.341041Z", "last_refresh": "2023-11-03T14:36:06.335718Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T14:38:00.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:00 smithi084 ceph-mon[108307]: osdmap e61: 8 total, 8 up, 8 in 2023-11-03T14:38:00.565 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:00 smithi087 ceph-mon[111060]: osdmap e61: 8 total, 8 up, 8 in 2023-11-03T14:38:00.741 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-03T14:38:01.740 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: pgmap v157: 65 pgs: 6 creating+peering, 34 unknown, 25 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:38:01.741 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:01.741 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:01.741 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.ojhrxj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T14:38:01.741 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.ojhrxj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T14:38:01.741 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:01.742 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: Deploying daemon mds.foofs.smithi087.ojhrxj on smithi087 2023-11-03T14:38:01.742 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: mds.? [v2:172.21.15.84:6834/316674080,v1:172.21.15.84:6835/316674080] up:boot 2023-11-03T14:38:01.742 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: daemon mds.foofs.smithi084.ecpory assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-03T14:38:01.742 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: Cluster is now healthy 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: fsmap foofs:0 1 up:standby 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.ecpory"}]: dispatch 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:creating} 2023-11-03T14:38:01.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:01 smithi087 ceph-mon[111060]: daemon mds.foofs.smithi084.ecpory is now active in filesystem foofs as rank 0 2023-11-03T14:38:01.744 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T14:38:01.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: pgmap v157: 65 pgs: 6 creating+peering, 34 unknown, 25 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T14:38:01.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:01.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:01.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.ojhrxj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T14:38:01.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.ojhrxj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T14:38:01.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:01.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: Deploying daemon mds.foofs.smithi087.ojhrxj on smithi087 2023-11-03T14:38:01.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: mds.? [v2:172.21.15.84:6834/316674080,v1:172.21.15.84:6835/316674080] up:boot 2023-11-03T14:38:01.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: daemon mds.foofs.smithi084.ecpory assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-03T14:38:01.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-03T14:38:01.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-03T14:38:01.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: Cluster is now healthy 2023-11-03T14:38:01.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: fsmap foofs:0 1 up:standby 2023-11-03T14:38:01.959 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.ecpory"}]: dispatch 2023-11-03T14:38:01.959 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:creating} 2023-11-03T14:38:01.959 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:01 smithi084 ceph-mon[108307]: daemon mds.foofs.smithi084.ecpory is now active in filesystem foofs as rank 0 2023-11-03T14:38:03.256 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:38:03.257 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T14:33:36.127963Z", "last_refresh": "2023-11-03T14:36:06.335481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T14:33:32.402542Z", "last_refresh": "2023-11-03T14:36:06.335543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T14:33:34.288355Z", "last_refresh": "2023-11-03T14:36:06.335601Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T14:37:58.178973Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T14:37:58.166178Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T14:33:31.459809Z", "last_refresh": "2023-11-03T14:36:06.335396Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T14:34:06.341325Z", "last_refresh": "2023-11-03T14:36:06.335259Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T14:33:35.227166Z", "last_refresh": "2023-11-03T14:36:06.335659Z", "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-11-03T14:36:06.335805Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T14:33:33.341041Z", "last_refresh": "2023-11-03T14:36:06.335718Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T14:38:03.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: pgmap v158: 65 pgs: 6 creating+peering, 6 unknown, 53 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 3 op/s 2023-11-03T14:38:03.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: mds.? [v2:172.21.15.84:6834/316674080,v1:172.21.15.84:6835/316674080] up:active 2023-11-03T14:38:03.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: mds.? [v2:172.21.15.87:6832/660847118,v1:172.21.15.87:6833/660847118] up:boot 2023-11-03T14:38:03.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:active} 1 up:standby 2023-11-03T14:38:03.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.ojhrxj"}]: dispatch 2023-11-03T14:38:03.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:active} 1 up:standby 2023-11-03T14:38:03.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:03.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:03.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:03.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:03 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: pgmap v158: 65 pgs: 6 creating+peering, 6 unknown, 53 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 3 op/s 2023-11-03T14:38:03.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: mds.? [v2:172.21.15.84:6834/316674080,v1:172.21.15.84:6835/316674080] up:active 2023-11-03T14:38:03.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: mds.? [v2:172.21.15.87:6832/660847118,v1:172.21.15.87:6833/660847118] up:boot 2023-11-03T14:38:03.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:active} 1 up:standby 2023-11-03T14:38:03.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.ojhrxj"}]: dispatch 2023-11-03T14:38:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: fsmap foofs:1 {0=foofs.smithi084.ecpory=up:active} 1 up:standby 2023-11-03T14:38:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:03 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:03.675 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-03T14:38:04.676 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T14:38:04.878 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:04 smithi084 ceph-mon[108307]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:04.878 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:04 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:04.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:04 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:05.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:04 smithi087 ceph-mon[111060]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:05.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:04 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:05.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:04 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:05.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-03T14:38:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:05.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:05.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:05.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:05 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:06.115 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:38:06.115 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T14:33:36.127963Z", "last_refresh": "2023-11-03T14:38:05.483646Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T14:33:32.402542Z", "last_refresh": "2023-11-03T14:38:03.670013Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T14:33:34.288355Z", "last_refresh": "2023-11-03T14:38:05.483793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T14:37:58.178973Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T14:37:58.166178Z", "last_refresh": "2023-11-03T14:38:03.671092Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T14:33:31.459809Z", "last_refresh": "2023-11-03T14:38:03.670224Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T14:34:06.341325Z", "last_refresh": "2023-11-03T14:38:03.670356Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T14:33:35.227166Z", "last_refresh": "2023-11-03T14:38:03.670480Z", "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-11-03T14:38:03.670599Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T14:33:33.341041Z", "last_refresh": "2023-11-03T14:38:05.483922Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T14:38:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-03T14:38:06.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:06.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:06.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:06.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:06.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:06.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:05 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:06.482 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-03T14:38:06.482 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T14:38:06.492 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:38:06.493 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-03T14:38:07.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:07 smithi084 ceph-mon[108307]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-03T14:38:07.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:07 smithi084 ceph-mon[108307]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:07 smithi087 ceph-mon[111060]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-03T14:38:08.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:07 smithi087 ceph-mon[111060]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T14:38:08.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:08 smithi084 ceph-mon[108307]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:08.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:08 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-03T14:38:09.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:08 smithi087 ceph-mon[111060]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:09.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:08 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-03T14:38:09.733 INFO:teuthology.orchestra.run.smithi084.stdout:NFS Cluster Created Successfully 2023-11-03T14:38:09.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:09 smithi084 ceph-mon[108307]: pgmap v161: 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-11-03T14:38:09.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-03T14:38:09.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:09 smithi084 ceph-mon[108307]: osdmap e62: 8 total, 8 up, 8 in 2023-11-03T14:38:09.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-03T14:38:09.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:10.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:09 smithi087 ceph-mon[111060]: pgmap v161: 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-11-03T14:38:10.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-03T14:38:10.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:09 smithi087 ceph-mon[111060]: osdmap e62: 8 total, 8 up, 8 in 2023-11-03T14:38:10.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-03T14:38:10.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:10.153 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- 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-11-03T14:38:10.943 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-03T14:38:10.944 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: osdmap e63: 8 total, 8 up, 8 in 2023-11-03T14:38:10.944 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Saving service nfs.foo spec with placement count:2 2023-11-03T14:38:10.944 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:10.944 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Creating key for client.nfs.foo.0.0.smithi084.snzsrk 2023-11-03T14:38:10.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T14:38:10.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T14:38:10.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-03T14:38:10.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T14:38:10.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T14:38:10.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:10.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T14:38:10.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T14:38:10.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Rados config object exists: conf-nfs.foo 2023-11-03T14:38:10.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Creating key for client.nfs.foo.0.0.smithi084.snzsrk-rgw 2023-11-03T14:38:10.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T14:38:10.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T14:38:10.949 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:10.949 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:10 smithi084 ceph-mon[108307]: Deploying daemon nfs.foo.0.0.smithi084.snzsrk on smithi084 2023-11-03T14:38:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-03T14:38:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: osdmap e63: 8 total, 8 up, 8 in 2023-11-03T14:38:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Saving service nfs.foo spec with placement count:2 2023-11-03T14:38:11.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:11.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:11.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:11.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:11.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:11.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:11.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Creating key for client.nfs.foo.0.0.smithi084.snzsrk 2023-11-03T14:38:11.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T14:38:11.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T14:38:11.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-03T14:38:11.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T14:38:11.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T14:38:11.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:11.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T14:38:11.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T14:38:11.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Rados config object exists: conf-nfs.foo 2023-11-03T14:38:11.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Creating key for client.nfs.foo.0.0.smithi084.snzsrk-rgw 2023-11-03T14:38:11.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T14:38:11.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.snzsrk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T14:38:11.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:11.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:10 smithi087 ceph-mon[111060]: Deploying daemon nfs.foo.0.0.smithi084.snzsrk on smithi084 2023-11-03T14:38:11.861 INFO:teuthology.orchestra.run.smithi084.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-03T14:38:11.862 INFO:teuthology.orchestra.run.smithi084.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-03T14:38:11.863 INFO:teuthology.orchestra.run.smithi084.stderr:Error EINVAL: invalid command 2023-11-03T14:38:12.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:11 smithi084 ceph-mon[108307]: pgmap v164: 97 pgs: 15 creating+peering, 17 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 3 op/s 2023-11-03T14:38:12.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:11 smithi084 ceph-mon[108307]: osdmap e64: 8 total, 8 up, 8 in 2023-11-03T14:38:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:11 smithi087 ceph-mon[111060]: pgmap v164: 97 pgs: 15 creating+peering, 17 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 3 op/s 2023-11-03T14:38:12.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:11 smithi087 ceph-mon[111060]: osdmap e64: 8 total, 8 up, 8 in 2023-11-03T14:38:12.217 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:38:12.218 INFO:teuthology.orchestra.run.smithi084.stdout: "bind": "/fake", 2023-11-03T14:38:12.218 INFO:teuthology.orchestra.run.smithi084.stdout: "fs": "foofs", 2023-11-03T14:38:12.218 INFO:teuthology.orchestra.run.smithi084.stdout: "path": "/", 2023-11-03T14:38:12.218 INFO:teuthology.orchestra.run.smithi084.stdout: "cluster": "foo", 2023-11-03T14:38:12.218 INFO:teuthology.orchestra.run.smithi084.stdout: "mode": "RW" 2023-11-03T14:38:12.219 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:38:12.549 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-03T14:38:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: mgrmap e20: smithi084.nbdbnh(active, since 3m), standbys: smithi087.fcbgog 2023-11-03T14:38:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T14:38:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T14:38:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T14:38:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T14:38:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 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-11-03T14:38:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:12 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 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-11-03T14:38:13.142 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: mgrmap e20: smithi084.nbdbnh(active, since 3m), standbys: smithi087.fcbgog 2023-11-03T14:38:13.143 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:13.143 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T14:38:13.143 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T14:38:13.143 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T14:38:13.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T14:38:13.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:13.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 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-11-03T14:38:13.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:12 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 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-11-03T14:38:13.872 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:13 smithi084 ceph-mon[108307]: Creating key for client.nfs.foo.1.0.smithi087.odosuj 2023-11-03T14:38:13.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:13 smithi084 ceph-mon[108307]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-03T14:38:13.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:13 smithi084 ceph-mon[108307]: pgmap v166: 97 pgs: 15 creating+peering, 82 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-03T14:38:13.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:13 smithi084 ceph-mon[108307]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:13 smithi087 ceph-mon[111060]: Creating key for client.nfs.foo.1.0.smithi087.odosuj 2023-11-03T14:38:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:13 smithi087 ceph-mon[111060]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-03T14:38:14.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:13 smithi087 ceph-mon[111060]: pgmap v166: 97 pgs: 15 creating+peering, 82 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-03T14:38:14.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:13 smithi087 ceph-mon[111060]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:15.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:14 smithi087 ceph-mon[111060]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:15.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:14 smithi084 ceph-mon[108307]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: pgmap v167: 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-11-03T14:38:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T14:38:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T14:38:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T14:38:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T14:38:16.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:15 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:16.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: pgmap v167: 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-11-03T14:38:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T14:38:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T14:38:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T14:38:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi087.odosuj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T14:38:16.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:15 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:16.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: Rados config object exists: conf-nfs.foo 2023-11-03T14:38:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: Creating key for client.nfs.foo.1.0.smithi087.odosuj-rgw 2023-11-03T14:38:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: Deploying daemon nfs.foo.1.0.smithi087.odosuj on smithi087 2023-11-03T14:38:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:16.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:16.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:16 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:17.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: Rados config object exists: conf-nfs.foo 2023-11-03T14:38:17.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: Creating key for client.nfs.foo.1.0.smithi087.odosuj-rgw 2023-11-03T14:38:17.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: Deploying daemon nfs.foo.1.0.smithi087.odosuj on smithi087 2023-11-03T14:38:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:16 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:18.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:17 smithi087 ceph-mon[111060]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-03T14:38:18.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:17 smithi087 ceph-mon[111060]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:18.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:17 smithi084 ceph-mon[108307]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-03T14:38:18.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:17 smithi084 ceph-mon[108307]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:19.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:18 smithi084 ceph-mon[108307]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:19.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:18 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:19.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:18 smithi087 ceph-mon[111060]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:18 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:20.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:19 smithi084 ceph-mon[108307]: pgmap v169: 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, 3 op/s 2023-11-03T14:38:20.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:19 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:19 smithi087 ceph-mon[111060]: pgmap v169: 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, 3 op/s 2023-11-03T14:38:20.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:19 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:20.444 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-11-03T14:38:20.794 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-03T14:38:20.805 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:38:20.805 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-03T14:38:20.835 INFO:teuthology.orchestra.run.smithi084.stderr:+ mkdir /mnt/foo 2023-11-03T14:38:20.849 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-03T14:38:20.918 INFO:teuthology.orchestra.run.smithi084.stderr:++ hostname 2023-11-03T14:38:20.918 INFO:teuthology.orchestra.run.smithi084.stderr:+ mount -t nfs smithi084:/fake /mnt/foo -o sync 2023-11-03T14:38:21.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:21.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:21.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:21.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:21.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:20 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:21.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:21.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:21.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:21.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:20 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:21.346 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-03T14:38:21.415 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo test 2023-11-03T14:38:21.467 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-03T14:38:21.533 INFO:teuthology.orchestra.run.smithi084.stderr:+ sync 2023-11-03T14:38:21.948 INFO:teuthology.run_tasks:Running task parallel... 2023-11-03T14:38:21.959 INFO:teuthology.task.parallel:starting parallel... 2023-11-03T14:38:21.960 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-03T14:38:21.979 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-03T14:38:21.980 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:38:21.980 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-03T14:38:21.981 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-03T14:38:21.981 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-03T14:38:21.982 INFO:teuthology.task.exec:Executing custom commands... 2023-11-03T14:38:21.983 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:38:21.983 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-03T14:38:22.055 INFO:teuthology.orchestra.run.smithi084.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-03T14:38:22.056 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:38:22.056 INFO:teuthology.orchestra.run.smithi084.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-03T14:38:22.060 INFO:teuthology.orchestra.run.smithi084.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-03T14:38:22.160 INFO:teuthology.orchestra.run.smithi084.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-03T14:38:22.161 INFO:teuthology.orchestra.run.smithi084.stdout:releasing clients 2023-11-03T14:38:22.195 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:21 smithi084 ceph-mon[108307]: pgmap v170: 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-11-03T14:38:22.196 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:21 smithi084 ceph-mon[108307]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:21 smithi087 ceph-mon[111060]: pgmap v170: 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-11-03T14:38:22.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:21 smithi087 ceph-mon[111060]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:23.160 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121 26.85 MB/sec warmup 1 sec latency 133.892 ms 2023-11-03T14:38:23.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:23 smithi084 ceph-mon[108307]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-03T14:38:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:23 smithi087 ceph-mon[111060]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-03T14:38:24.161 INFO:teuthology.orchestra.run.smithi084.stdout: 5 226 21.76 MB/sec warmup 2 sec latency 194.321 ms 2023-11-03T14:38:24.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-11-03T14:38:24.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-11-03T14:38:24.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2023-11-03T14:38:24.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-11-03T14:38:24.285 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-03T14:38:24.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-11-03T14:38:24.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-11-03T14:38:24.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2023-11-03T14:38:24.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-11-03T14:38:25.161 INFO:teuthology.orchestra.run.smithi084.stdout: 5 323 19.62 MB/sec warmup 3 sec latency 165.227 ms 2023-11-03T14:38:25.298 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: pgmap v172: 97 pgs: 97 active+clean; 12 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1013 KiB/s wr, 89 op/s 2023-11-03T14:38:25.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-11-03T14:38:25.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-11-03T14:38:25.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]': finished 2023-11-03T14:38:25.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-11-03T14:38:25.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: osdmap e65: 8 total, 8 up, 8 in 2023-11-03T14:38:25.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:38:25.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:38:25.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:25.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:25 smithi084 ceph-mon[108307]: osdmap e66: 8 total, 8 up, 8 in 2023-11-03T14:38:25.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: pgmap v172: 97 pgs: 97 active+clean; 12 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1013 KiB/s wr, 89 op/s 2023-11-03T14:38:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-11-03T14:38:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-11-03T14:38:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]': finished 2023-11-03T14:38:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-11-03T14:38:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: osdmap e65: 8 total, 8 up, 8 in 2023-11-03T14:38:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:38:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:38:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:25.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:25 smithi087 ceph-mon[111060]: osdmap e66: 8 total, 8 up, 8 in 2023-11-03T14:38:26.161 INFO:teuthology.orchestra.run.smithi084.stdout: 5 436 19.15 MB/sec warmup 4 sec latency 153.408 ms 2023-11-03T14:38:26.661 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-03T14:38:27.158 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:27 smithi084 ceph-mon[108307]: pgmap v175: 97 pgs: 97 active+clean; 35 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.5 MiB/s wr, 186 op/s 2023-11-03T14:38:27.162 INFO:teuthology.orchestra.run.smithi084.stdout: 5 555 19.25 MB/sec warmup 5 sec latency 167.958 ms 2023-11-03T14:38:27.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:27 smithi087 ceph-mon[111060]: pgmap v175: 97 pgs: 97 active+clean; 35 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.5 MiB/s wr, 186 op/s 2023-11-03T14:38:28.163 INFO:teuthology.orchestra.run.smithi084.stdout: 5 797 17.87 MB/sec warmup 6 sec latency 111.895 ms 2023-11-03T14:38:29.154 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph mgr module enable nfs --force' 2023-11-03T14:38:29.165 INFO:teuthology.orchestra.run.smithi084.stdout: 5 1090 16.25 MB/sec warmup 7 sec latency 109.495 ms 2023-11-03T14:38:29.222 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:29 smithi084 ceph-mon[108307]: pgmap v176: 97 pgs: 97 active+clean; 63 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s wr, 247 op/s 2023-11-03T14:38:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:29 smithi087 ceph-mon[111060]: pgmap v176: 97 pgs: 97 active+clean; 63 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s wr, 247 op/s 2023-11-03T14:38:30.166 INFO:teuthology.orchestra.run.smithi084.stdout: 5 1680 16.38 MB/sec warmup 8 sec latency 142.227 ms 2023-11-03T14:38:31.166 INFO:teuthology.orchestra.run.smithi084.stdout: 5 2257 15.12 MB/sec warmup 9 sec latency 105.491 ms 2023-11-03T14:38:31.250 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:31 smithi084 ceph-mon[108307]: pgmap v177: 97 pgs: 97 active+clean; 96 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 577 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:31.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:31 smithi087 ceph-mon[111060]: pgmap v177: 97 pgs: 97 active+clean; 96 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 577 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:32.168 INFO:teuthology.orchestra.run.smithi084.stdout: 5 2746 15.33 MB/sec warmup 10 sec latency 210.619 ms 2023-11-03T14:38:32.181 INFO:teuthology.orchestra.run.smithi084.stderr:module 'nfs' is already enabled 2023-11-03T14:38:32.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:32 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3031978357' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-03T14:38:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:32 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3031978357' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-03T14:38:32.756 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-03T14:38:33.168 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3214 15.87 MB/sec warmup 11 sec latency 141.982 ms 2023-11-03T14:38:33.293 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:33 smithi084 ceph-mon[108307]: pgmap v178: 97 pgs: 97 active+clean; 109 MiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 13 MiB/s wr, 523 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:33.293 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:33 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3031978357' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-03T14:38:33.294 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:33 smithi084 ceph-mon[108307]: mgrmap e21: smithi084.nbdbnh(active, since 4m), standbys: smithi087.fcbgog 2023-11-03T14:38:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:33 smithi087 ceph-mon[111060]: pgmap v178: 97 pgs: 97 active+clean; 109 MiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 13 MiB/s wr, 523 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:33 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3031978357' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-03T14:38:33.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:33 smithi087 ceph-mon[111060]: mgrmap e21: smithi084.nbdbnh(active, since 4m), standbys: smithi087.fcbgog 2023-11-03T14:38:34.170 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3613 15.75 MB/sec warmup 12 sec latency 135.432 ms 2023-11-03T14:38:34.955 INFO:teuthology.orchestra.run.smithi084.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:38:35.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3897 15.27 MB/sec warmup 13 sec latency 122.759 ms 2023-11-03T14:38:35.615 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-03T14:38:35.616 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:38:35.617 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- 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-11-03T14:38:36.091 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: pgmap v179: 97 pgs: 97 active+clean; 119 MiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 11 MiB/s wr, 624 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:36.091 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:36.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:38:36.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:36.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:36.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:36.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.094 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.094 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:35 smithi084 ceph-mon[108307]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:38:36.173 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4209 14.46 MB/sec warmup 14 sec latency 134.808 ms 2023-11-03T14:38:36.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: pgmap v179: 97 pgs: 97 active+clean; 119 MiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 11 MiB/s wr, 624 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:36.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:36.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:38:36.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:38:36.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:38:36.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:38:36.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:38:36.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:35 smithi087 ceph-mon[111060]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T14:38:37.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4602 13.94 MB/sec warmup 15 sec latency 126.811 ms 2023-11-03T14:38:37.910 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:38:38.148 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:37 smithi084 ceph-mon[108307]: pgmap v180: 97 pgs: 97 active+clean; 124 MiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 12 MiB/s wr, 622 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:38.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4873 13.48 MB/sec warmup 16 sec latency 138.385 ms 2023-11-03T14:38:38.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:37 smithi087 ceph-mon[111060]: pgmap v180: 97 pgs: 97 active+clean; 124 MiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 12 MiB/s wr, 622 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:38.844 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:38:38.844 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (3m) 18s ago 4m 27.7M - ba2b418f427c a0f4798bbb97 2023-11-03T14:38:38.844 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (4m) 18s ago 4m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:38:38.844 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (4m) 20s ago 4m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:38:38.844 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (3m) 18s ago 4m 49.3M - 8.3.5 dad864ee21e9 73b50e536be7 2023-11-03T14:38:38.845 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (38s) 18s ago 38s 14.9M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:38:38.845 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (36s) 20s ago 36s 13.0M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:38:38.845 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (5m) 18s ago 5m 478M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:38:38.845 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (4m) 20s ago 4m 421M - 17.2.0 e1d6a67b021e 7cde45c1e214 2023-11-03T14:38:38.845 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (5m) 18s ago 5m 80.2M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:38:38.846 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (4m) 20s ago 4m 63.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:38:38.846 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (27s) 18s ago 26s 54.1M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:38:38.846 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (22s) 20s ago 22s 57.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:38:38.846 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (4m) 18s ago 4m 25.2M - 1dbe0e931976 94ce8ffa6b11 2023-11-03T14:38:38.846 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (3m) 20s ago 3m 27.2M - 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:38:38.847 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (3m) 18s ago 3m 57.2M 3224M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:38:38.847 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (3m) 18s ago 3m 57.0M 3224M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:38:38.847 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (2m) 18s ago 2m 48.7M 3224M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:38:38.847 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (2m) 18s ago 2m 49.9M 3224M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:38:38.847 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (2m) 20s ago 2m 49.9M 3992M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:38:38.848 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (2m) 20s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:38:38.848 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (106s) 20s ago 105s 49.7M 3992M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:38:38.848 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (88s) 20s ago 88s 49.6M 3992M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:38:38.848 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (3m) 18s ago 3m 63.0M - 514e6a882f6e a0fc80855898 2023-11-03T14:38:39.157 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:38 smithi084 ceph-mon[108307]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:39.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 5166 13.15 MB/sec warmup 17 sec latency 116.790 ms 2023-11-03T14:38:39.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:39 smithi087 ceph-mon[111060]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:39.428 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:38:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:38:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:38:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:38:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:38:39.430 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:38:39.430 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:38:39.430 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:38:39.430 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:38:39.431 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:38:39.431 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:38:39.431 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:38:39.431 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:38:39.432 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:38:39.432 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T14:38:39.432 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:38:39.432 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:38:39.851 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:38:39.851 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", 2023-11-03T14:38:39.851 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:38:39.852 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:38:39.852 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "", 2023-11-03T14:38:39.852 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 image" 2023-11-03T14:38:39.852 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:38:40.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 5454 12.70 MB/sec warmup 18 sec latency 131.783 ms 2023-11-03T14:38:40.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:39 smithi084 ceph-mon[108307]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 9.9 MiB/s wr, 576 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:40.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:39 smithi084 ceph-mon[108307]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:40.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:39 smithi084 ceph-mon[108307]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:40.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2612152342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:38:40.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:39 smithi087 ceph-mon[111060]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 9.9 MiB/s wr, 576 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:40.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:39 smithi087 ceph-mon[111060]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:40.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:39 smithi087 ceph-mon[111060]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:40.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:39 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2612152342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:38:40.420 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:38:41.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:41 smithi087 ceph-mon[111060]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:41.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:41 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2161464376' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:38:41.172 INFO:teuthology.orchestra.run.smithi084.stdout: 5 5854 12.38 MB/sec warmup 19 sec latency 133.656 ms 2023-11-03T14:38:41.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:41 smithi084 ceph-mon[108307]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:38:41.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:41 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2161464376' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:38:42.183 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6161 12.13 MB/sec warmup 20 sec latency 127.228 ms 2023-11-03T14:38:42.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:42 smithi084 ceph-mon[108307]: pgmap v182: 97 pgs: 97 active+clean; 130 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.7 MiB/s wr, 694 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:42.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:42 smithi087 ceph-mon[111060]: pgmap v182: 97 pgs: 97 active+clean; 130 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.7 MiB/s wr, 694 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-03T14:38:43.183 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6431 12.11 MB/sec warmup 21 sec latency 131.625 ms 2023-11-03T14:38:43.314 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:43 smithi084 ceph-mon[108307]: pgmap v183: 97 pgs: 97 active+clean; 126 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.1 MiB/s wr, 504 op/s 2023-11-03T14:38:43.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:43 smithi087 ceph-mon[111060]: pgmap v183: 97 pgs: 97 active+clean; 126 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.1 MiB/s wr, 504 op/s 2023-11-03T14:38:44.190 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6817 12.38 MB/sec warmup 22 sec latency 123.779 ms 2023-11-03T14:38:45.190 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7154 12.32 MB/sec warmup 23 sec latency 146.952 ms 2023-11-03T14:38:45.367 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:45 smithi084 ceph-mon[108307]: pgmap v184: 97 pgs: 97 active+clean; 125 MiB data, 294 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-11-03T14:38:45.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:45 smithi087 ceph-mon[111060]: pgmap v184: 97 pgs: 97 active+clean; 125 MiB data, 294 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-11-03T14:38:46.196 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7438 12.24 MB/sec warmup 24 sec latency 129.188 ms 2023-11-03T14:38:47.196 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7632 11.88 MB/sec warmup 25 sec latency 142.935 ms 2023-11-03T14:38:47.430 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:47 smithi084 ceph-mon[108307]: pgmap v185: 97 pgs: 97 active+clean; 134 MiB data, 311 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 409 op/s 2023-11-03T14:38:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:47 smithi087 ceph-mon[111060]: pgmap v185: 97 pgs: 97 active+clean; 134 MiB data, 311 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 409 op/s 2023-11-03T14:38:48.202 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7790 11.46 MB/sec warmup 26 sec latency 110.275 ms 2023-11-03T14:38:49.209 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8045 11.20 MB/sec warmup 27 sec latency 126.128 ms 2023-11-03T14:38:49.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:49 smithi084 ceph-mon[108307]: pgmap v186: 97 pgs: 97 active+clean; 143 MiB data, 344 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-03T14:38:49.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:49 smithi087 ceph-mon[111060]: pgmap v186: 97 pgs: 97 active+clean; 143 MiB data, 344 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-03T14:38:50.219 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8312 10.97 MB/sec warmup 28 sec latency 129.769 ms 2023-11-03T14:38:51.216 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8619 10.98 MB/sec warmup 29 sec latency 124.203 ms 2023-11-03T14:38:51.316 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:51 smithi084 ceph-mon[108307]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 379 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-11-03T14:38:51.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:51 smithi087 ceph-mon[111060]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 379 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-11-03T14:38:52.216 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8877 10.68 MB/sec warmup 30 sec latency 141.005 ms 2023-11-03T14:38:53.090 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:53 smithi084 ceph-mon[108307]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.0 MiB/s wr, 337 op/s 2023-11-03T14:38:53.216 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9274 10.62 MB/sec warmup 31 sec latency 102.808 ms 2023-11-03T14:38:53.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:53 smithi087 ceph-mon[111060]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.0 MiB/s wr, 337 op/s 2023-11-03T14:38:54.216 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9568 10.49 MB/sec warmup 32 sec latency 120.773 ms 2023-11-03T14:38:55.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9946 10.63 MB/sec warmup 33 sec latency 121.431 ms 2023-11-03T14:38:55.409 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:55 smithi084 ceph-mon[108307]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 392 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 437 op/s 2023-11-03T14:38:55.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:55 smithi087 ceph-mon[111060]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 392 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 437 op/s 2023-11-03T14:38:56.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 10293 10.67 MB/sec warmup 34 sec latency 129.613 ms 2023-11-03T14:38:57.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 10690 10.81 MB/sec warmup 35 sec latency 127.524 ms 2023-11-03T14:38:58.180 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:58 smithi084 ceph-mon[108307]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-11-03T14:38:58.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11043 10.83 MB/sec warmup 36 sec latency 122.037 ms 2023-11-03T14:38:58.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:58 smithi087 ceph-mon[111060]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-11-03T14:38:59.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:38:59 smithi084 ceph-mon[108307]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 428 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.8 MiB/s wr, 401 op/s 2023-11-03T14:38:59.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11337 10.70 MB/sec warmup 37 sec latency 131.401 ms 2023-11-03T14:38:59.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:38:59 smithi087 ceph-mon[111060]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 428 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.8 MiB/s wr, 401 op/s 2023-11-03T14:39:00.218 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11545 10.47 MB/sec warmup 38 sec latency 126.922 ms 2023-11-03T14:39:01.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11743 10.28 MB/sec warmup 39 sec latency 129.761 ms 2023-11-03T14:39:01.244 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:01 smithi084 ceph-mon[108307]: pgmap v192: 97 pgs: 97 active+clean; 152 MiB data, 448 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-11-03T14:39:01.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:01 smithi087 ceph-mon[111060]: pgmap v192: 97 pgs: 97 active+clean; 152 MiB data, 448 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-11-03T14:39:02.223 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12007 10.22 MB/sec warmup 40 sec latency 117.074 ms 2023-11-03T14:39:03.232 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12290 10.04 MB/sec warmup 41 sec latency 128.694 ms 2023-11-03T14:39:03.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:03 smithi084 ceph-mon[108307]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2023-11-03T14:39:03.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:03 smithi087 ceph-mon[111060]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2023-11-03T14:39:04.232 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12555 9.94 MB/sec warmup 42 sec latency 122.038 ms 2023-11-03T14:39:05.242 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12851 9.93 MB/sec warmup 43 sec latency 140.435 ms 2023-11-03T14:39:05.360 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:05 smithi084 ceph-mon[108307]: pgmap v194: 97 pgs: 97 active+clean; 152 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-03T14:39:05.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:05 smithi087 ceph-mon[111060]: pgmap v194: 97 pgs: 97 active+clean; 152 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-03T14:39:06.242 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13242 9.98 MB/sec warmup 44 sec latency 127.144 ms 2023-11-03T14:39:07.242 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13626 10.00 MB/sec warmup 45 sec latency 143.679 ms 2023-11-03T14:39:08.179 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:08 smithi084 ceph-mon[108307]: pgmap v195: 97 pgs: 97 active+clean; 150 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-11-03T14:39:08.248 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13961 10.06 MB/sec warmup 46 sec latency 122.318 ms 2023-11-03T14:39:08.370 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:08 smithi087 ceph-mon[111060]: pgmap v195: 97 pgs: 97 active+clean; 150 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-11-03T14:39:09.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:09.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: Upgrade: Target is version 18.0.0-6983-g054a55d1 (unknown) 2023-11-03T14:39:09.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee'] 2023-11-03T14:39:09.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:09.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:09.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: Upgrade: Need to upgrade myself (mgr.smithi084.nbdbnh) 2023-11-03T14:39:09.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:39:09.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:09 smithi084 ceph-mon[108307]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee on smithi087 2023-11-03T14:39:09.248 INFO:teuthology.orchestra.run.smithi084.stdout: 5 14378 10.17 MB/sec warmup 47 sec latency 130.067 ms 2023-11-03T14:39:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:09.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: Upgrade: Target is version 18.0.0-6983-g054a55d1 (unknown) 2023-11-03T14:39:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee'] 2023-11-03T14:39:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: Upgrade: Need to upgrade myself (mgr.smithi084.nbdbnh) 2023-11-03T14:39:09.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:39:09.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:09 smithi087 ceph-mon[111060]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee on smithi087 2023-11-03T14:39:10.248 INFO:teuthology.orchestra.run.smithi084.stdout: 5 14825 10.21 MB/sec warmup 48 sec latency 129.490 ms 2023-11-03T14:39:10.851 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:39:11.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:11 smithi084 ceph-mon[108307]: pgmap v197: 97 pgs: 97 active+clean; 162 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-11-03T14:39:11.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:11 smithi084 ceph-mon[108307]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:11.255 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15138 10.09 MB/sec warmup 49 sec latency 114.984 ms 2023-11-03T14:39:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:11 smithi087 ceph-mon[111060]: pgmap v197: 97 pgs: 97 active+clean; 162 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-11-03T14:39:11.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:11 smithi087 ceph-mon[111060]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:11.671 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:39:11.672 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (4m) 51s ago 5m 27.7M - ba2b418f427c a0f4798bbb97 2023-11-03T14:39:11.672 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (5m) 51s ago 5m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:39:11.672 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (4m) 53s ago 4m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:39:11.672 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (4m) 51s ago 4m 49.3M - 8.3.5 dad864ee21e9 73b50e536be7 2023-11-03T14:39:11.672 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (71s) 51s ago 71s 14.9M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:39:11.673 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (69s) 53s ago 69s 13.0M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:39:11.673 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (6m) 51s ago 6m 478M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:39:11.673 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (4m) 53s ago 4m 421M - 17.2.0 e1d6a67b021e 7cde45c1e214 2023-11-03T14:39:11.673 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (6m) 51s ago 6m 80.2M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:39:11.673 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (4m) 53s ago 4m 63.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:39:11.674 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (59s) 51s ago 59s 54.1M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:39:11.674 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (55s) 53s ago 54s 57.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:39:11.674 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (4m) 51s ago 4m 25.2M - 1dbe0e931976 94ce8ffa6b11 2023-11-03T14:39:11.674 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (4m) 53s ago 4m 27.2M - 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:39:11.674 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (4m) 51s ago 4m 57.2M 3224M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:39:11.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (3m) 51s ago 3m 57.0M 3224M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:39:11.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (3m) 51s ago 3m 48.7M 3224M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:39:11.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (3m) 51s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:39:11.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (2m) 53s ago 2m 49.9M 3992M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:39:11.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (2m) 53s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:39:11.676 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (2m) 53s ago 2m 49.7M 3992M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:39:11.676 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (2m) 53s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:39:11.676 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (4m) 51s ago 4m 63.0M - 514e6a882f6e a0fc80855898 2023-11-03T14:39:12.141 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:39:12.141 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:39:12.142 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:12.142 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:12.142 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:39:12.142 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:12.143 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:12.143 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:39:12.143 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:39:12.143 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T14:39:12.144 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:39:12.145 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:39:12.262 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15408 9.99 MB/sec warmup 50 sec latency 143.088 ms 2023-11-03T14:39:12.536 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:39:12.536 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:39:12.536 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:39:12.537 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:39:12.537 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "0/23 daemons upgraded", 2023-11-03T14:39:12.537 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee image on host smithi087" 2023-11-03T14:39:12.537 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:39:13.041 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:39:13.262 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15682 9.92 MB/sec warmup 51 sec latency 128.416 ms 2023-11-03T14:39:13.279 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:13 smithi084 ceph-mon[108307]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:13.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:13 smithi084 ceph-mon[108307]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:13.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:13 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/598485654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:39:13.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:13 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4034859699' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:39:13.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:13 smithi087 ceph-mon[111060]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:13 smithi087 ceph-mon[111060]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:13 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/598485654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:39:13.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:13 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4034859699' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:39:14.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16026 9.83 MB/sec warmup 52 sec latency 137.698 ms 2023-11-03T14:39:14.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:14 smithi084 ceph-mon[108307]: pgmap v198: 97 pgs: 97 active+clean; 170 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-11-03T14:39:14.301 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:14 smithi084 ceph-mon[108307]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:14.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:14 smithi087 ceph-mon[111060]: pgmap v198: 97 pgs: 97 active+clean; 170 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-11-03T14:39:14.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:14 smithi087 ceph-mon[111060]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:15.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:15 smithi084 ceph-mon[108307]: pgmap v199: 97 pgs: 97 active+clean; 170 MiB data, 561 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-03T14:39:15.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16409 9.83 MB/sec warmup 53 sec latency 127.724 ms 2023-11-03T14:39:15.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:15 smithi087 ceph-mon[111060]: pgmap v199: 97 pgs: 97 active+clean; 170 MiB data, 561 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-03T14:39:16.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16876 9.95 MB/sec warmup 54 sec latency 130.083 ms 2023-11-03T14:39:17.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 17331 10.02 MB/sec warmup 55 sec latency 98.533 ms 2023-11-03T14:39:18.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 17664 10.00 MB/sec warmup 56 sec latency 131.625 ms 2023-11-03T14:39:18.278 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:18 smithi084 ceph-mon[108307]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-03T14:39:18.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:18 smithi087 ceph-mon[111060]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-03T14:39:19.264 INFO:teuthology.orchestra.run.smithi084.stdout: 5 18059 10.09 MB/sec warmup 57 sec latency 128.758 ms 2023-11-03T14:39:20.064 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:20 smithi084 ceph-mon[108307]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-03T14:39:20.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 18376 10.07 MB/sec warmup 58 sec latency 129.913 ms 2023-11-03T14:39:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:20 smithi087 ceph-mon[111060]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-03T14:39:21.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 18763 10.05 MB/sec warmup 59 sec latency 126.815 ms 2023-11-03T14:39:22.083 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:22 smithi084 ceph-mon[108307]: pgmap v202: 97 pgs: 97 active+clean; 173 MiB data, 637 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 460 op/s 2023-11-03T14:39:22.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 19277 10.00 MB/sec warmup 60 sec latency 121.271 ms 2023-11-03T14:39:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:22 smithi087 ceph-mon[111060]: pgmap v202: 97 pgs: 97 active+clean; 173 MiB data, 637 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 460 op/s 2023-11-03T14:39:23.135 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:23 smithi084 ceph-mon[108307]: pgmap v203: 97 pgs: 97 active+clean; 182 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-11-03T14:39:23.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 19668 10.03 MB/sec warmup 61 sec latency 120.849 ms 2023-11-03T14:39:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:23 smithi087 ceph-mon[111060]: pgmap v203: 97 pgs: 97 active+clean; 182 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-11-03T14:39:24.269 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20117 10.08 MB/sec warmup 62 sec latency 104.983 ms 2023-11-03T14:39:24.422 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:24.422 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:24 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:24.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:24.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:24 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.nbdbnh/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:25.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20588 10.17 MB/sec warmup 63 sec latency 130.615 ms 2023-11-03T14:39:25.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:25 smithi084 ceph-mon[108307]: pgmap v204: 97 pgs: 97 active+clean; 180 MiB data, 676 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 475 op/s 2023-11-03T14:39:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:25 smithi087 ceph-mon[111060]: pgmap v204: 97 pgs: 97 active+clean; 180 MiB data, 676 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 475 op/s 2023-11-03T14:39:26.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20965 10.17 MB/sec warmup 64 sec latency 145.855 ms 2023-11-03T14:39:27.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21204 10.12 MB/sec warmup 65 sec latency 140.195 ms 2023-11-03T14:39:28.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21563 10.12 MB/sec warmup 66 sec latency 192.658 ms 2023-11-03T14:39:28.305 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:28 smithi084 ceph-mon[108307]: pgmap v205: 97 pgs: 97 active+clean; 180 MiB data, 699 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 457 op/s 2023-11-03T14:39:28.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:28 smithi087 ceph-mon[111060]: pgmap v205: 97 pgs: 97 active+clean; 180 MiB data, 699 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 457 op/s 2023-11-03T14:39:29.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21896 10.12 MB/sec warmup 67 sec latency 160.144 ms 2023-11-03T14:39:30.108 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:30 smithi084 ceph-mon[108307]: pgmap v206: 97 pgs: 97 active+clean; 187 MiB data, 719 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 609 op/s 2023-11-03T14:39:30.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22132 10.07 MB/sec warmup 68 sec latency 124.056 ms 2023-11-03T14:39:30.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:30 smithi087 ceph-mon[111060]: pgmap v206: 97 pgs: 97 active+clean; 187 MiB data, 719 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 609 op/s 2023-11-03T14:39:31.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22509 9.99 MB/sec warmup 69 sec latency 148.761 ms 2023-11-03T14:39:32.187 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:32 smithi084 ceph-mon[108307]: pgmap v207: 97 pgs: 97 active+clean; 190 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.0 MiB/s wr, 558 op/s 2023-11-03T14:39:32.279 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22837 9.92 MB/sec warmup 70 sec latency 126.556 ms 2023-11-03T14:39:32.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:32 smithi087 ceph-mon[111060]: pgmap v207: 97 pgs: 97 active+clean; 190 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.0 MiB/s wr, 558 op/s 2023-11-03T14:39:33.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23200 9.96 MB/sec warmup 71 sec latency 120.557 ms 2023-11-03T14:39:34.255 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:34 smithi084 ceph-mon[108307]: pgmap v208: 97 pgs: 97 active+clean; 189 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-11-03T14:39:34.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23558 10.00 MB/sec warmup 72 sec latency 126.691 ms 2023-11-03T14:39:34.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:34 smithi087 ceph-mon[111060]: pgmap v208: 97 pgs: 97 active+clean; 189 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-11-03T14:39:35.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23912 9.97 MB/sec warmup 73 sec latency 126.961 ms 2023-11-03T14:39:36.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:36 smithi087 ceph-mon[111060]: pgmap v209: 97 pgs: 97 active+clean; 190 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-11-03T14:39:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:39:36.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:39:36.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:36 smithi084 ceph-mon[108307]: pgmap v209: 97 pgs: 97 active+clean; 190 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-11-03T14:39:36.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:36.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fcbgog", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:39:36.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:39:36.273 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:36 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:39:36.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 24319 9.94 MB/sec warmup 74 sec latency 128.563 ms 2023-11-03T14:39:36.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:36 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:39:37.280 INFO:teuthology.orchestra.run.smithi084.stdout: 5 24678 9.98 MB/sec warmup 75 sec latency 129.785 ms 2023-11-03T14:39:37.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:37 smithi084 ceph-mon[108307]: Upgrade: Updating mgr.smithi087.fcbgog 2023-11-03T14:39:37.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:37 smithi084 ceph-mon[108307]: Deploying daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:39:37.349 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:37 smithi087 ceph-mon[111060]: Upgrade: Updating mgr.smithi087.fcbgog 2023-11-03T14:39:37.349 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:37 smithi087 ceph-mon[111060]: Deploying daemon mgr.smithi087.fcbgog on smithi087 2023-11-03T14:39:38.284 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25097 10.03 MB/sec warmup 76 sec latency 129.755 ms 2023-11-03T14:39:38.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:38 smithi084 ceph-mon[108307]: pgmap v210: 97 pgs: 97 active+clean; 194 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-11-03T14:39:38.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:38 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:38.313 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:38 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:38.313 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:38 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:39:38.313 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:38 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:39:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:38 smithi087 ceph-mon[111060]: pgmap v210: 97 pgs: 97 active+clean; 194 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-11-03T14:39:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:38 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:38 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:38.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:38 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:39:38.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:38 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:39:39.285 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25531 10.09 MB/sec warmup 77 sec latency 136.208 ms 2023-11-03T14:39:39.333 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:39 smithi084 ceph-mon[108307]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 567 op/s 2023-11-03T14:39:39.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:39 smithi087 ceph-mon[111060]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 567 op/s 2023-11-03T14:39:40.285 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25918 10.06 MB/sec warmup 78 sec latency 129.653 ms 2023-11-03T14:39:41.285 INFO:teuthology.orchestra.run.smithi084.stdout: 5 26356 10.02 MB/sec warmup 79 sec latency 131.005 ms 2023-11-03T14:39:41.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:41 smithi087 ceph-mon[111060]: pgmap v212: 97 pgs: 97 active+clean; 197 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 401 op/s 2023-11-03T14:39:41.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:41.315 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:41 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:41.358 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:41 smithi084 ceph-mon[108307]: pgmap v212: 97 pgs: 97 active+clean; 197 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 401 op/s 2023-11-03T14:39:41.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:41.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:41 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:42.286 INFO:teuthology.orchestra.run.smithi084.stdout: 5 26740 10.03 MB/sec warmup 80 sec latency 213.194 ms 2023-11-03T14:39:43.286 INFO:teuthology.orchestra.run.smithi084.stdout: 5 27195 10.12 MB/sec warmup 81 sec latency 130.921 ms 2023-11-03T14:39:43.490 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:39:44.179 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: pgmap v213: 97 pgs: 97 active+clean; 204 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-11-03T14:39:44.180 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.180 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.180 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.180 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:44.181 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr fail", "who": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:39:44.181 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: osdmap e67: 8 total, 8 up, 8 in 2023-11-03T14:39:44.181 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:44 smithi084 ceph-mon[108307]: Standby manager daemon smithi084.nbdbnh started 2023-11-03T14:39:44.285 INFO:teuthology.orchestra.run.smithi084.stdout: 5 27658 10.10 MB/sec warmup 82 sec latency 129.996 ms 2023-11-03T14:39:44.304 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:39:44.304 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (4m) 84s ago 5m 27.7M - ba2b418f427c a0f4798bbb97 2023-11-03T14:39:44.304 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (5m) 84s ago 5m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:39:44.304 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (5m) 3s ago 5m 7151k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:39:44.305 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (4m) 84s ago 5m 49.3M - 8.3.5 dad864ee21e9 73b50e536be7 2023-11-03T14:39:44.305 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (104s) 84s ago 103s 14.9M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:39:44.305 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (102s) 3s ago 102s 13.4M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:39:44.305 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (6m) 84s ago 6m 478M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:39:44.305 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (6s) 3s ago 5m 46.4M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:39:44.306 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (6m) 84s ago 6m 80.2M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:39:44.306 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (5m) 3s ago 5m 55.4M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:39:44.306 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (92s) 84s ago 92s 54.1M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:39:44.306 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (87s) 3s ago 87s 82.3M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:39:44.306 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (5m) 84s ago 5m 25.2M - 1dbe0e931976 94ce8ffa6b11 2023-11-03T14:39:44.307 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (5m) 3s ago 5m 28.2M - 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:39:44.307 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (4m) 84s ago 4m 57.2M 3224M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:39:44.307 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (4m) 84s ago 4m 57.0M 3224M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:39:44.307 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (3m) 84s ago 3m 48.7M 3224M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:39:44.307 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (3m) 84s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:39:44.310 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (3m) 3s ago 3m 398M 3992M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:39:44.310 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (3m) 3s ago 3m 413M 3992M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:39:44.311 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (2m) 3s ago 2m 358M 3992M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:39:44.311 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (2m) 3s ago 2m 667M 3992M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:39:44.311 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (4m) 84s ago 4m 63.0M - 514e6a882f6e a0fc80855898 2023-11-03T14:39:44.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: pgmap v213: 97 pgs: 97 active+clean; 204 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-11-03T14:39:44.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' 2023-11-03T14:39:44.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:44.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "mgr fail", "who": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:39:44.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: osdmap e67: 8 total, 8 up, 8 in 2023-11-03T14:39:44.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:44 smithi087 ceph-mon[111060]: Standby manager daemon smithi084.nbdbnh started 2023-11-03T14:39:44.771 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:39:44.771 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:39:44.771 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:44.772 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:44.772 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:39:44.772 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:44.772 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:44.772 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:39:44.773 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:39:44.773 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:44.773 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:39:44.773 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:39:44.773 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:39:44.774 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:39:44.774 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T14:39:44.774 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:39:44.774 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:39:45.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:45.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: Upgrade: Need to upgrade myself (mgr.smithi084.nbdbnh) 2023-11-03T14:39:45.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: Failing over to other MGR 2023-11-03T14:39:45.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:45.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "mgr fail", "who": "smithi084.nbdbnh"}]': finished 2023-11-03T14:39:45.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: mgrmap e22: smithi087.fcbgog(active, starting, since 1.00478s), standbys: smithi084.nbdbnh 2023-11-03T14:39:45.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:45 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/70406975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:39:45.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:45.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: Upgrade: Need to upgrade myself (mgr.smithi084.nbdbnh) 2023-11-03T14:39:45.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: Failing over to other MGR 2023-11-03T14:39:45.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:45.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: from='mgr.14204 172.21.15.84:0/1156065280' entity='mgr.smithi084.nbdbnh' cmd='[{"prefix": "mgr fail", "who": "smithi084.nbdbnh"}]': finished 2023-11-03T14:39:45.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: mgrmap e22: smithi087.fcbgog(active, starting, since 1.00478s), standbys: smithi084.nbdbnh 2023-11-03T14:39:45.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:45 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/70406975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:39:45.289 INFO:teuthology.orchestra.run.smithi084.stdout: 5 27822 10.02 MB/sec warmup 83 sec latency 118.512 ms 2023-11-03T14:39:46.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: Active manager daemon smithi087.fcbgog restarted 2023-11-03T14:39:46.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: Activating manager daemon smithi087.fcbgog 2023-11-03T14:39:46.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: osdmap e68: 8 total, 8 up, 8 in 2023-11-03T14:39:46.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/crt"}]: dispatch 2023-11-03T14:39:46.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:39:46.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/key"}]: dispatch 2023-11-03T14:39:46.284 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:46 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:39:46.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28158 10.02 MB/sec warmup 84 sec latency 135.104 ms 2023-11-03T14:39:46.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: Active manager daemon smithi087.fcbgog restarted 2023-11-03T14:39:46.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: Activating manager daemon smithi087.fcbgog 2023-11-03T14:39:46.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: osdmap e68: 8 total, 8 up, 8 in 2023-11-03T14:39:46.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/crt"}]: dispatch 2023-11-03T14:39:46.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:39:46.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.fcbgog/key"}]: dispatch 2023-11-03T14:39:46.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:46 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:39:47.279 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: mgrmap e23: smithi087.fcbgog(active, starting, since 0.0616979s), standbys: smithi084.nbdbnh 2023-11-03T14:39:47.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:39:47.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:39:47.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.ecpory"}]: dispatch 2023-11-03T14:39:47.280 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.ojhrxj"}]: dispatch 2023-11-03T14:39:47.281 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fcbgog", "id": "smithi087.fcbgog"}]: dispatch 2023-11-03T14:39:47.281 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:39:47.281 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:39:47.281 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:39:47.281 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:39:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:39:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:39:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:39:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:39:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:39:47.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:39:47.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:39:47.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:39:47.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: Manager daemon smithi087.fcbgog is now available 2023-11-03T14:39:47.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:47.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: Deploying cephadm binary to smithi087 2023-11-03T14:39:47.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:47 smithi084 ceph-mon[108307]: Deploying cephadm binary to smithi084 2023-11-03T14:39:47.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28482 10.02 MB/sec warmup 85 sec latency 134.221 ms 2023-11-03T14:39:47.306 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:39:47.306 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:39:47.306 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:39:47.306 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:39:47.306 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:39:47.307 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:39:47.307 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2023-11-03T14:39:47.307 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:39:47.307 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:39:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: mgrmap e23: smithi087.fcbgog(active, starting, since 0.0616979s), standbys: smithi084.nbdbnh 2023-11-03T14:39:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-03T14:39:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-03T14:39:47.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.ecpory"}]: dispatch 2023-11-03T14:39:47.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.ojhrxj"}]: dispatch 2023-11-03T14:39:47.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fcbgog", "id": "smithi087.fcbgog"}]: dispatch 2023-11-03T14:39:47.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr metadata", "who": "smithi084.nbdbnh", "id": "smithi084.nbdbnh"}]: dispatch 2023-11-03T14:39:47.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T14:39:47.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T14:39:47.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T14:39:47.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T14:39:47.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T14:39:47.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T14:39:47.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T14:39:47.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T14:39:47.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T14:39:47.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T14:39:47.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T14:39:47.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: Manager daemon smithi087.fcbgog is now available 2023-11-03T14:39:47.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:47.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:39:47.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/mirror_snapshot_schedule"}]: dispatch 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fcbgog/trash_purge_schedule"}]: dispatch 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:47.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: Deploying cephadm binary to smithi087 2023-11-03T14:39:47.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:47 smithi087 ceph-mon[111060]: Deploying cephadm binary to smithi084 2023-11-03T14:39:47.865 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:39:48.292 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28731 10.02 MB/sec warmup 86 sec latency 130.323 ms 2023-11-03T14:39:48.302 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: [03/Nov/2023:14:39:47] ENGINE Bus STARTING 2023-11-03T14:39:48.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: [03/Nov/2023:14:39:47] ENGINE Serving on https://172.21.15.87:7150 2023-11-03T14:39:48.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: mgrmap e24: smithi087.fcbgog(active, since 1.11052s), standbys: smithi084.nbdbnh 2023-11-03T14:39:48.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:48.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: pgmap v3: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:48.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: [03/Nov/2023:14:39:47] ENGINE Serving on http://172.21.15.87:8765 2023-11-03T14:39:48.304 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: [03/Nov/2023:14:39:47] ENGINE Bus STARTED 2023-11-03T14:39:48.304 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:48 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2049161013' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:39:48.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: [03/Nov/2023:14:39:47] ENGINE Bus STARTING 2023-11-03T14:39:48.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: [03/Nov/2023:14:39:47] ENGINE Serving on https://172.21.15.87:7150 2023-11-03T14:39:48.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: mgrmap e24: smithi087.fcbgog(active, since 1.11052s), standbys: smithi084.nbdbnh 2023-11-03T14:39:48.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:39:48.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: pgmap v3: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:48.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: [03/Nov/2023:14:39:47] ENGINE Serving on http://172.21.15.87:8765 2023-11-03T14:39:48.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: [03/Nov/2023:14:39:47] ENGINE Bus STARTED 2023-11-03T14:39:48.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:48 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2049161013' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:39:49.292 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29042 10.01 MB/sec warmup 87 sec latency 207.093 ms 2023-11-03T14:39:49.315 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:49 smithi084 ceph-mon[108307]: pgmap v4: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:49.315 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:49 smithi084 ceph-mon[108307]: mgrmap e25: smithi087.fcbgog(active, since 2s), standbys: smithi084.nbdbnh 2023-11-03T14:39:49.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:49 smithi087 ceph-mon[111060]: pgmap v4: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:49.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:49 smithi087 ceph-mon[111060]: mgrmap e25: smithi087.fcbgog(active, since 2s), standbys: smithi084.nbdbnh 2023-11-03T14:39:50.293 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29312 9.97 MB/sec warmup 88 sec latency 134.207 ms 2023-11-03T14:39:51.293 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29579 9.89 MB/sec warmup 89 sec latency 123.890 ms 2023-11-03T14:39:51.364 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:51 smithi084 ceph-mon[108307]: pgmap v5: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:51.364 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:51 smithi084 ceph-mon[108307]: mgrmap e26: smithi087.fcbgog(active, since 4s), standbys: smithi084.nbdbnh 2023-11-03T14:39:51.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:51 smithi087 ceph-mon[111060]: pgmap v5: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:51.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:51 smithi087 ceph-mon[111060]: mgrmap e26: smithi087.fcbgog(active, since 4s), standbys: smithi084.nbdbnh 2023-11-03T14:39:52.293 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29827 9.83 MB/sec warmup 90 sec latency 126.542 ms 2023-11-03T14:39:53.301 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30164 9.83 MB/sec warmup 91 sec latency 126.992 ms 2023-11-03T14:39:53.928 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: pgmap v6: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:53.929 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:53.929 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:53.929 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: Standby manager daemon smithi084.nbdbnh restarted 2023-11-03T14:39:53.929 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: Standby manager daemon smithi084.nbdbnh started 2023-11-03T14:39:53.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.nbdbnh/crt"}]: dispatch 2023-11-03T14:39:53.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:39:53.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.nbdbnh/key"}]: dispatch 2023-11-03T14:39:53.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:39:53.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:53.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:53.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:53.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: pgmap v6: 97 pgs: 97 active+clean; 216 MiB data, 916 MiB used, 714 GiB / 715 GiB avail 2023-11-03T14:39:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: Standby manager daemon smithi084.nbdbnh restarted 2023-11-03T14:39:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: Standby manager daemon smithi084.nbdbnh started 2023-11-03T14:39:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.nbdbnh/crt"}]: dispatch 2023-11-03T14:39:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T14:39:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.nbdbnh/key"}]: dispatch 2023-11-03T14:39:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.? 172.21.15.84:0/1667002744' entity='mgr.smithi084.nbdbnh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T14:39:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.301 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30475 9.82 MB/sec warmup 92 sec latency 138.792 ms 2023-11-03T14:39:54.950 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: mgrmap e27: smithi087.fcbgog(active, since 7s), standbys: smithi084.nbdbnh 2023-11-03T14:39:54.951 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.951 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.951 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.951 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.952 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.952 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.952 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.952 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.952 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.953 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.953 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:54 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.984 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: mgrmap e27: smithi087.fcbgog(active, since 7s), standbys: smithi084.nbdbnh 2023-11-03T14:39:54.984 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.984 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:54.984 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.986 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.986 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:39:54.986 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:54 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:39:55.301 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30964 9.87 MB/sec warmup 93 sec latency 167.188 ms 2023-11-03T14:39:55.967 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:55 smithi084 ceph-mon[108307]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 2.8 MiB/s wr, 304 op/s 2023-11-03T14:39:55.967 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:55 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi084 to 1944M 2023-11-03T14:39:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:55 smithi087 ceph-mon[111060]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 2.8 MiB/s wr, 304 op/s 2023-11-03T14:39:56.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:55 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi084 to 1944M 2023-11-03T14:39:56.312 INFO:teuthology.orchestra.run.smithi084.stdout: 5 31352 9.88 MB/sec warmup 94 sec latency 125.646 ms 2023-11-03T14:39:57.312 INFO:teuthology.orchestra.run.smithi084.stdout: 5 31762 9.89 MB/sec warmup 95 sec latency 132.903 ms 2023-11-03T14:39:58.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:57 smithi084 ceph-mon[108307]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.2 MiB/s wr, 236 op/s 2023-11-03T14:39:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:57 smithi087 ceph-mon[111060]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.2 MiB/s wr, 236 op/s 2023-11-03T14:39:58.312 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32058 9.87 MB/sec warmup 96 sec latency 155.963 ms 2023-11-03T14:39:59.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32485 9.92 MB/sec warmup 97 sec latency 133.787 ms 2023-11-03T14:40:00.035 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:39:59 smithi084 ceph-mon[108307]: pgmap v9: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-11-03T14:40:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:39:59 smithi087 ceph-mon[111060]: pgmap v9: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-11-03T14:40:00.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32982 9.95 MB/sec warmup 98 sec latency 105.561 ms 2023-11-03T14:40:01.045 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:00 smithi084 ceph-mon[108307]: overall HEALTH_OK 2023-11-03T14:40:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:00 smithi087 ceph-mon[111060]: overall HEALTH_OK 2023-11-03T14:40:01.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 33385 9.89 MB/sec warmup 99 sec latency 109.738 ms 2023-11-03T14:40:02.068 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: pgmap v10: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-11-03T14:40:02.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:02.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.070 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.070 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.070 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.070 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.070 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:40:02.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:40:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: pgmap v10: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-11-03T14:40:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T14:40:02.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:02.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:40:02.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:40:02.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 33673 9.90 MB/sec warmup 100 sec latency 124.435 ms 2023-11-03T14:40:03.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:02 smithi084 ceph-mon[108307]: Adjusting osd_memory_target on smithi087 to 2712M 2023-11-03T14:40:03.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:02 smithi084 ceph-mon[108307]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:40:03.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:02 smithi084 ceph-mon[108307]: Updating smithi087:/etc/ceph/ceph.conf 2023-11-03T14:40:03.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:02 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:02 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:02 smithi087 ceph-mon[111060]: Adjusting osd_memory_target on smithi087 to 2712M 2023-11-03T14:40:03.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:02 smithi087 ceph-mon[111060]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-03T14:40:03.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:02 smithi087 ceph-mon[111060]: Updating smithi087:/etc/ceph/ceph.conf 2023-11-03T14:40:03.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:02 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:02 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.319 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34014 9.90 MB/sec warmup 101 sec latency 126.352 ms 2023-11-03T14:40:03.856 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi087:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T14:40:03.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi084:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T14:40:03.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:40:03.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: pgmap v11: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-11-03T14:40:03.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:40:03.858 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi087:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T14:40:03.858 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: Updating smithi084:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T14:40:03.858 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.858 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.858 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:03.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:03 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi087:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T14:40:04.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi084:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T14:40:04.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:40:04.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: pgmap v11: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-11-03T14:40:04.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-03T14:40:04.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi087:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T14:40:04.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: Updating smithi084:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T14:40:04.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:03 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:04.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34433 9.93 MB/sec warmup 102 sec latency 120.971 ms 2023-11-03T14:40:04.961 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:04 smithi084 ceph-mon[108307]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-03T14:40:04.962 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:04 smithi084 ceph-mon[108307]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-03T14:40:05.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:04 smithi087 ceph-mon[111060]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-03T14:40:05.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:04 smithi087 ceph-mon[111060]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-03T14:40:05.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34887 9.91 MB/sec warmup 103 sec latency 94.652 ms 2023-11-03T14:40:05.979 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:05 smithi084 ceph-mon[108307]: pgmap v12: 97 pgs: 97 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2023-11-03T14:40:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:05 smithi087 ceph-mon[111060]: pgmap v12: 97 pgs: 97 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2023-11-03T14:40:06.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35295 9.91 MB/sec warmup 104 sec latency 126.389 ms 2023-11-03T14:40:07.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35593 9.92 MB/sec warmup 105 sec latency 146.297 ms 2023-11-03T14:40:08.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:07 smithi084 ceph-mon[108307]: pgmap v13: 97 pgs: 97 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-03T14:40:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:07 smithi087 ceph-mon[111060]: pgmap v13: 97 pgs: 97 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-03T14:40:08.327 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35983 9.98 MB/sec warmup 106 sec latency 115.084 ms 2023-11-03T14:40:09.334 INFO:teuthology.orchestra.run.smithi084.stdout: 5 36407 9.96 MB/sec warmup 107 sec latency 138.698 ms 2023-11-03T14:40:10.082 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:09 smithi084 ceph-mon[108307]: pgmap v14: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.1 MiB/s wr, 681 op/s 2023-11-03T14:40:10.334 INFO:teuthology.orchestra.run.smithi084.stdout: 5 36774 9.94 MB/sec warmup 108 sec latency 132.321 ms 2023-11-03T14:40:10.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:09 smithi087 ceph-mon[111060]: pgmap v14: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.1 MiB/s wr, 681 op/s 2023-11-03T14:40:11.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37115 9.93 MB/sec warmup 109 sec latency 126.456 ms 2023-11-03T14:40:12.117 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:11 smithi084 ceph-mon[108307]: pgmap v15: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-03T14:40:12.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37552 9.98 MB/sec warmup 110 sec latency 125.473 ms 2023-11-03T14:40:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:11 smithi087 ceph-mon[111060]: pgmap v15: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-03T14:40:13.133 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:13 smithi084 ceph-mon[108307]: pgmap v16: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-03T14:40:13.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37920 9.98 MB/sec warmup 111 sec latency 167.992 ms 2023-11-03T14:40:13.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:13 smithi087 ceph-mon[111060]: pgmap v16: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-03T14:40:14.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38256 9.94 MB/sec warmup 112 sec latency 83.436 ms 2023-11-03T14:40:14.915 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:14.915 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:14.915 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-03T14:40:14.915 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-03T14:40:14.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:14.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:14.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:40:14.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:40:14.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:14 smithi084 ceph-mon[108307]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-03T14:40:15.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:15.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:15.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-03T14:40:15.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-03T14:40:15.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:15.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:15.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:40:15.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T14:40:15.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:14 smithi087 ceph-mon[111060]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-03T14:40:15.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38569 9.93 MB/sec warmup 113 sec latency 134.771 ms 2023-11-03T14:40:15.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:15 smithi084 ceph-mon[108307]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 693 op/s 2023-11-03T14:40:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:15 smithi087 ceph-mon[111060]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 693 op/s 2023-11-03T14:40:16.342 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38944 9.93 MB/sec warmup 114 sec latency 132.335 ms 2023-11-03T14:40:16.955 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:17.342 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39309 9.95 MB/sec warmup 115 sec latency 161.369 ms 2023-11-03T14:40:17.995 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:17 smithi084 ceph-mon[108307]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-11-03T14:40:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:17 smithi087 ceph-mon[111060]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-11-03T14:40:18.352 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39572 9.94 MB/sec warmup 116 sec latency 133.561 ms 2023-11-03T14:40:18.366 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:40:19.276 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:40:19.276 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:40:19.276 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (6m) 25s ago 6m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:40:19.276 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (5m) 26s ago 5m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:40:19.277 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (5m) 25s ago 6m 60.8M - 8.3.5 dad864ee21e9 73b50e536be7 2023-11-03T14:40:19.277 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (2m) 25s ago 2m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:40:19.277 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (2m) 26s ago 2m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:40:19.277 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (7m) 25s ago 7m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:40:19.277 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (41s) 26s ago 5m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (7m) 25s ago 7m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (5m) 26s ago 5m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (2m) 25s ago 2m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (2m) 26s ago 2m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (6m) 25s ago 6m 25.8M - 1.3.1 1dbe0e931976 94ce8ffa6b11 2023-11-03T14:40:19.278 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (5m) 26s ago 5m 26.5M - 1.3.1 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:40:19.279 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (5m) 25s ago 5m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:40:19.279 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (4m) 25s ago 4m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:40:19.280 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (4m) 25s ago 4m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:40:19.280 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (4m) 25s ago 4m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:40:19.280 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (4m) 26s ago 4m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:40:19.281 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (3m) 26s ago 3m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:40:19.281 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (3m) 26s ago 3m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:40:19.281 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (3m) 26s ago 3m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:40:19.281 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (5m) 25s ago 5m 65.5M - 2.33.4 514e6a882f6e a0fc80855898 2023-11-03T14:40:19.352 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39774 9.90 MB/sec warmup 117 sec latency 153.402 ms 2023-11-03T14:40:19.883 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:40:19.883 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:40:19.883 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:40:19.883 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:19.884 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:40:19.884 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:40:19.884 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:40:19.884 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:19.884 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:40:19.885 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:40:19.885 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:19.885 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:40:19.885 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:40:19.885 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:19.886 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:40:19.886 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:40:19.886 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:40:19.886 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:40:19.886 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:40:20.048 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:19 smithi084 ceph-mon[108307]: pgmap v19: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 664 op/s 2023-11-03T14:40:20.049 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:19 smithi084 ceph-mon[108307]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:20.049 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:19 smithi084 ceph-mon[108307]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:20.049 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:19 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3610246251' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:40:20.352 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40041 9.84 MB/sec warmup 118 sec latency 129.065 ms 2023-11-03T14:40:20.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:19 smithi087 ceph-mon[111060]: pgmap v19: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 664 op/s 2023-11-03T14:40:20.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:19 smithi087 ceph-mon[111060]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:20.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:19 smithi087 ceph-mon[111060]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:20.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:19 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3610246251' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:40:20.383 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:40:20.384 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:40:20.384 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:40:20.384 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:40:20.384 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:40:20.385 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:40:20.385 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2023-11-03T14:40:20.385 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:40:20.385 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:40:21.012 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:40:21.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:20 smithi084 ceph-mon[108307]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:21.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:20 smithi084 ceph-mon[108307]: pgmap v20: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:40:21.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:20 smithi084 ceph-mon[108307]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:21.352 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40254 9.80 MB/sec warmup 119 sec latency 127.195 ms 2023-11-03T14:40:21.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:20 smithi087 ceph-mon[111060]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:21.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:20 smithi087 ceph-mon[111060]: pgmap v20: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:40:21.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:20 smithi087 ceph-mon[111060]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:22.116 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:21 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4167626633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:40:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:21 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4167626633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:40:23.149 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:23 smithi084 ceph-mon[108307]: pgmap v21: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:40:23.355 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40544 3.97 MB/sec execute 1 sec latency 190.965 ms 2023-11-03T14:40:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:23 smithi087 ceph-mon[111060]: pgmap v21: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:40:24.355 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40728 5.18 MB/sec execute 2 sec latency 216.407 ms 2023-11-03T14:40:25.355 INFO:teuthology.orchestra.run.smithi084.stdout: 5 41097 7.88 MB/sec execute 3 sec latency 159.609 ms 2023-11-03T14:40:25.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:25 smithi084 ceph-mon[108307]: pgmap v22: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-11-03T14:40:25.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:25 smithi087 ceph-mon[111060]: pgmap v22: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-11-03T14:40:26.356 INFO:teuthology.orchestra.run.smithi084.stdout: 5 41504 8.45 MB/sec execute 4 sec latency 119.585 ms 2023-11-03T14:40:27.356 INFO:teuthology.orchestra.run.smithi084.stdout: 5 41793 7.75 MB/sec execute 5 sec latency 138.405 ms 2023-11-03T14:40:27.542 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:27 smithi084 ceph-mon[108307]: pgmap v23: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-03T14:40:27.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:27 smithi087 ceph-mon[111060]: pgmap v23: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-03T14:40:28.356 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42206 8.35 MB/sec execute 6 sec latency 149.077 ms 2023-11-03T14:40:29.357 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42609 8.62 MB/sec execute 7 sec latency 114.934 ms 2023-11-03T14:40:29.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:29 smithi084 ceph-mon[108307]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-11-03T14:40:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:29 smithi087 ceph-mon[111060]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-11-03T14:40:30.368 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42851 8.75 MB/sec execute 8 sec latency 198.257 ms 2023-11-03T14:40:31.351 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:31 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:31.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:31 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:31.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:31 smithi084 ceph-mon[108307]: Reconfiguring node-exporter.smithi084 (dependencies changed)... 2023-11-03T14:40:31.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:31 smithi084 ceph-mon[108307]: Reconfiguring daemon node-exporter.smithi084 on smithi084 2023-11-03T14:40:31.352 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:31 smithi084 ceph-mon[108307]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-11-03T14:40:31.368 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43162 9.21 MB/sec execute 9 sec latency 138.478 ms 2023-11-03T14:40:31.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:31 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:31.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:31 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:31.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:31 smithi087 ceph-mon[111060]: Reconfiguring node-exporter.smithi084 (dependencies changed)... 2023-11-03T14:40:31.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:31 smithi087 ceph-mon[111060]: Reconfiguring daemon node-exporter.smithi084 on smithi084 2023-11-03T14:40:31.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:31 smithi087 ceph-mon[111060]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-11-03T14:40:32.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:32 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:32.371 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43545 8.76 MB/sec execute 10 sec latency 124.036 ms 2023-11-03T14:40:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:32 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:33.371 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43910 8.62 MB/sec execute 11 sec latency 129.899 ms 2023-11-03T14:40:33.640 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:33 smithi084 ceph-mon[108307]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-11-03T14:40:33.640 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:33 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:33.641 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:33 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:33.641 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:33 smithi084 ceph-mon[108307]: Reconfiguring prometheus.smithi084 (dependencies changed)... 2023-11-03T14:40:33.641 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:33 smithi084 ceph-mon[108307]: Reconfiguring daemon prometheus.smithi084 on smithi084 2023-11-03T14:40:33.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:33 smithi087 ceph-mon[111060]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-11-03T14:40:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:33 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:33 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:33 smithi087 ceph-mon[111060]: Reconfiguring prometheus.smithi084 (dependencies changed)... 2023-11-03T14:40:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:33 smithi087 ceph-mon[111060]: Reconfiguring daemon prometheus.smithi084 on smithi084 2023-11-03T14:40:34.371 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44196 8.42 MB/sec execute 12 sec latency 126.859 ms 2023-11-03T14:40:35.371 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44608 9.04 MB/sec execute 13 sec latency 125.564 ms 2023-11-03T14:40:35.665 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:35 smithi084 ceph-mon[108307]: pgmap v27: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T14:40:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:35 smithi087 ceph-mon[111060]: pgmap v27: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T14:40:36.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44950 9.00 MB/sec execute 14 sec latency 108.079 ms 2023-11-03T14:40:37.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 45305 9.10 MB/sec execute 15 sec latency 111.917 ms 2023-11-03T14:40:37.712 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:37 smithi084 ceph-mon[108307]: pgmap v28: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-11-03T14:40:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:37 smithi087 ceph-mon[111060]: pgmap v28: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-11-03T14:40:38.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 45622 8.99 MB/sec execute 16 sec latency 125.515 ms 2023-11-03T14:40:39.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46146 9.33 MB/sec execute 17 sec latency 131.860 ms 2023-11-03T14:40:39.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:39 smithi084 ceph-mon[108307]: pgmap v29: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-11-03T14:40:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:39 smithi087 ceph-mon[111060]: pgmap v29: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-11-03T14:40:40.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46565 9.60 MB/sec execute 18 sec latency 129.551 ms 2023-11-03T14:40:41.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46895 9.59 MB/sec execute 19 sec latency 126.704 ms 2023-11-03T14:40:41.789 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:41 smithi084 ceph-mon[108307]: pgmap v30: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:40:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:41 smithi087 ceph-mon[111060]: pgmap v30: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:40:42.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 47321 9.43 MB/sec execute 20 sec latency 126.726 ms 2023-11-03T14:40:43.306 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:43 smithi084 ceph-mon[108307]: pgmap v31: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:40:43.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 47587 9.18 MB/sec execute 21 sec latency 127.931 ms 2023-11-03T14:40:43.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:43 smithi087 ceph-mon[111060]: pgmap v31: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:40:44.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 48000 9.29 MB/sec execute 22 sec latency 119.792 ms 2023-11-03T14:40:45.375 INFO:teuthology.orchestra.run.smithi084.stdout: 5 48531 9.69 MB/sec execute 23 sec latency 102.482 ms 2023-11-03T14:40:45.587 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:45 smithi084 ceph-mon[108307]: pgmap v32: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 657 op/s 2023-11-03T14:40:45.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:45 smithi087 ceph-mon[111060]: pgmap v32: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 657 op/s 2023-11-03T14:40:46.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 48930 9.64 MB/sec execute 24 sec latency 87.356 ms 2023-11-03T14:40:47.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49266 9.65 MB/sec execute 25 sec latency 164.661 ms 2023-11-03T14:40:47.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:47 smithi084 ceph-mon[108307]: pgmap v33: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-03T14:40:47.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:47 smithi087 ceph-mon[111060]: pgmap v33: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-03T14:40:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:40:48.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49679 9.81 MB/sec execute 26 sec latency 129.813 ms 2023-11-03T14:40:49.376 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49952 9.72 MB/sec execute 27 sec latency 124.852 ms 2023-11-03T14:40:49.443 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:49 smithi084 ceph-mon[108307]: pgmap v34: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 688 op/s 2023-11-03T14:40:49.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:49 smithi087 ceph-mon[111060]: pgmap v34: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 688 op/s 2023-11-03T14:40:50.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50222 9.74 MB/sec execute 28 sec latency 135.719 ms 2023-11-03T14:40:51.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50510 9.60 MB/sec execute 29 sec latency 207.808 ms 2023-11-03T14:40:51.480 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:40:51.495 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:51 smithi084 ceph-mon[108307]: pgmap v35: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-03T14:40:51.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:51 smithi087 ceph-mon[111060]: pgmap v35: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-03T14:40:52.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50776 9.48 MB/sec execute 30 sec latency 140.408 ms 2023-11-03T14:40:52.489 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:40:52.490 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:40:52.490 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (6m) 58s ago 6m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:40:52.490 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (6m) 59s ago 6m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:40:52.490 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:40:52.491 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (2m) 58s ago 2m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:40:52.491 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (2m) 59s ago 2m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:40:52.491 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (7m) 58s ago 7m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:40:52.491 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (74s) 59s ago 6m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:40:52.491 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (7m) 58s ago 7m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:40:52.492 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (6m) 59s ago 6m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:40:52.492 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (2m) 58s ago 2m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:40:52.492 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (2m) 59s ago 2m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:40:52.492 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:40:52.492 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (6m) 59s ago 6m 26.5M - 1.3.1 1dbe0e931976 acadaa6e1c4d 2023-11-03T14:40:52.493 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (5m) 58s ago 5m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:40:52.493 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (5m) 58s ago 5m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:40:52.493 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (5m) 58s ago 5m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:40:52.493 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (4m) 58s ago 4m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:40:52.493 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (4m) 59s ago 4m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:40:52.494 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (4m) 59s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:40:52.494 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (3m) 59s ago 3m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:40:52.494 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (3m) 59s ago 3m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:40:52.494 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:40:53.008 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:52 smithi084 ceph-mon[108307]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:53.008 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:52 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:53.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:52 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:53.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:52 smithi084 ceph-mon[108307]: Reconfiguring node-exporter.smithi087 (dependencies changed)... 2023-11-03T14:40:53.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:52 smithi084 ceph-mon[108307]: Reconfiguring daemon node-exporter.smithi087 on smithi087 2023-11-03T14:40:53.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:52 smithi087 ceph-mon[111060]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:53.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:52 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:53.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:52 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:53.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:52 smithi087 ceph-mon[111060]: Reconfiguring node-exporter.smithi087 (dependencies changed)... 2023-11-03T14:40:53.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:52 smithi087 ceph-mon[111060]: Reconfiguring daemon node-exporter.smithi087 on smithi087 2023-11-03T14:40:53.072 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:40:53.072 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:40:53.073 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:40:53.073 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:53.073 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:40:53.073 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:40:53.073 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:40:53.074 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:53.074 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:40:53.074 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:40:53.074 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:53.074 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:40:53.075 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:40:53.075 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:40:53.075 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:40:53.075 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:40:53.075 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:40:53.076 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:40:53.076 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:40:53.391 INFO:teuthology.orchestra.run.smithi084.stdout: 5 51127 9.36 MB/sec execute 31 sec latency 127.102 ms 2023-11-03T14:40:53.595 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:40:53.595 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:40:53.595 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:40:53.596 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:40:53.596 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:40:53.596 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:40:53.596 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:40:53.596 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:40:53.597 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:40:54.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:54.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: pgmap v36: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-03T14:40:54.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:54.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1146842238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:40:54.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:40:54.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T14:40:54.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:40:54.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T14:40:54.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:40:54.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T14:40:54.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:53 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:40:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: pgmap v36: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-03T14:40:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:54.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1146842238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:40:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:40:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T14:40:54.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:40:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T14:40:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:40:54.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T14:40:54.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:54.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:53 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:40:54.140 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:40:54.391 INFO:teuthology.orchestra.run.smithi084.stdout: 5 51435 9.23 MB/sec execute 32 sec latency 123.559 ms 2023-11-03T14:40:55.057 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:40:55.057 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T14:40:55.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:40:55.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T14:40:55.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:40:55.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T14:40:55.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: Upgrade: Need to upgrade myself (mgr.smithi087.fcbgog) 2023-11-03T14:40:55.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: Upgrade: Need to upgrade myself (mgr.smithi087.fcbgog) 2023-11-03T14:40:55.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:55.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:54 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/852120776' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:40:55.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T14:40:55.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T14:40:55.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T14:40:55.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T14:40:55.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T14:40:55.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T14:40:55.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: Upgrade: Need to upgrade myself (mgr.smithi087.fcbgog) 2023-11-03T14:40:55.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: Upgrade: Need to upgrade myself (mgr.smithi087.fcbgog) 2023-11-03T14:40:55.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:40:55.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:54 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/852120776' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:40:55.391 INFO:teuthology.orchestra.run.smithi084.stdout: 5 51935 9.48 MB/sec execute 33 sec latency 129.712 ms 2023-11-03T14:40:56.060 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: pgmap v37: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 666 op/s 2023-11-03T14:40:56.061 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: Upgrade: Updating mgr.smithi084.nbdbnh 2023-11-03T14:40:56.061 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:56.061 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:40:56.061 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:40:56.062 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:40:56.062 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:40:56.062 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:55 smithi084 ceph-mon[108307]: Deploying daemon mgr.smithi084.nbdbnh on smithi084 2023-11-03T14:40:56.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: pgmap v37: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 666 op/s 2023-11-03T14:40:56.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: Upgrade: Updating mgr.smithi084.nbdbnh 2023-11-03T14:40:56.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:40:56.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:40:56.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.nbdbnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T14:40:56.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T14:40:56.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:40:56.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:55 smithi087 ceph-mon[111060]: Deploying daemon mgr.smithi084.nbdbnh on smithi084 2023-11-03T14:40:56.391 INFO:teuthology.orchestra.run.smithi084.stdout: 5 52348 9.60 MB/sec execute 34 sec latency 137.460 ms 2023-11-03T14:40:57.397 INFO:teuthology.orchestra.run.smithi084.stdout: 5 52725 9.57 MB/sec execute 35 sec latency 149.379 ms 2023-11-03T14:40:58.041 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:57 smithi084 ceph-mon[108307]: pgmap v38: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-03T14:40:58.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:57 smithi087 ceph-mon[111060]: pgmap v38: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-03T14:40:58.396 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53067 9.54 MB/sec execute 36 sec latency 126.027 ms 2023-11-03T14:40:59.060 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:40:58 smithi084 ceph-mon[108307]: pgmap v39: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 650 op/s 2023-11-03T14:40:59.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:40:58 smithi087 ceph-mon[111060]: pgmap v39: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 650 op/s 2023-11-03T14:40:59.401 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53428 9.63 MB/sec execute 37 sec latency 122.873 ms 2023-11-03T14:41:00.402 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53778 9.68 MB/sec execute 38 sec latency 140.396 ms 2023-11-03T14:41:01.402 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54104 9.68 MB/sec execute 39 sec latency 123.770 ms 2023-11-03T14:41:01.406 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:01 smithi084 ceph-mon[108307]: pgmap v40: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:41:01.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:01 smithi087 ceph-mon[111060]: pgmap v40: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:41:02.402 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54409 9.49 MB/sec execute 40 sec latency 126.944 ms 2023-11-03T14:41:02.431 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:02 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:02.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:02 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:03.402 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54814 9.47 MB/sec execute 41 sec latency 108.434 ms 2023-11-03T14:41:03.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:03 smithi084 ceph-mon[108307]: pgmap v41: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:41:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:03 smithi087 ceph-mon[111060]: pgmap v41: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-03T14:41:04.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55171 9.53 MB/sec execute 42 sec latency 132.271 ms 2023-11-03T14:41:05.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55660 9.66 MB/sec execute 43 sec latency 129.408 ms 2023-11-03T14:41:05.473 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:05 smithi084 ceph-mon[108307]: pgmap v42: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 619 op/s 2023-11-03T14:41:05.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:05 smithi087 ceph-mon[111060]: pgmap v42: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 619 op/s 2023-11-03T14:41:06.410 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55968 9.61 MB/sec execute 44 sec latency 127.506 ms 2023-11-03T14:41:07.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56306 9.57 MB/sec execute 45 sec latency 139.933 ms 2023-11-03T14:41:07.494 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:07 smithi084 ceph-mon[108307]: pgmap v43: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-11-03T14:41:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:07 smithi087 ceph-mon[111060]: pgmap v43: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-11-03T14:41:08.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56673 9.55 MB/sec execute 46 sec latency 138.672 ms 2023-11-03T14:41:09.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56916 9.51 MB/sec execute 47 sec latency 201.725 ms 2023-11-03T14:41:09.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:09 smithi084 ceph-mon[108307]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 656 op/s 2023-11-03T14:41:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:09 smithi087 ceph-mon[111060]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 656 op/s 2023-11-03T14:41:10.418 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57230 9.52 MB/sec execute 48 sec latency 128.331 ms 2023-11-03T14:41:11.425 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57573 9.61 MB/sec execute 49 sec latency 129.919 ms 2023-11-03T14:41:11.639 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:11 smithi084 ceph-mon[108307]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-03T14:41:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:11 smithi087 ceph-mon[111060]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-03T14:41:12.425 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57893 9.49 MB/sec execute 50 sec latency 125.570 ms 2023-11-03T14:41:13.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:13 smithi084 ceph-mon[108307]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-03T14:41:13.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:13 smithi087 ceph-mon[111060]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-03T14:41:13.425 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58217 9.40 MB/sec execute 51 sec latency 133.991 ms 2023-11-03T14:41:14.429 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58580 9.47 MB/sec execute 52 sec latency 129.020 ms 2023-11-03T14:41:15.429 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58922 9.46 MB/sec execute 53 sec latency 130.573 ms 2023-11-03T14:41:15.483 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:15 smithi084 ceph-mon[108307]: pgmap v47: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-03T14:41:15.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:15 smithi087 ceph-mon[111060]: pgmap v47: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-03T14:41:16.429 INFO:teuthology.orchestra.run.smithi084.stdout: 5 59341 9.58 MB/sec execute 54 sec latency 149.205 ms 2023-11-03T14:41:17.433 INFO:teuthology.orchestra.run.smithi084.stdout: 5 59757 9.54 MB/sec execute 55 sec latency 132.150 ms 2023-11-03T14:41:17.528 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:17 smithi084 ceph-mon[108307]: pgmap v48: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-03T14:41:17.528 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:17 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:17.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:17 smithi087 ceph-mon[111060]: pgmap v48: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-03T14:41:17.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:17 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:18.443 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60200 9.54 MB/sec execute 56 sec latency 126.674 ms 2023-11-03T14:41:18.547 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:18 smithi084 ceph-mon[108307]: mgrmap e28: smithi087.fcbgog(active, since 91s), standbys: smithi084.nbdbnh 2023-11-03T14:41:18.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:18 smithi087 ceph-mon[111060]: mgrmap e28: smithi087.fcbgog(active, since 91s), standbys: smithi084.nbdbnh 2023-11-03T14:41:19.443 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60546 9.54 MB/sec execute 57 sec latency 213.237 ms 2023-11-03T14:41:19.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:19 smithi084 ceph-mon[108307]: pgmap v49: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 633 op/s 2023-11-03T14:41:19.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:19 smithi087 ceph-mon[111060]: pgmap v49: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 633 op/s 2023-11-03T14:41:20.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60918 9.63 MB/sec execute 58 sec latency 140.073 ms 2023-11-03T14:41:21.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61292 9.62 MB/sec execute 59 sec latency 204.307 ms 2023-11-03T14:41:21.597 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:21 smithi084 ceph-mon[108307]: pgmap v50: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-03T14:41:21.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:21 smithi087 ceph-mon[111060]: pgmap v50: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-03T14:41:22.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61570 9.53 MB/sec execute 60 sec latency 127.493 ms 2023-11-03T14:41:23.138 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:23 smithi084 ceph-mon[108307]: pgmap v51: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-03T14:41:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:23 smithi087 ceph-mon[111060]: pgmap v51: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-03T14:41:23.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61887 9.51 MB/sec execute 61 sec latency 138.705 ms 2023-11-03T14:41:24.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62270 9.52 MB/sec execute 62 sec latency 126.948 ms 2023-11-03T14:41:24.712 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:41:25.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:25 smithi084 ceph-mon[108307]: pgmap v52: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 629 op/s 2023-11-03T14:41:25.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:25 smithi084 ceph-mon[108307]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:25.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62644 9.52 MB/sec execute 63 sec latency 101.563 ms 2023-11-03T14:41:25.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:25 smithi087 ceph-mon[111060]: pgmap v52: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 629 op/s 2023-11-03T14:41:25.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:25 smithi087 ceph-mon[111060]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:25.642 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:41:25.642 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:41:25.642 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (7m) 92s ago 7m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:41:25.643 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (6m) 92s ago 6m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:41:25.643 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:41:25.643 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (3m) 92s ago 3m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:41:25.643 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (3m) 92s ago 3m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:41:25.643 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (8m) 92s ago 8m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:41:25.644 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (108s) 92s ago 6m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:41:25.644 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (8m) 92s ago 8m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:41:25.644 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (6m) 92s ago 6m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:41:25.644 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (3m) 92s ago 3m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:41:25.644 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (3m) 92s ago 3m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:41:25.645 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:41:25.645 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 starting - - - - 2023-11-03T14:41:25.645 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (6m) 92s ago 6m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:41:25.645 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (5m) 92s ago 5m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:41:25.645 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (5m) 92s ago 5m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:41:25.646 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (5m) 92s ago 5m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:41:25.646 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (5m) 92s ago 5m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:41:25.646 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (4m) 92s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:41:25.646 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (4m) 92s ago 4m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:41:25.646 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (4m) 92s ago 4m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:41:25.647 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:41:26.194 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:41:26.194 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:41:26.194 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:41:26.194 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:26.195 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:41:26.195 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:41:26.195 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:41:26.195 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:26.195 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:41:26.196 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:41:26.196 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:26.196 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:41:26.196 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:41:26.196 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:26.197 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:41:26.197 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:41:26.197 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:41:26.197 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:41:26.197 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:41:26.447 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:26 smithi084 ceph-mon[108307]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:26.447 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:26 smithi084 ceph-mon[108307]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:26.447 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:26 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2379687938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:41:26.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62969 9.55 MB/sec execute 64 sec latency 136.792 ms 2023-11-03T14:41:26.618 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:41:26.619 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:41:26.619 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:41:26.619 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:41:26.619 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:41:26.619 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:41:26.620 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:41:26.620 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:41:26.620 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:41:26.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:26 smithi087 ceph-mon[111060]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:26.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:26 smithi087 ceph-mon[111060]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:26.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:26 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2379687938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:41:27.138 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:41:27.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 63345 9.55 MB/sec execute 65 sec latency 135.181 ms 2023-11-03T14:41:27.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:27 smithi084 ceph-mon[108307]: pgmap v53: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-11-03T14:41:27.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:27 smithi084 ceph-mon[108307]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:27.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:27 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/1237271199' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:41:27.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:27 smithi087 ceph-mon[111060]: pgmap v53: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-11-03T14:41:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:27 smithi087 ceph-mon[111060]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:27 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/1237271199' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:41:28.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 63759 9.54 MB/sec execute 66 sec latency 126.866 ms 2023-11-03T14:41:29.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64017 9.53 MB/sec execute 67 sec latency 207.705 ms 2023-11-03T14:41:29.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:29 smithi084 ceph-mon[108307]: pgmap v54: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 653 op/s 2023-11-03T14:41:29.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:29 smithi087 ceph-mon[111060]: pgmap v54: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 653 op/s 2023-11-03T14:41:30.451 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64392 9.60 MB/sec execute 68 sec latency 134.300 ms 2023-11-03T14:41:31.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64783 9.55 MB/sec execute 69 sec latency 105.626 ms 2023-11-03T14:41:31.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:31 smithi084 ceph-mon[108307]: pgmap v55: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-03T14:41:31.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:31 smithi087 ceph-mon[111060]: pgmap v55: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-03T14:41:32.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65093 9.53 MB/sec execute 70 sec latency 129.064 ms 2023-11-03T14:41:32.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:32 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:32.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:32 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:33.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65433 9.57 MB/sec execute 71 sec latency 147.329 ms 2023-11-03T14:41:33.604 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:33 smithi084 ceph-mon[108307]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-03T14:41:33.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:33 smithi087 ceph-mon[111060]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-03T14:41:34.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65838 9.55 MB/sec execute 72 sec latency 116.602 ms 2023-11-03T14:41:35.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66173 9.54 MB/sec execute 73 sec latency 124.895 ms 2023-11-03T14:41:35.648 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:35 smithi084 ceph-mon[108307]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 641 op/s 2023-11-03T14:41:35.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:35 smithi087 ceph-mon[111060]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 641 op/s 2023-11-03T14:41:36.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66501 9.59 MB/sec execute 74 sec latency 129.146 ms 2023-11-03T14:41:37.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66876 9.55 MB/sec execute 75 sec latency 109.067 ms 2023-11-03T14:41:37.680 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:37 smithi084 ceph-mon[108307]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-03T14:41:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:37 smithi087 ceph-mon[111060]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-03T14:41:38.456 INFO:teuthology.orchestra.run.smithi084.stdout: 5 67290 9.54 MB/sec execute 76 sec latency 129.764 ms 2023-11-03T14:41:39.460 INFO:teuthology.orchestra.run.smithi084.stdout: 5 67630 9.53 MB/sec execute 77 sec latency 210.392 ms 2023-11-03T14:41:39.480 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:39 smithi084 ceph-mon[108307]: pgmap v59: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 661 op/s 2023-11-03T14:41:39.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:39 smithi087 ceph-mon[111060]: pgmap v59: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 661 op/s 2023-11-03T14:41:40.462 INFO:teuthology.orchestra.run.smithi084.stdout: 5 68048 9.58 MB/sec execute 78 sec latency 129.305 ms 2023-11-03T14:41:41.463 INFO:teuthology.orchestra.run.smithi084.stdout: 5 68555 9.63 MB/sec execute 79 sec latency 193.405 ms 2023-11-03T14:41:41.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:41 smithi084 ceph-mon[108307]: pgmap v60: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:41:41.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:41 smithi087 ceph-mon[111060]: pgmap v60: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:41:42.465 INFO:teuthology.orchestra.run.smithi084.stdout: 5 68907 9.67 MB/sec execute 80 sec latency 204.590 ms 2023-11-03T14:41:43.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:43 smithi084 ceph-mon[108307]: pgmap v61: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:41:43.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 69241 9.67 MB/sec execute 81 sec latency 130.426 ms 2023-11-03T14:41:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:43 smithi087 ceph-mon[111060]: pgmap v61: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-11-03T14:41:44.465 INFO:teuthology.orchestra.run.smithi084.stdout: 5 69682 9.68 MB/sec execute 82 sec latency 111.077 ms 2023-11-03T14:41:45.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70073 9.63 MB/sec execute 83 sec latency 108.660 ms 2023-11-03T14:41:45.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:45 smithi084 ceph-mon[108307]: pgmap v62: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 732 op/s 2023-11-03T14:41:45.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:45 smithi087 ceph-mon[111060]: pgmap v62: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 732 op/s 2023-11-03T14:41:46.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70382 9.63 MB/sec execute 84 sec latency 123.258 ms 2023-11-03T14:41:47.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70804 9.63 MB/sec execute 85 sec latency 130.035 ms 2023-11-03T14:41:47.614 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:47 smithi084 ceph-mon[108307]: pgmap v63: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 523 op/s 2023-11-03T14:41:47.614 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:47 smithi087 ceph-mon[111060]: pgmap v63: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 523 op/s 2023-11-03T14:41:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:41:48.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71183 9.62 MB/sec execute 86 sec latency 120.773 ms 2023-11-03T14:41:49.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:49 smithi084 ceph-mon[108307]: pgmap v64: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 759 op/s 2023-11-03T14:41:49.467 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71509 9.66 MB/sec execute 87 sec latency 120.097 ms 2023-11-03T14:41:49.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:49 smithi087 ceph-mon[111060]: pgmap v64: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 759 op/s 2023-11-03T14:41:50.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71901 9.68 MB/sec execute 88 sec latency 140.013 ms 2023-11-03T14:41:51.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72277 9.71 MB/sec execute 89 sec latency 121.594 ms 2023-11-03T14:41:51.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:51 smithi084 ceph-mon[108307]: pgmap v65: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 519 op/s 2023-11-03T14:41:51.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:51 smithi087 ceph-mon[111060]: pgmap v65: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 519 op/s 2023-11-03T14:41:52.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72501 9.68 MB/sec execute 90 sec latency 149.609 ms 2023-11-03T14:41:53.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:53 smithi084 ceph-mon[108307]: pgmap v66: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 519 op/s 2023-11-03T14:41:53.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72790 9.67 MB/sec execute 91 sec latency 114.912 ms 2023-11-03T14:41:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:53 smithi087 ceph-mon[111060]: pgmap v66: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 519 op/s 2023-11-03T14:41:54.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73155 9.66 MB/sec execute 92 sec latency 120.525 ms 2023-11-03T14:41:55.425 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:55 smithi084 ceph-mon[108307]: pgmap v67: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.1 MiB/s wr, 718 op/s 2023-11-03T14:41:55.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73475 9.60 MB/sec execute 93 sec latency 126.252 ms 2023-11-03T14:41:55.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:55 smithi087 ceph-mon[111060]: pgmap v67: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.1 MiB/s wr, 718 op/s 2023-11-03T14:41:56.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73799 9.59 MB/sec execute 94 sec latency 117.882 ms 2023-11-03T14:41:57.466 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74133 9.56 MB/sec execute 95 sec latency 134.025 ms 2023-11-03T14:41:57.471 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:57 smithi084 ceph-mon[108307]: pgmap v68: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-03T14:41:57.607 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:41:57.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:57 smithi087 ceph-mon[111060]: pgmap v68: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-03T14:41:58.467 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74474 9.55 MB/sec execute 96 sec latency 136.770 ms 2023-11-03T14:41:58.486 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:58 smithi084 ceph-mon[108307]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:58.535 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:41:58.535 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:41:58.535 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (7m) 2m ago 7m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:41:58.536 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (7m) 2m ago 7m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:41:58.536 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:41:58.536 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (3m) 2m ago 3m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:41:58.536 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (3m) 2m ago 3m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:41:58.536 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (8m) 2m ago 8m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (2m) 2m ago 7m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (8m) 2m ago 8m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (7m) 2m ago 7m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (3m) 2m ago 3m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (3m) 2m ago 3m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:41:58.537 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:41:58.538 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 starting - - - - 2023-11-03T14:41:58.538 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (6m) 2m ago 6m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:41:58.538 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (6m) 2m ago 6m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:41:58.538 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (6m) 2m ago 6m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:41:58.538 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (5m) 2m ago 5m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:41:58.539 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (5m) 2m ago 5m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:41:58.539 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (5m) 2m ago 5m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:41:58.539 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (5m) 2m ago 5m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:41:58.539 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (4m) 2m ago 4m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:41:58.539 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:41:58.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:58 smithi087 ceph-mon[111060]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:59.150 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:41:59.150 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:41:59.150 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:41:59.151 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:59.151 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:41:59.151 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:41:59.151 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:41:59.152 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:59.152 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:41:59.152 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:41:59.152 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:59.152 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:41:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:41:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:41:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:41:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:41:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:41:59.154 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:41:59.154 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:41:59.467 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74776 9.55 MB/sec execute 97 sec latency 128.041 ms 2023-11-03T14:41:59.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:59 smithi084 ceph-mon[108307]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:59.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:59 smithi084 ceph-mon[108307]: pgmap v69: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 638 op/s 2023-11-03T14:41:59.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:59 smithi084 ceph-mon[108307]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:59.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:41:59 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4267826635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:41:59.638 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:41:59.638 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:41:59.638 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:41:59.639 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:41:59.639 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:41:59.639 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:41:59.639 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:41:59.639 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:41:59.640 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:41:59.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:59 smithi087 ceph-mon[111060]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:59.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:59 smithi087 ceph-mon[111060]: pgmap v69: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 638 op/s 2023-11-03T14:41:59.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:59 smithi087 ceph-mon[111060]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:41:59.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:41:59 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4267826635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:42:00.218 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:42:00.467 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75157 9.56 MB/sec execute 98 sec latency 132.657 ms 2023-11-03T14:42:00.530 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:00 smithi084 ceph-mon[108307]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:00.531 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:00 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2586896027' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:42:00.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:00 smithi087 ceph-mon[111060]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:00.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:00 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2586896027' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:42:01.469 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75544 9.58 MB/sec execute 99 sec latency 108.489 ms 2023-11-03T14:42:01.554 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:01 smithi084 ceph-mon[108307]: pgmap v70: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-03T14:42:01.554 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:01.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:01 smithi087 ceph-mon[111060]: pgmap v70: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-03T14:42:01.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:02.470 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75857 9.59 MB/sec execute 100 sec latency 132.120 ms 2023-11-03T14:42:03.358 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:03 smithi084 ceph-mon[108307]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-03T14:42:03.470 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76196 9.60 MB/sec execute 101 sec latency 134.196 ms 2023-11-03T14:42:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:03 smithi087 ceph-mon[111060]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-03T14:42:04.470 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76524 9.63 MB/sec execute 102 sec latency 121.034 ms 2023-11-03T14:42:05.408 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:05 smithi084 ceph-mon[108307]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 596 op/s 2023-11-03T14:42:05.470 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76768 9.57 MB/sec execute 103 sec latency 129.833 ms 2023-11-03T14:42:05.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:05 smithi087 ceph-mon[111060]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 596 op/s 2023-11-03T14:42:06.476 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77079 9.52 MB/sec execute 104 sec latency 126.562 ms 2023-11-03T14:42:07.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:07 smithi084 ceph-mon[108307]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-03T14:42:07.477 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77370 9.47 MB/sec execute 105 sec latency 108.922 ms 2023-11-03T14:42:07.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:07 smithi087 ceph-mon[111060]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-03T14:42:08.477 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77709 9.49 MB/sec execute 106 sec latency 129.287 ms 2023-11-03T14:42:09.486 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78058 9.50 MB/sec execute 107 sec latency 130.117 ms 2023-11-03T14:42:09.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:09 smithi084 ceph-mon[108307]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-11-03T14:42:09.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:09 smithi087 ceph-mon[111060]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-11-03T14:42:10.486 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78468 9.52 MB/sec execute 108 sec latency 132.318 ms 2023-11-03T14:42:11.487 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78833 9.53 MB/sec execute 109 sec latency 121.581 ms 2023-11-03T14:42:11.550 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:11 smithi084 ceph-mon[108307]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-03T14:42:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:11 smithi087 ceph-mon[111060]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-03T14:42:12.487 INFO:teuthology.orchestra.run.smithi084.stdout: 5 79168 9.50 MB/sec execute 110 sec latency 126.929 ms 2023-11-03T14:42:13.351 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:13 smithi084 ceph-mon[108307]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-03T14:42:13.487 INFO:teuthology.orchestra.run.smithi084.stdout: 5 79609 9.55 MB/sec execute 111 sec latency 137.852 ms 2023-11-03T14:42:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:13 smithi087 ceph-mon[111060]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-03T14:42:14.487 INFO:teuthology.orchestra.run.smithi084.stdout: 5 79996 9.56 MB/sec execute 112 sec latency 132.921 ms 2023-11-03T14:42:15.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:15 smithi084 ceph-mon[108307]: pgmap v77: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 597 op/s 2023-11-03T14:42:15.487 INFO:teuthology.orchestra.run.smithi084.stdout: 5 80370 9.57 MB/sec execute 113 sec latency 123.468 ms 2023-11-03T14:42:15.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:15 smithi087 ceph-mon[111060]: pgmap v77: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 597 op/s 2023-11-03T14:42:16.493 INFO:teuthology.orchestra.run.smithi084.stdout: 5 80746 9.55 MB/sec execute 114 sec latency 128.462 ms 2023-11-03T14:42:17.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:17 smithi084 ceph-mon[108307]: pgmap v78: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-03T14:42:17.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:17 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:17.495 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81078 9.54 MB/sec execute 115 sec latency 120.617 ms 2023-11-03T14:42:17.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:17 smithi087 ceph-mon[111060]: pgmap v78: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-03T14:42:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:17 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:18.495 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81387 9.54 MB/sec execute 116 sec latency 126.444 ms 2023-11-03T14:42:19.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:19 smithi084 ceph-mon[108307]: pgmap v79: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 629 op/s 2023-11-03T14:42:19.495 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81696 9.54 MB/sec execute 117 sec latency 131.637 ms 2023-11-03T14:42:19.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:19 smithi087 ceph-mon[111060]: pgmap v79: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 629 op/s 2023-11-03T14:42:20.495 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82017 9.50 MB/sec execute 118 sec latency 142.278 ms 2023-11-03T14:42:21.498 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82387 9.50 MB/sec execute 119 sec latency 116.588 ms 2023-11-03T14:42:21.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:21 smithi084 ceph-mon[108307]: pgmap v80: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:42:21.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:21 smithi087 ceph-mon[111060]: pgmap v80: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:42:22.498 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82692 9.50 MB/sec execute 120 sec latency 134.445 ms 2023-11-03T14:42:23.290 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:23 smithi084 ceph-mon[108307]: pgmap v81: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:42:23.506 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83100 9.54 MB/sec execute 121 sec latency 130.390 ms 2023-11-03T14:42:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:23 smithi087 ceph-mon[111060]: pgmap v81: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T14:42:24.506 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83478 9.53 MB/sec execute 122 sec latency 138.134 ms 2023-11-03T14:42:25.512 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83779 9.53 MB/sec execute 123 sec latency 112.438 ms 2023-11-03T14:42:25.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:25 smithi084 ceph-mon[108307]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 640 op/s 2023-11-03T14:42:25.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:25 smithi087 ceph-mon[111060]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 640 op/s 2023-11-03T14:42:26.509 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84138 9.53 MB/sec execute 124 sec latency 141.768 ms 2023-11-03T14:42:27.509 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84503 9.53 MB/sec execute 125 sec latency 148.956 ms 2023-11-03T14:42:27.605 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:27 smithi084 ceph-mon[108307]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T14:42:27.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:27 smithi087 ceph-mon[111060]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T14:42:28.509 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84834 9.54 MB/sec execute 126 sec latency 134.554 ms 2023-11-03T14:42:29.509 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85110 9.49 MB/sec execute 127 sec latency 126.956 ms 2023-11-03T14:42:29.646 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:29 smithi084 ceph-mon[108307]: pgmap v84: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 633 op/s 2023-11-03T14:42:29.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:29 smithi087 ceph-mon[111060]: pgmap v84: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 633 op/s 2023-11-03T14:42:30.509 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85459 9.49 MB/sec execute 128 sec latency 126.637 ms 2023-11-03T14:42:30.743 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:42:31.461 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:31 smithi084 ceph-mon[108307]: pgmap v85: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-03T14:42:31.461 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:31 smithi084 ceph-mon[108307]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:31.461 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:31.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85740 9.46 MB/sec execute 129 sec latency 137.653 ms 2023-11-03T14:42:31.669 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:42:31.670 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:42:31.670 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (8m) 2m ago 8m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:42:31.671 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (8m) 2m ago 8m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:42:31.671 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:42:31.671 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (4m) 2m ago 4m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:42:31.672 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (4m) 2m ago 4m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:42:31.672 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (9m) 2m ago 9m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:42:31.672 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (2m) 2m ago 7m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:42:31.673 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (9m) 2m ago 9m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:42:31.673 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (7m) 2m ago 7m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:42:31.674 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (4m) 2m ago 4m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:42:31.674 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (4m) 2m ago 4m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:42:31.675 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:42:31.675 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 starting - - - - 2023-11-03T14:42:31.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (7m) 2m ago 7m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:42:31.675 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (7m) 2m ago 7m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:42:31.676 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (6m) 2m ago 6m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:42:31.677 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (6m) 2m ago 6m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:42:31.677 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (6m) 2m ago 6m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:42:31.677 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (5m) 2m ago 5m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:42:31.677 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (5m) 2m ago 5m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:42:31.678 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (5m) 2m ago 5m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:42:31.678 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:42:31.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:31 smithi087 ceph-mon[111060]: pgmap v85: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-03T14:42:31.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:31 smithi087 ceph-mon[111060]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:31.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:32.248 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:42:32.248 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:42:32.248 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:42:32.249 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:42:32.249 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:42:32.249 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:42:32.249 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:42:32.250 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:42:32.250 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:42:32.250 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:42:32.250 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:42:32.250 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:42:32.251 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:42:32.251 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:42:32.251 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:42:32.251 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:42:32.251 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:42:32.252 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:42:32.252 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:42:32.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:32 smithi084 ceph-mon[108307]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:32.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:32 smithi084 ceph-mon[108307]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:32.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:32 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3115607520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:42:32.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 86108 9.49 MB/sec execute 130 sec latency 139.618 ms 2023-11-03T14:42:32.733 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:42:32.734 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:42:32.734 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:42:32.734 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:42:32.734 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:42:32.735 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:42:32.735 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:42:32.735 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:42:32.735 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:42:32.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:32 smithi087 ceph-mon[111060]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:32.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:32 smithi087 ceph-mon[111060]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:32.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:32 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3115607520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:42:33.310 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:42:33.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:33 smithi084 ceph-mon[108307]: pgmap v86: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-03T14:42:33.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:33 smithi084 ceph-mon[108307]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:33.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:33 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2634111688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:42:33.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 86412 9.47 MB/sec execute 131 sec latency 106.251 ms 2023-11-03T14:42:33.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:33 smithi087 ceph-mon[111060]: pgmap v86: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-03T14:42:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:33 smithi087 ceph-mon[111060]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:42:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:33 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2634111688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:42:34.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 86739 9.48 MB/sec execute 132 sec latency 138.972 ms 2023-11-03T14:42:35.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87090 9.48 MB/sec execute 133 sec latency 105.750 ms 2023-11-03T14:42:35.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:35 smithi084 ceph-mon[108307]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 604 op/s 2023-11-03T14:42:35.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:35 smithi087 ceph-mon[111060]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 604 op/s 2023-11-03T14:42:36.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87443 9.47 MB/sec execute 134 sec latency 129.645 ms 2023-11-03T14:42:37.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87803 9.49 MB/sec execute 135 sec latency 152.267 ms 2023-11-03T14:42:37.615 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:37 smithi084 ceph-mon[108307]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T14:42:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:37 smithi087 ceph-mon[111060]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T14:42:38.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88068 9.47 MB/sec execute 136 sec latency 137.165 ms 2023-11-03T14:42:39.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88400 9.46 MB/sec execute 137 sec latency 123.850 ms 2023-11-03T14:42:39.665 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:39 smithi084 ceph-mon[108307]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 601 op/s 2023-11-03T14:42:39.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:39 smithi087 ceph-mon[111060]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 601 op/s 2023-11-03T14:42:40.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88742 9.46 MB/sec execute 138 sec latency 129.151 ms 2023-11-03T14:42:41.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89077 9.46 MB/sec execute 139 sec latency 137.040 ms 2023-11-03T14:42:41.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:41 smithi084 ceph-mon[108307]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-03T14:42:41.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:41 smithi087 ceph-mon[111060]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-03T14:42:42.510 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89354 9.45 MB/sec execute 140 sec latency 143.422 ms 2023-11-03T14:42:43.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:43 smithi084 ceph-mon[108307]: pgmap v91: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-03T14:42:43.515 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89624 9.43 MB/sec execute 141 sec latency 140.148 ms 2023-11-03T14:42:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:43 smithi087 ceph-mon[111060]: pgmap v91: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-03T14:42:44.515 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90028 9.42 MB/sec execute 142 sec latency 126.962 ms 2023-11-03T14:42:45.515 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90295 9.38 MB/sec execute 143 sec latency 114.205 ms 2023-11-03T14:42:45.543 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:45 smithi084 ceph-mon[108307]: pgmap v92: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-03T14:42:45.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:45 smithi087 ceph-mon[111060]: pgmap v92: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-03T14:42:46.515 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90531 9.38 MB/sec execute 144 sec latency 139.489 ms 2023-11-03T14:42:47.515 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90835 9.37 MB/sec execute 145 sec latency 126.524 ms 2023-11-03T14:42:47.586 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:47 smithi084 ceph-mon[108307]: pgmap v93: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-11-03T14:42:47.587 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:47 smithi087 ceph-mon[111060]: pgmap v93: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-11-03T14:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:42:48.521 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91257 9.41 MB/sec execute 146 sec latency 134.952 ms 2023-11-03T14:42:49.381 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:49 smithi084 ceph-mon[108307]: pgmap v94: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-11-03T14:42:49.521 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91654 9.42 MB/sec execute 147 sec latency 120.524 ms 2023-11-03T14:42:49.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:49 smithi087 ceph-mon[111060]: pgmap v94: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-11-03T14:42:50.524 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91936 9.40 MB/sec execute 148 sec latency 141.448 ms 2023-11-03T14:42:51.431 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:51 smithi084 ceph-mon[108307]: pgmap v95: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T14:42:51.523 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92215 9.39 MB/sec execute 149 sec latency 127.002 ms 2023-11-03T14:42:51.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:51 smithi087 ceph-mon[111060]: pgmap v95: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T14:42:52.524 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92557 9.38 MB/sec execute 150 sec latency 129.786 ms 2023-11-03T14:42:53.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:53 smithi084 ceph-mon[108307]: pgmap v96: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 384 op/s 2023-11-03T14:42:53.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92869 9.36 MB/sec execute 151 sec latency 124.828 ms 2023-11-03T14:42:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:53 smithi087 ceph-mon[111060]: pgmap v96: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 384 op/s 2023-11-03T14:42:54.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93130 9.35 MB/sec execute 152 sec latency 129.898 ms 2023-11-03T14:42:55.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93391 9.34 MB/sec execute 153 sec latency 132.555 ms 2023-11-03T14:42:55.542 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:55 smithi084 ceph-mon[108307]: pgmap v97: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-11-03T14:42:55.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:55 smithi087 ceph-mon[111060]: pgmap v97: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-11-03T14:42:56.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93779 9.36 MB/sec execute 154 sec latency 130.325 ms 2023-11-03T14:42:57.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94047 9.33 MB/sec execute 155 sec latency 120.950 ms 2023-11-03T14:42:57.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:57 smithi084 ceph-mon[108307]: pgmap v98: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-03T14:42:57.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:57 smithi087 ceph-mon[111060]: pgmap v98: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-03T14:42:58.534 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94388 9.33 MB/sec execute 156 sec latency 139.273 ms 2023-11-03T14:42:59.538 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94627 9.31 MB/sec execute 157 sec latency 147.902 ms 2023-11-03T14:42:59.642 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:42:59 smithi084 ceph-mon[108307]: pgmap v99: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-03T14:42:59.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:42:59 smithi087 ceph-mon[111060]: pgmap v99: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-03T14:43:00.537 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94952 9.30 MB/sec execute 158 sec latency 131.406 ms 2023-11-03T14:43:01.430 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:01 smithi084 ceph-mon[108307]: pgmap v100: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-03T14:43:01.542 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95283 9.32 MB/sec execute 159 sec latency 138.833 ms 2023-11-03T14:43:01.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:01 smithi087 ceph-mon[111060]: pgmap v100: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-03T14:43:02.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:02 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:02.543 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95518 9.30 MB/sec execute 160 sec latency 130.239 ms 2023-11-03T14:43:02.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:02 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:03.467 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:03 smithi084 ceph-mon[108307]: pgmap v101: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-03T14:43:03.543 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95739 9.28 MB/sec execute 161 sec latency 120.870 ms 2023-11-03T14:43:03.792 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:43:03.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:03 smithi087 ceph-mon[111060]: pgmap v101: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-03T14:43:04.484 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:04 smithi084 ceph-mon[108307]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:04.543 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95993 9.26 MB/sec execute 162 sec latency 137.602 ms 2023-11-03T14:43:04.749 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:43:04.749 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:43:04.749 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:43:04.749 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (8m) 3m ago 8m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:43:04.750 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:43:04.750 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (5m) 3m ago 5m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:43:04.750 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (5m) 3m ago 5m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:43:04.750 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (10m) 3m ago 10m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:43:04.750 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (3m) 3m ago 8m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:43:04.751 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (10m) 3m ago 10m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:43:04.751 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (8m) 3m ago 8m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:43:04.751 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (4m) 3m ago 4m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:43:04.751 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (4m) 3m ago 4m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:43:04.751 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:43:04.752 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 starting - - - - 2023-11-03T14:43:04.752 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (7m) 3m ago 7m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:43:04.752 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (7m) 3m ago 7m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:43:04.752 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 3m ago 7m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 3m ago 7m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (6m) 3m ago 6m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (6m) 3m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (6m) 3m ago 6m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (5m) 3m ago 5m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:43:04.753 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:43:04.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:04 smithi087 ceph-mon[111060]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:05.317 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:43:05.318 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:43:05.318 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:43:05.318 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:05.319 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:43:05.319 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:43:05.319 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:43:05.319 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:05.319 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:43:05.320 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:43:05.320 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:05.320 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:43:05.320 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:43:05.320 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:43:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:43:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:43:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:43:05.321 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:43:05.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:05 smithi084 ceph-mon[108307]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:05.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:05 smithi084 ceph-mon[108307]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-11-03T14:43:05.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:05 smithi084 ceph-mon[108307]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:05.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:05 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3633653586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:43:05.543 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96219 9.22 MB/sec execute 163 sec latency 126.652 ms 2023-11-03T14:43:05.760 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:43:05.760 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:43:05.761 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:43:05.761 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:43:05.761 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:43:05.761 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:43:05.761 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:43:05.762 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:43:05.762 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:43:05.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:05 smithi087 ceph-mon[111060]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:05.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:05 smithi087 ceph-mon[111060]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-11-03T14:43:05.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:05 smithi087 ceph-mon[111060]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:05.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:05 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3633653586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:43:06.324 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:43:06.533 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:06 smithi084 ceph-mon[108307]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:06.533 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:06 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4151469140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:43:06.543 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96516 9.22 MB/sec execute 164 sec latency 154.063 ms 2023-11-03T14:43:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:06 smithi087 ceph-mon[111060]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:06.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:06 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4151469140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:43:07.550 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96737 9.21 MB/sec execute 165 sec latency 206.194 ms 2023-11-03T14:43:07.557 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:07 smithi084 ceph-mon[108307]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-03T14:43:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:07 smithi087 ceph-mon[111060]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-03T14:43:08.551 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97036 9.24 MB/sec execute 166 sec latency 161.856 ms 2023-11-03T14:43:09.551 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97276 9.21 MB/sec execute 167 sec latency 129.005 ms 2023-11-03T14:43:09.601 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:09 smithi084 ceph-mon[108307]: pgmap v104: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-03T14:43:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:09 smithi087 ceph-mon[111060]: pgmap v104: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-03T14:43:10.552 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97642 9.19 MB/sec execute 168 sec latency 135.544 ms 2023-11-03T14:43:11.552 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97887 9.16 MB/sec execute 169 sec latency 125.179 ms 2023-11-03T14:43:11.644 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:11 smithi084 ceph-mon[108307]: pgmap v105: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-11-03T14:43:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:11 smithi087 ceph-mon[111060]: pgmap v105: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-11-03T14:43:12.556 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98158 9.17 MB/sec execute 170 sec latency 142.809 ms 2023-11-03T14:43:13.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:13 smithi084 ceph-mon[108307]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 463 op/s 2023-11-03T14:43:13.556 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98498 9.17 MB/sec execute 171 sec latency 125.970 ms 2023-11-03T14:43:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:13 smithi087 ceph-mon[111060]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 463 op/s 2023-11-03T14:43:14.556 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98878 9.19 MB/sec execute 172 sec latency 125.929 ms 2023-11-03T14:43:15.526 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:15 smithi084 ceph-mon[108307]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-11-03T14:43:15.556 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99108 9.16 MB/sec execute 173 sec latency 131.189 ms 2023-11-03T14:43:15.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:15 smithi087 ceph-mon[111060]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-11-03T14:43:16.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99426 9.14 MB/sec execute 174 sec latency 129.690 ms 2023-11-03T14:43:17.555 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:17 smithi084 ceph-mon[108307]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-03T14:43:17.556 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:17 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:17.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99762 9.13 MB/sec execute 175 sec latency 120.883 ms 2023-11-03T14:43:17.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:17 smithi087 ceph-mon[111060]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-03T14:43:17.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:17 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:18.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100121 9.15 MB/sec execute 176 sec latency 124.020 ms 2023-11-03T14:43:19.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100369 9.14 MB/sec execute 177 sec latency 129.490 ms 2023-11-03T14:43:19.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:19 smithi084 ceph-mon[108307]: pgmap v109: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T14:43:19.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:19 smithi087 ceph-mon[111060]: pgmap v109: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T14:43:20.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100699 9.16 MB/sec execute 178 sec latency 99.078 ms 2023-11-03T14:43:21.564 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100964 9.13 MB/sec execute 179 sec latency 134.012 ms 2023-11-03T14:43:21.630 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:21 smithi084 ceph-mon[108307]: pgmap v110: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-03T14:43:21.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:21 smithi087 ceph-mon[111060]: pgmap v110: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-03T14:43:22.575 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101230 9.11 MB/sec execute 180 sec latency 126.371 ms 2023-11-03T14:43:23.424 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:23 smithi084 ceph-mon[108307]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-03T14:43:23.575 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101509 9.11 MB/sec execute 181 sec latency 130.100 ms 2023-11-03T14:43:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:23 smithi087 ceph-mon[111060]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-03T14:43:24.575 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101742 9.09 MB/sec execute 182 sec latency 133.976 ms 2023-11-03T14:43:25.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:25 smithi084 ceph-mon[108307]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 401 op/s 2023-11-03T14:43:25.575 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102126 9.10 MB/sec execute 183 sec latency 125.725 ms 2023-11-03T14:43:25.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:25 smithi087 ceph-mon[111060]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 401 op/s 2023-11-03T14:43:26.580 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102535 9.12 MB/sec execute 184 sec latency 124.217 ms 2023-11-03T14:43:27.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:27 smithi084 ceph-mon[108307]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-03T14:43:27.580 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102890 9.11 MB/sec execute 185 sec latency 123.925 ms 2023-11-03T14:43:27.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:27 smithi087 ceph-mon[111060]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-03T14:43:28.580 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103314 9.10 MB/sec execute 186 sec latency 130.260 ms 2023-11-03T14:43:29.539 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:29 smithi084 ceph-mon[108307]: pgmap v114: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-11-03T14:43:29.588 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103639 9.11 MB/sec execute 187 sec latency 202.931 ms 2023-11-03T14:43:29.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:29 smithi087 ceph-mon[111060]: pgmap v114: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-11-03T14:43:30.598 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103921 9.11 MB/sec execute 188 sec latency 130.823 ms 2023-11-03T14:43:31.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:31 smithi084 ceph-mon[108307]: pgmap v115: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-03T14:43:31.598 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104293 9.14 MB/sec execute 189 sec latency 127.139 ms 2023-11-03T14:43:31.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:31 smithi087 ceph-mon[111060]: pgmap v115: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-03T14:43:32.413 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:32 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:32.598 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104715 9.13 MB/sec execute 190 sec latency 126.927 ms 2023-11-03T14:43:32.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:32 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:33.598 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104986 9.11 MB/sec execute 191 sec latency 132.460 ms 2023-11-03T14:43:33.600 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:33 smithi084 ceph-mon[108307]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-11-03T14:43:33.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:33 smithi087 ceph-mon[111060]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-11-03T14:43:34.599 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105339 9.14 MB/sec execute 192 sec latency 124.613 ms 2023-11-03T14:43:35.599 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105679 9.14 MB/sec execute 193 sec latency 139.704 ms 2023-11-03T14:43:35.669 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:35 smithi084 ceph-mon[108307]: pgmap v117: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-11-03T14:43:35.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:35 smithi087 ceph-mon[111060]: pgmap v117: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-11-03T14:43:36.601 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105976 9.13 MB/sec execute 194 sec latency 132.253 ms 2023-11-03T14:43:36.778 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:43:37.467 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:37 smithi084 ceph-mon[108307]: pgmap v118: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-03T14:43:37.468 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:37 smithi084 ceph-mon[108307]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:37.601 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106235 9.11 MB/sec execute 195 sec latency 126.991 ms 2023-11-03T14:43:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:43:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:43:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:43:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (9m) 3m ago 9m 7147k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:43:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:43:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (5m) 3m ago 5m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:43:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (5m) 3m ago 5m 13.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:43:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (10m) 3m ago 10m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:43:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (4m) 3m ago 9m 489M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (10m) 3m ago 10m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (9m) 3m ago 9m 61.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (5m) 3m ago 5m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (5m) 3m ago 5m 82.9M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:43:37.627 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 starting - - - - 2023-11-03T14:43:37.628 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (8m) 3m ago 8m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:43:37.628 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (8m) 3m ago 8m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:43:37.628 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 3m ago 7m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:43:37.628 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 3m ago 7m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:43:37.628 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (7m) 3m ago 7m 457M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:43:37.629 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (7m) 3m ago 7m 472M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:43:37.629 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (6m) 3m ago 6m 454M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:43:37.629 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (6m) 3m ago 6m 752M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:43:37.629 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:43:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:37 smithi087 ceph-mon[111060]: pgmap v118: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-03T14:43:37.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:37 smithi087 ceph-mon[111060]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:38.134 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:43:38.135 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:43:38.135 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:43:38.135 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:38.135 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:43:38.135 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:43:38.136 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:43:38.136 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:38.136 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:43:38.136 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:43:38.136 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:38.137 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:43:38.137 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:43:38.137 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:43:38.137 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:43:38.137 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:43:38.138 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:43:38.138 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:43:38.138 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:43:38.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:38 smithi084 ceph-mon[108307]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:38.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:38 smithi084 ceph-mon[108307]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:38.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:38 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/775214147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:43:38.583 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:43:38.583 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:43:38.584 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:43:38.584 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:43:38.584 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:43:38.584 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:43:38.584 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T14:43:38.585 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-03T14:43:38.585 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:43:38.601 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106449 9.08 MB/sec execute 196 sec latency 132.624 ms 2023-11-03T14:43:38.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:38 smithi087 ceph-mon[111060]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:38.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:38 smithi087 ceph-mon[111060]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:38.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:38 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/775214147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:43:39.108 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-03T14:43:39.536 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:39 smithi084 ceph-mon[108307]: pgmap v119: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 601 op/s 2023-11-03T14:43:39.537 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:39 smithi084 ceph-mon[108307]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:39.537 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:39 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/3409869414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:43:39.601 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106706 9.07 MB/sec execute 197 sec latency 132.196 ms 2023-11-03T14:43:39.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:39 smithi087 ceph-mon[111060]: pgmap v119: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 601 op/s 2023-11-03T14:43:39.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:39 smithi087 ceph-mon[111060]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:43:39.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:39 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/3409869414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:43:40.604 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107012 9.07 MB/sec execute 198 sec latency 122.485 ms 2023-11-03T14:43:41.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:41 smithi084 ceph-mon[108307]: pgmap v120: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-11-03T14:43:41.604 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107356 9.08 MB/sec execute 199 sec latency 132.538 ms 2023-11-03T14:43:41.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:41 smithi087 ceph-mon[111060]: pgmap v120: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-11-03T14:43:42.605 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107555 9.05 MB/sec execute 200 sec latency 149.364 ms 2023-11-03T14:43:43.367 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:43 smithi084 ceph-mon[108307]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2023-11-03T14:43:43.605 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107921 9.07 MB/sec execute 201 sec latency 133.530 ms 2023-11-03T14:43:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:43 smithi087 ceph-mon[111060]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2023-11-03T14:43:44.606 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108207 9.05 MB/sec execute 202 sec latency 126.829 ms 2023-11-03T14:43:45.607 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108540 9.06 MB/sec execute 203 sec latency 149.107 ms 2023-11-03T14:43:45.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:45 smithi084 ceph-mon[108307]: pgmap v122: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 452 op/s 2023-11-03T14:43:45.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:45 smithi087 ceph-mon[111060]: pgmap v122: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 452 op/s 2023-11-03T14:43:46.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108785 9.04 MB/sec execute 204 sec latency 143.799 ms 2023-11-03T14:43:47.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109091 9.05 MB/sec execute 205 sec latency 129.937 ms 2023-11-03T14:43:47.647 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:47 smithi084 ceph-mon[108307]: pgmap v123: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-03T14:43:47.648 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:47 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:47 smithi087 ceph-mon[111060]: pgmap v123: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-03T14:43:47.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:47 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:43:48.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109386 9.05 MB/sec execute 206 sec latency 132.430 ms 2023-11-03T14:43:49.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:49 smithi084 ceph-mon[108307]: pgmap v124: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-03T14:43:49.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109654 9.02 MB/sec execute 207 sec latency 106.700 ms 2023-11-03T14:43:49.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:49 smithi087 ceph-mon[111060]: pgmap v124: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-03T14:43:50.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109899 9.00 MB/sec execute 208 sec latency 124.846 ms 2023-11-03T14:43:51.480 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:51 smithi084 ceph-mon[108307]: pgmap v125: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T14:43:51.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110207 9.00 MB/sec execute 209 sec latency 151.487 ms 2023-11-03T14:43:51.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:51 smithi087 ceph-mon[111060]: pgmap v125: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T14:43:52.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110555 9.00 MB/sec execute 210 sec latency 126.603 ms 2023-11-03T14:43:53.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:53 smithi084 ceph-mon[108307]: pgmap v126: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-03T14:43:53.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110929 9.01 MB/sec execute 211 sec latency 125.003 ms 2023-11-03T14:43:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:53 smithi087 ceph-mon[111060]: pgmap v126: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-03T14:43:54.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111292 9.02 MB/sec execute 212 sec latency 148.297 ms 2023-11-03T14:43:55.381 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:55 smithi084 ceph-mon[108307]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 388 op/s 2023-11-03T14:43:55.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111727 9.03 MB/sec execute 213 sec latency 126.736 ms 2023-11-03T14:43:55.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:55 smithi087 ceph-mon[111060]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 388 op/s 2023-11-03T14:43:56.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112025 9.03 MB/sec execute 214 sec latency 123.557 ms 2023-11-03T14:43:57.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112327 9.03 MB/sec execute 215 sec latency 129.922 ms 2023-11-03T14:43:57.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:57 smithi084 ceph-mon[108307]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-03T14:43:57.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:57 smithi084 ceph-mon[108307]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:43:57.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:57 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:43:57.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:57 smithi084 ceph-mon[108307]: pgmap v129: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-03T14:43:57.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:57 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:43:58.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:57 smithi087 ceph-mon[111060]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-03T14:43:58.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:57 smithi087 ceph-mon[111060]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:43:58.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:57 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:43:58.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:57 smithi087 ceph-mon[111060]: pgmap v129: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-03T14:43:58.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:57 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:43:58.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112668 9.03 MB/sec execute 216 sec latency 127.873 ms 2023-11-03T14:43:58.956 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:58 smithi084 ceph-mon[108307]: Health check failed: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-03T14:43:59.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:58 smithi087 ceph-mon[111060]: Health check failed: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-03T14:43:59.613 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112966 9.03 MB/sec execute 217 sec latency 136.062 ms 2023-11-03T14:43:59.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:59 smithi084 ceph-mon[108307]: pgmap v130: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-11-03T14:43:59.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:59 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:43:59.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:43:59 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:44:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:59 smithi087 ceph-mon[111060]: pgmap v130: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-11-03T14:44:00.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:59 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:44:00.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:43:59 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:44:00.612 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113236 9.02 MB/sec execute 218 sec latency 192.373 ms 2023-11-03T14:44:01.613 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113490 9.00 MB/sec execute 219 sec latency 114.517 ms 2023-11-03T14:44:01.775 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:01 smithi084 ceph-mon[108307]: pgmap v131: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-11-03T14:44:01.776 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:01 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:44:01.776 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:01 smithi087 ceph-mon[111060]: pgmap v131: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-11-03T14:44:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:01 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:44:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:02.613 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113782 8.98 MB/sec execute 220 sec latency 143.609 ms 2023-11-03T14:44:03.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:03 smithi084 ceph-mon[108307]: pgmap v132: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T14:44:03.618 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114069 8.97 MB/sec execute 221 sec latency 124.938 ms 2023-11-03T14:44:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:03 smithi087 ceph-mon[111060]: pgmap v132: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T14:44:04.618 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114455 8.99 MB/sec execute 222 sec latency 123.395 ms 2023-11-03T14:44:05.626 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114749 8.99 MB/sec execute 223 sec latency 123.344 ms 2023-11-03T14:44:05.906 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:05 smithi084 ceph-mon[108307]: pgmap v133: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-03T14:44:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:05 smithi087 ceph-mon[111060]: pgmap v133: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-03T14:44:06.626 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115092 9.00 MB/sec execute 224 sec latency 131.613 ms 2023-11-03T14:44:07.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115429 8.99 MB/sec execute 225 sec latency 133.364 ms 2023-11-03T14:44:07.936 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:07 smithi084 ceph-mon[108307]: pgmap v134: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-03T14:44:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:07 smithi087 ceph-mon[111060]: pgmap v134: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-03T14:44:08.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115741 8.99 MB/sec execute 226 sec latency 138.281 ms 2023-11-03T14:44:09.599 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-03T14:44:09.626 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116124 9.02 MB/sec execute 227 sec latency 144.918 ms 2023-11-03T14:44:09.985 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:09 smithi084 ceph-mon[108307]: pgmap v135: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2023-11-03T14:44:10.110 INFO:teuthology.orchestra.run.smithi084.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed." 2023-11-03T14:44:10.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:09 smithi087 ceph-mon[111060]: pgmap v135: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2023-11-03T14:44:10.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116377 9.00 MB/sec execute 228 sec latency 102.792 ms 2023-11-03T14:44:11.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:10 smithi084 ceph-mon[108307]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:44:11.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:10 smithi087 ceph-mon[111060]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:44:11.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116663 8.98 MB/sec execute 229 sec latency 132.398 ms 2023-11-03T14:44:11.906 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:11 smithi084 ceph-mon[108307]: from='client.24599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:44:11.906 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:11 smithi084 ceph-mon[108307]: pgmap v136: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-03T14:44:12.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:11 smithi087 ceph-mon[111060]: from='client.24599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:44:12.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:11 smithi087 ceph-mon[111060]: pgmap v136: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-03T14:44:12.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117001 8.98 MB/sec execute 230 sec latency 129.243 ms 2023-11-03T14:44:13.278 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:13 smithi084 ceph-mon[108307]: pgmap v137: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 564 op/s 2023-11-03T14:44:13.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117385 8.96 MB/sec execute 231 sec latency 129.688 ms 2023-11-03T14:44:13.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:13 smithi087 ceph-mon[111060]: pgmap v137: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 564 op/s 2023-11-03T14:44:14.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117676 8.96 MB/sec execute 232 sec latency 161.852 ms 2023-11-03T14:44:15.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118053 8.99 MB/sec execute 233 sec latency 125.075 ms 2023-11-03T14:44:15.849 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:15 smithi084 ceph-mon[108307]: pgmap v138: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-03T14:44:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:15 smithi087 ceph-mon[111060]: pgmap v138: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-03T14:44:16.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118423 9.01 MB/sec execute 234 sec latency 124.695 ms 2023-11-03T14:44:16.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:17.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118751 9.00 MB/sec execute 235 sec latency 124.140 ms 2023-11-03T14:44:17.890 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:17 smithi084 ceph-mon[108307]: pgmap v139: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-03T14:44:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:17 smithi087 ceph-mon[111060]: pgmap v139: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-03T14:44:18.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118961 8.98 MB/sec execute 236 sec latency 130.094 ms 2023-11-03T14:44:19.627 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119243 8.97 MB/sec execute 237 sec latency 141.386 ms 2023-11-03T14:44:19.939 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:19 smithi084 ceph-mon[108307]: pgmap v140: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.2 MiB/s wr, 593 op/s 2023-11-03T14:44:20.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:19 smithi087 ceph-mon[111060]: pgmap v140: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.2 MiB/s wr, 593 op/s 2023-11-03T14:44:20.631 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119565 8.97 MB/sec execute 238 sec latency 126.100 ms 2023-11-03T14:44:21.632 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119880 8.98 MB/sec execute 239 sec latency 133.069 ms 2023-11-03T14:44:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:21 smithi084 ceph-mon[108307]: pgmap v141: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-03T14:44:22.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:21 smithi087 ceph-mon[111060]: pgmap v141: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-03T14:44:22.637 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120222 8.98 MB/sec execute 240 sec latency 123.883 ms 2023-11-03T14:44:23.318 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:23 smithi084 ceph-mon[108307]: pgmap v142: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 585 op/s 2023-11-03T14:44:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:23 smithi087 ceph-mon[111060]: pgmap v142: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 585 op/s 2023-11-03T14:44:23.643 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120547 8.97 MB/sec execute 241 sec latency 129.595 ms 2023-11-03T14:44:24.643 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120858 8.95 MB/sec execute 242 sec latency 138.292 ms 2023-11-03T14:44:25.643 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121180 8.96 MB/sec execute 243 sec latency 133.371 ms 2023-11-03T14:44:25.883 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:25 smithi084 ceph-mon[108307]: pgmap v143: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-11-03T14:44:26.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:25 smithi087 ceph-mon[111060]: pgmap v143: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-11-03T14:44:26.644 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121472 8.95 MB/sec execute 244 sec latency 146.058 ms 2023-11-03T14:44:27.645 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121810 8.97 MB/sec execute 245 sec latency 138.940 ms 2023-11-03T14:44:27.922 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:27 smithi084 ceph-mon[108307]: pgmap v144: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-11-03T14:44:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:27 smithi087 ceph-mon[111060]: pgmap v144: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-11-03T14:44:28.645 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122128 8.98 MB/sec execute 246 sec latency 137.613 ms 2023-11-03T14:44:29.645 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122354 8.96 MB/sec execute 247 sec latency 142.610 ms 2023-11-03T14:44:29.961 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:29 smithi084 ceph-mon[108307]: pgmap v145: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-11-03T14:44:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:29 smithi087 ceph-mon[111060]: pgmap v145: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-11-03T14:44:30.645 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122568 8.93 MB/sec execute 248 sec latency 104.249 ms 2023-11-03T14:44:31.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122787 8.92 MB/sec execute 249 sec latency 123.291 ms 2023-11-03T14:44:32.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:31 smithi084 ceph-mon[108307]: pgmap v146: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-11-03T14:44:32.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:32.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:31 smithi087 ceph-mon[111060]: pgmap v146: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-11-03T14:44:32.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:32.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123035 8.91 MB/sec execute 250 sec latency 123.387 ms 2023-11-03T14:44:33.294 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:33 smithi084 ceph-mon[108307]: pgmap v147: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-11-03T14:44:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:33 smithi087 ceph-mon[111060]: pgmap v147: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-11-03T14:44:33.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123336 8.91 MB/sec execute 251 sec latency 182.703 ms 2023-11-03T14:44:34.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123636 8.91 MB/sec execute 252 sec latency 143.720 ms 2023-11-03T14:44:35.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123958 8.91 MB/sec execute 253 sec latency 143.046 ms 2023-11-03T14:44:35.884 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:35 smithi084 ceph-mon[108307]: pgmap v148: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-03T14:44:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:35 smithi087 ceph-mon[111060]: pgmap v148: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-03T14:44:36.646 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124267 8.89 MB/sec execute 254 sec latency 129.696 ms 2023-11-03T14:44:37.647 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124524 8.87 MB/sec execute 255 sec latency 127.633 ms 2023-11-03T14:44:37.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:37 smithi084 ceph-mon[108307]: pgmap v149: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-03T14:44:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:37 smithi087 ceph-mon[111060]: pgmap v149: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-03T14:44:38.648 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124876 8.90 MB/sec execute 256 sec latency 126.562 ms 2023-11-03T14:44:39.651 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125246 8.90 MB/sec execute 257 sec latency 129.805 ms 2023-11-03T14:44:39.986 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:39 smithi084 ceph-mon[108307]: pgmap v150: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-11-03T14:44:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:39 smithi087 ceph-mon[111060]: pgmap v150: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-11-03T14:44:40.648 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125559 8.92 MB/sec execute 258 sec latency 123.659 ms 2023-11-03T14:44:41.648 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125806 8.91 MB/sec execute 259 sec latency 137.115 ms 2023-11-03T14:44:42.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:41 smithi084 ceph-mon[108307]: pgmap v151: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 333 op/s 2023-11-03T14:44:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:41 smithi087 ceph-mon[111060]: pgmap v151: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 333 op/s 2023-11-03T14:44:42.648 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126049 8.88 MB/sec execute 260 sec latency 106.872 ms 2023-11-03T14:44:43.425 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:43 smithi084 ceph-mon[108307]: pgmap v152: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-03T14:44:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:43 smithi087 ceph-mon[111060]: pgmap v152: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-03T14:44:43.653 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126305 8.86 MB/sec execute 261 sec latency 129.895 ms 2023-11-03T14:44:44.653 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126547 8.86 MB/sec execute 262 sec latency 123.559 ms 2023-11-03T14:44:45.653 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126846 8.87 MB/sec execute 263 sec latency 126.594 ms 2023-11-03T14:44:45.979 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:45 smithi084 ceph-mon[108307]: pgmap v153: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T14:44:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:45 smithi087 ceph-mon[111060]: pgmap v153: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T14:44:46.654 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127127 8.87 MB/sec execute 264 sec latency 122.860 ms 2023-11-03T14:44:46.927 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:44:47.653 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127433 8.86 MB/sec execute 265 sec latency 168.014 ms 2023-11-03T14:44:48.039 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:47 smithi084 ceph-mon[108307]: pgmap v154: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T14:44:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:47 smithi087 ceph-mon[111060]: pgmap v154: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T14:44:48.657 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127745 8.85 MB/sec execute 266 sec latency 124.975 ms 2023-11-03T14:44:49.657 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127979 8.83 MB/sec execute 267 sec latency 135.216 ms 2023-11-03T14:44:50.074 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:49 smithi084 ceph-mon[108307]: pgmap v155: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-03T14:44:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:49 smithi087 ceph-mon[111060]: pgmap v155: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-03T14:44:50.657 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128219 8.83 MB/sec execute 268 sec latency 127.009 ms 2023-11-03T14:44:51.657 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128562 8.84 MB/sec execute 269 sec latency 153.812 ms 2023-11-03T14:44:51.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:51 smithi084 ceph-mon[108307]: pgmap v156: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-03T14:44:52.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:51 smithi087 ceph-mon[111060]: pgmap v156: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-03T14:44:52.657 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128861 8.85 MB/sec execute 270 sec latency 198.404 ms 2023-11-03T14:44:53.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:53 smithi084 ceph-mon[108307]: pgmap v157: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-03T14:44:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:53 smithi087 ceph-mon[111060]: pgmap v157: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-03T14:44:53.665 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129116 8.84 MB/sec execute 271 sec latency 135.322 ms 2023-11-03T14:44:54.665 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129350 8.83 MB/sec execute 272 sec latency 139.409 ms 2023-11-03T14:44:55.665 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129603 8.81 MB/sec execute 273 sec latency 137.260 ms 2023-11-03T14:44:55.805 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:55 smithi084 ceph-mon[108307]: pgmap v158: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T14:44:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:55 smithi087 ceph-mon[111060]: pgmap v158: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T14:44:56.665 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129860 8.79 MB/sec execute 274 sec latency 128.834 ms 2023-11-03T14:44:57.665 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130071 8.77 MB/sec execute 275 sec latency 135.308 ms 2023-11-03T14:44:57.846 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:57 smithi084 ceph-mon[108307]: pgmap v159: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T14:44:58.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:57 smithi087 ceph-mon[111060]: pgmap v159: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T14:44:58.673 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130416 8.79 MB/sec execute 276 sec latency 201.990 ms 2023-11-03T14:44:59.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130758 8.80 MB/sec execute 277 sec latency 126.503 ms 2023-11-03T14:44:59.892 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:44:59 smithi084 ceph-mon[108307]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-03T14:45:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:44:59 smithi087 ceph-mon[111060]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-03T14:45:00.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131127 8.79 MB/sec execute 278 sec latency 102.408 ms 2023-11-03T14:45:01.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131368 8.78 MB/sec execute 279 sec latency 144.712 ms 2023-11-03T14:45:01.907 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:01 smithi084 ceph-mon[108307]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-11-03T14:45:01.908 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:01 smithi087 ceph-mon[111060]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-11-03T14:45:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:02.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131590 8.78 MB/sec execute 280 sec latency 131.070 ms 2023-11-03T14:45:03.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:03 smithi084 ceph-mon[108307]: pgmap v162: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-11-03T14:45:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:03 smithi087 ceph-mon[111060]: pgmap v162: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-11-03T14:45:03.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131861 8.78 MB/sec execute 281 sec latency 148.044 ms 2023-11-03T14:45:04.677 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132154 8.78 MB/sec execute 282 sec latency 136.705 ms 2023-11-03T14:45:05.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132418 8.78 MB/sec execute 283 sec latency 123.002 ms 2023-11-03T14:45:05.807 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:05 smithi084 ceph-mon[108307]: pgmap v163: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-03T14:45:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:05 smithi087 ceph-mon[111060]: pgmap v163: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-03T14:45:06.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132670 8.78 MB/sec execute 284 sec latency 144.153 ms 2023-11-03T14:45:07.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132919 8.77 MB/sec execute 285 sec latency 124.343 ms 2023-11-03T14:45:07.860 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:07 smithi084 ceph-mon[108307]: pgmap v164: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-03T14:45:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:07 smithi087 ceph-mon[111060]: pgmap v164: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-03T14:45:08.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133180 8.74 MB/sec execute 286 sec latency 127.712 ms 2023-11-03T14:45:09.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133543 8.74 MB/sec execute 287 sec latency 125.779 ms 2023-11-03T14:45:09.905 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:09 smithi084 ceph-mon[108307]: pgmap v165: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-03T14:45:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:09 smithi087 ceph-mon[111060]: pgmap v165: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-03T14:45:10.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133866 8.74 MB/sec execute 288 sec latency 120.619 ms 2023-11-03T14:45:11.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 134280 8.76 MB/sec execute 289 sec latency 127.808 ms 2023-11-03T14:45:11.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:11 smithi084 ceph-mon[108307]: pgmap v166: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-03T14:45:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:11 smithi087 ceph-mon[111060]: pgmap v166: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-03T14:45:12.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 134685 8.76 MB/sec execute 290 sec latency 124.039 ms 2023-11-03T14:45:13.471 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:13 smithi084 ceph-mon[108307]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-03T14:45:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:13 smithi087 ceph-mon[111060]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-03T14:45:13.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 135032 8.76 MB/sec execute 291 sec latency 130.310 ms 2023-11-03T14:45:14.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 135415 8.77 MB/sec execute 292 sec latency 130.009 ms 2023-11-03T14:45:15.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 135749 8.78 MB/sec execute 293 sec latency 124.254 ms 2023-11-03T14:45:16.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:15 smithi084 ceph-mon[108307]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:45:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:15 smithi087 ceph-mon[111060]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:45:16.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136058 8.79 MB/sec execute 294 sec latency 129.899 ms 2023-11-03T14:45:17.045 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:17.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136458 8.79 MB/sec execute 295 sec latency 129.635 ms 2023-11-03T14:45:17.799 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:17 smithi084 ceph-mon[108307]: pgmap v169: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:45:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:17 smithi087 ceph-mon[111060]: pgmap v169: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:45:18.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136818 8.78 MB/sec execute 296 sec latency 105.432 ms 2023-11-03T14:45:19.682 INFO:teuthology.orchestra.run.smithi084.stdout: 5 137127 8.76 MB/sec execute 297 sec latency 126.657 ms 2023-11-03T14:45:19.825 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:19 smithi084 ceph-mon[108307]: pgmap v170: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-03T14:45:20.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:19 smithi087 ceph-mon[111060]: pgmap v170: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-03T14:45:20.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 137553 8.79 MB/sec execute 298 sec latency 129.565 ms 2023-11-03T14:45:21.681 INFO:teuthology.orchestra.run.smithi084.stdout: 5 137915 8.78 MB/sec execute 299 sec latency 129.392 ms 2023-11-03T14:45:21.880 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:21 smithi084 ceph-mon[108307]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-03T14:45:22.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:21 smithi087 ceph-mon[111060]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-03T14:45:22.689 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138264 8.80 MB/sec execute 300 sec latency 132.545 ms 2023-11-03T14:45:23.422 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:23 smithi084 ceph-mon[108307]: pgmap v172: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 637 op/s 2023-11-03T14:45:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:23 smithi087 ceph-mon[111060]: pgmap v172: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 637 op/s 2023-11-03T14:45:23.699 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138560 8.79 MB/sec execute 301 sec latency 124.951 ms 2023-11-03T14:45:24.699 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138901 8.79 MB/sec execute 302 sec latency 129.830 ms 2023-11-03T14:45:25.699 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139219 8.79 MB/sec execute 303 sec latency 135.103 ms 2023-11-03T14:45:25.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:25 smithi084 ceph-mon[108307]: pgmap v173: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T14:45:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:25 smithi087 ceph-mon[111060]: pgmap v173: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T14:45:26.699 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139538 8.80 MB/sec execute 304 sec latency 123.807 ms 2023-11-03T14:45:27.699 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139812 8.80 MB/sec execute 305 sec latency 109.681 ms 2023-11-03T14:45:28.037 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:27 smithi084 ceph-mon[108307]: pgmap v174: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T14:45:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:27 smithi087 ceph-mon[111060]: pgmap v174: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T14:45:28.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140070 8.79 MB/sec execute 306 sec latency 129.773 ms 2023-11-03T14:45:29.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140396 8.77 MB/sec execute 307 sec latency 120.597 ms 2023-11-03T14:45:30.089 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:29 smithi084 ceph-mon[108307]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 623 op/s 2023-11-03T14:45:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:29 smithi087 ceph-mon[111060]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 623 op/s 2023-11-03T14:45:30.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140688 8.77 MB/sec execute 308 sec latency 135.322 ms 2023-11-03T14:45:31.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141079 8.78 MB/sec execute 309 sec latency 124.120 ms 2023-11-03T14:45:31.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:31 smithi084 ceph-mon[108307]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-11-03T14:45:31.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:32.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:31 smithi087 ceph-mon[111060]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-11-03T14:45:32.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:32.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141420 8.78 MB/sec execute 310 sec latency 124.048 ms 2023-11-03T14:45:33.410 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:33 smithi084 ceph-mon[108307]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T14:45:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:33 smithi087 ceph-mon[111060]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T14:45:33.701 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141657 8.77 MB/sec execute 311 sec latency 141.454 ms 2023-11-03T14:45:34.710 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141915 8.77 MB/sec execute 312 sec latency 182.889 ms 2023-11-03T14:45:35.716 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142132 8.76 MB/sec execute 313 sec latency 137.320 ms 2023-11-03T14:45:35.969 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:35 smithi084 ceph-mon[108307]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-03T14:45:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:35 smithi087 ceph-mon[111060]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-03T14:45:36.716 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142457 8.76 MB/sec execute 314 sec latency 129.876 ms 2023-11-03T14:45:37.716 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142861 8.78 MB/sec execute 315 sec latency 124.292 ms 2023-11-03T14:45:38.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:37 smithi084 ceph-mon[108307]: pgmap v179: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-03T14:45:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:37 smithi087 ceph-mon[111060]: pgmap v179: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-03T14:45:38.721 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143131 8.77 MB/sec execute 316 sec latency 123.604 ms 2023-11-03T14:45:39.721 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143435 8.77 MB/sec execute 317 sec latency 155.677 ms 2023-11-03T14:45:40.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:39 smithi084 ceph-mon[108307]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 546 op/s 2023-11-03T14:45:40.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:39 smithi087 ceph-mon[111060]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 546 op/s 2023-11-03T14:45:40.721 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143782 8.76 MB/sec execute 318 sec latency 140.921 ms 2023-11-03T14:45:41.723 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144021 8.75 MB/sec execute 319 sec latency 130.563 ms 2023-11-03T14:45:42.054 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:41 smithi084 ceph-mon[108307]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-03T14:45:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:41 smithi087 ceph-mon[111060]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-03T14:45:42.723 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144355 8.76 MB/sec execute 320 sec latency 120.784 ms 2023-11-03T14:45:43.316 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:43 smithi084 ceph-mon[108307]: pgmap v182: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-11-03T14:45:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:43 smithi087 ceph-mon[111060]: pgmap v182: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-11-03T14:45:43.726 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144594 8.75 MB/sec execute 321 sec latency 133.200 ms 2023-11-03T14:45:44.726 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144829 8.74 MB/sec execute 322 sec latency 143.182 ms 2023-11-03T14:45:45.729 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145144 8.74 MB/sec execute 323 sec latency 129.829 ms 2023-11-03T14:45:45.905 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:45 smithi084 ceph-mon[108307]: pgmap v183: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:45:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:45 smithi087 ceph-mon[111060]: pgmap v183: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:45:46.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145351 8.73 MB/sec execute 324 sec latency 118.277 ms 2023-11-03T14:45:46.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:45:47.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145620 8.73 MB/sec execute 325 sec latency 149.185 ms 2023-11-03T14:45:47.962 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:47 smithi084 ceph-mon[108307]: pgmap v184: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:45:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:47 smithi087 ceph-mon[111060]: pgmap v184: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:45:48.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145922 8.73 MB/sec execute 326 sec latency 128.206 ms 2023-11-03T14:45:49.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146169 8.72 MB/sec execute 327 sec latency 124.866 ms 2023-11-03T14:45:50.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:49 smithi084 ceph-mon[108307]: pgmap v185: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-03T14:45:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:49 smithi087 ceph-mon[111060]: pgmap v185: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-03T14:45:50.729 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146419 8.73 MB/sec execute 328 sec latency 129.772 ms 2023-11-03T14:45:51.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146632 8.72 MB/sec execute 329 sec latency 140.970 ms 2023-11-03T14:45:52.073 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:51 smithi084 ceph-mon[108307]: pgmap v186: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:45:52.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:51 smithi087 ceph-mon[111060]: pgmap v186: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:45:52.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146994 8.72 MB/sec execute 330 sec latency 123.948 ms 2023-11-03T14:45:53.345 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:53 smithi084 ceph-mon[108307]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-11-03T14:45:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:53 smithi087 ceph-mon[111060]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-11-03T14:45:53.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147313 8.71 MB/sec execute 331 sec latency 120.910 ms 2023-11-03T14:45:54.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147559 8.69 MB/sec execute 332 sec latency 142.827 ms 2023-11-03T14:45:55.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147977 8.71 MB/sec execute 333 sec latency 129.861 ms 2023-11-03T14:45:55.905 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:55 smithi084 ceph-mon[108307]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-11-03T14:45:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:55 smithi087 ceph-mon[111060]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-11-03T14:45:56.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 148372 8.72 MB/sec execute 334 sec latency 137.674 ms 2023-11-03T14:45:57.737 INFO:teuthology.orchestra.run.smithi084.stdout: 5 148763 8.72 MB/sec execute 335 sec latency 108.119 ms 2023-11-03T14:45:57.927 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:57 smithi084 ceph-mon[108307]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-11-03T14:45:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:57 smithi087 ceph-mon[111060]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-11-03T14:45:58.736 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149115 8.71 MB/sec execute 336 sec latency 129.912 ms 2023-11-03T14:45:59.736 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149408 8.72 MB/sec execute 337 sec latency 141.661 ms 2023-11-03T14:45:59.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:45:59 smithi084 ceph-mon[108307]: pgmap v190: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T14:46:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:45:59 smithi087 ceph-mon[111060]: pgmap v190: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T14:46:00.737 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149664 8.71 MB/sec execute 338 sec latency 130.001 ms 2023-11-03T14:46:01.737 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150001 8.72 MB/sec execute 339 sec latency 126.915 ms 2023-11-03T14:46:01.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:01 smithi084 ceph-mon[108307]: pgmap v191: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-11-03T14:46:01.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:01 smithi087 ceph-mon[111060]: pgmap v191: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-11-03T14:46:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:02.737 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150334 8.73 MB/sec execute 340 sec latency 135.633 ms 2023-11-03T14:46:03.542 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:03 smithi084 ceph-mon[108307]: pgmap v192: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-11-03T14:46:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:03 smithi087 ceph-mon[111060]: pgmap v192: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-11-03T14:46:03.738 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150646 8.73 MB/sec execute 341 sec latency 129.442 ms 2023-11-03T14:46:04.744 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150962 8.71 MB/sec execute 342 sec latency 127.090 ms 2023-11-03T14:46:05.744 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151238 8.70 MB/sec execute 343 sec latency 123.817 ms 2023-11-03T14:46:05.855 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:05 smithi084 ceph-mon[108307]: pgmap v193: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-03T14:46:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:05 smithi087 ceph-mon[111060]: pgmap v193: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-03T14:46:06.744 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151403 8.69 MB/sec execute 344 sec latency 138.929 ms 2023-11-03T14:46:07.747 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151674 8.70 MB/sec execute 345 sec latency 130.304 ms 2023-11-03T14:46:07.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:07 smithi084 ceph-mon[108307]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-03T14:46:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:07 smithi087 ceph-mon[111060]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-03T14:46:08.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151928 8.70 MB/sec execute 346 sec latency 114.771 ms 2023-11-03T14:46:09.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152174 8.68 MB/sec execute 347 sec latency 111.973 ms 2023-11-03T14:46:09.973 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:09 smithi084 ceph-mon[108307]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-03T14:46:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:09 smithi087 ceph-mon[111060]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-03T14:46:10.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152470 8.67 MB/sec execute 348 sec latency 129.426 ms 2023-11-03T14:46:11.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152765 8.67 MB/sec execute 349 sec latency 201.558 ms 2023-11-03T14:46:12.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:11 smithi084 ceph-mon[108307]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-11-03T14:46:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:11 smithi087 ceph-mon[111060]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-11-03T14:46:12.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153073 8.68 MB/sec execute 350 sec latency 124.031 ms 2023-11-03T14:46:13.298 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:13 smithi084 ceph-mon[108307]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-03T14:46:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:13 smithi087 ceph-mon[111060]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-03T14:46:13.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153392 8.68 MB/sec execute 351 sec latency 132.486 ms 2023-11-03T14:46:14.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153763 8.69 MB/sec execute 352 sec latency 129.714 ms 2023-11-03T14:46:15.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154011 8.68 MB/sec execute 353 sec latency 141.375 ms 2023-11-03T14:46:15.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:15 smithi084 ceph-mon[108307]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:46:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:15 smithi087 ceph-mon[111060]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:46:16.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154335 8.68 MB/sec execute 354 sec latency 126.836 ms 2023-11-03T14:46:16.867 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:17.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154615 8.67 MB/sec execute 355 sec latency 201.512 ms 2023-11-03T14:46:17.891 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:17 smithi084 ceph-mon[108307]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:46:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:17 smithi087 ceph-mon[111060]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-11-03T14:46:18.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154924 8.67 MB/sec execute 356 sec latency 125.733 ms 2023-11-03T14:46:19.754 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155227 8.67 MB/sec execute 357 sec latency 137.698 ms 2023-11-03T14:46:19.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:19 smithi084 ceph-mon[108307]: pgmap v200: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-03T14:46:20.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:19 smithi087 ceph-mon[111060]: pgmap v200: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-03T14:46:20.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155499 8.67 MB/sec execute 358 sec latency 137.856 ms 2023-11-03T14:46:21.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155861 8.67 MB/sec execute 359 sec latency 137.085 ms 2023-11-03T14:46:21.984 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:21 smithi084 ceph-mon[108307]: pgmap v201: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-03T14:46:22.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:21 smithi087 ceph-mon[111060]: pgmap v201: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-03T14:46:22.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156173 8.66 MB/sec execute 360 sec latency 129.723 ms 2023-11-03T14:46:23.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:23 smithi084 ceph-mon[108307]: pgmap v202: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-03T14:46:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:23 smithi087 ceph-mon[111060]: pgmap v202: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-03T14:46:23.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156450 8.66 MB/sec execute 361 sec latency 155.468 ms 2023-11-03T14:46:24.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156673 8.66 MB/sec execute 362 sec latency 147.066 ms 2023-11-03T14:46:25.750 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156971 8.67 MB/sec execute 363 sec latency 126.209 ms 2023-11-03T14:46:25.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:25 smithi084 ceph-mon[108307]: pgmap v203: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:46:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:25 smithi087 ceph-mon[111060]: pgmap v203: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:46:26.759 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157322 8.67 MB/sec execute 364 sec latency 141.447 ms 2023-11-03T14:46:27.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157568 8.66 MB/sec execute 365 sec latency 130.311 ms 2023-11-03T14:46:27.904 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:27 smithi084 ceph-mon[108307]: pgmap v204: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:46:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:27 smithi087 ceph-mon[111060]: pgmap v204: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:46:28.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157786 8.65 MB/sec execute 366 sec latency 129.188 ms 2023-11-03T14:46:29.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158083 8.65 MB/sec execute 367 sec latency 134.571 ms 2023-11-03T14:46:29.933 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:29 smithi084 ceph-mon[108307]: pgmap v205: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 533 op/s 2023-11-03T14:46:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:29 smithi087 ceph-mon[111060]: pgmap v205: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 533 op/s 2023-11-03T14:46:30.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158385 8.64 MB/sec execute 368 sec latency 137.653 ms 2023-11-03T14:46:31.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158701 8.64 MB/sec execute 369 sec latency 140.095 ms 2023-11-03T14:46:31.972 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:31 smithi084 ceph-mon[108307]: pgmap v206: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-11-03T14:46:31.972 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:32.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:31 smithi087 ceph-mon[111060]: pgmap v206: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-11-03T14:46:32.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:32.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158964 8.64 MB/sec execute 370 sec latency 134.382 ms 2023-11-03T14:46:33.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:33 smithi084 ceph-mon[108307]: pgmap v207: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-03T14:46:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:33 smithi087 ceph-mon[111060]: pgmap v207: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-03T14:46:33.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159251 8.64 MB/sec execute 371 sec latency 126.771 ms 2023-11-03T14:46:34.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159654 8.64 MB/sec execute 372 sec latency 123.275 ms 2023-11-03T14:46:35.759 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159981 8.64 MB/sec execute 373 sec latency 130.991 ms 2023-11-03T14:46:36.051 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:35 smithi084 ceph-mon[108307]: pgmap v208: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T14:46:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:35 smithi087 ceph-mon[111060]: pgmap v208: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T14:46:36.758 INFO:teuthology.orchestra.run.smithi084.stdout: 5 160274 8.64 MB/sec execute 374 sec latency 128.717 ms 2023-11-03T14:46:37.768 INFO:teuthology.orchestra.run.smithi084.stdout: 5 160636 8.66 MB/sec execute 375 sec latency 154.880 ms 2023-11-03T14:46:37.855 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:37 smithi084 ceph-mon[108307]: pgmap v209: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T14:46:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:37 smithi087 ceph-mon[111060]: pgmap v209: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T14:46:38.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161021 8.65 MB/sec execute 376 sec latency 89.132 ms 2023-11-03T14:46:39.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161272 8.65 MB/sec execute 377 sec latency 126.844 ms 2023-11-03T14:46:39.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:39 smithi084 ceph-mon[108307]: pgmap v210: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 540 op/s 2023-11-03T14:46:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:39 smithi087 ceph-mon[111060]: pgmap v210: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 540 op/s 2023-11-03T14:46:40.782 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161502 8.64 MB/sec execute 378 sec latency 210.125 ms 2023-11-03T14:46:41.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161710 8.63 MB/sec execute 379 sec latency 143.737 ms 2023-11-03T14:46:41.991 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:41 smithi084 ceph-mon[108307]: pgmap v211: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T14:46:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:41 smithi087 ceph-mon[111060]: pgmap v211: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T14:46:42.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161988 8.63 MB/sec execute 380 sec latency 125.585 ms 2023-11-03T14:46:43.552 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:43 smithi084 ceph-mon[108307]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T14:46:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:43 smithi087 ceph-mon[111060]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T14:46:43.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162226 8.62 MB/sec execute 381 sec latency 138.295 ms 2023-11-03T14:46:44.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162478 8.61 MB/sec execute 382 sec latency 125.313 ms 2023-11-03T14:46:45.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162754 8.61 MB/sec execute 383 sec latency 136.363 ms 2023-11-03T14:46:45.853 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:45 smithi084 ceph-mon[108307]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-11-03T14:46:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:45 smithi087 ceph-mon[111060]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-11-03T14:46:46.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163007 8.60 MB/sec execute 384 sec latency 112.024 ms 2023-11-03T14:46:47.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:46:47.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163299 8.61 MB/sec execute 385 sec latency 129.144 ms 2023-11-03T14:46:48.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:47 smithi084 ceph-mon[108307]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-11-03T14:46:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:47 smithi087 ceph-mon[111060]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-11-03T14:46:48.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163513 8.60 MB/sec execute 386 sec latency 172.356 ms 2023-11-03T14:46:49.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163788 8.61 MB/sec execute 387 sec latency 133.029 ms 2023-11-03T14:46:50.066 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:49 smithi084 ceph-mon[108307]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-11-03T14:46:50.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:49 smithi087 ceph-mon[111060]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-11-03T14:46:50.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164025 8.59 MB/sec execute 388 sec latency 123.709 ms 2023-11-03T14:46:51.778 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164286 8.59 MB/sec execute 389 sec latency 118.247 ms 2023-11-03T14:46:51.878 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:51 smithi084 ceph-mon[108307]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-11-03T14:46:52.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:51 smithi087 ceph-mon[111060]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-11-03T14:46:52.780 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164426 8.57 MB/sec execute 390 sec latency 147.395 ms 2023-11-03T14:46:53.442 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:53 smithi084 ceph-mon[108307]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-11-03T14:46:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:53 smithi087 ceph-mon[111060]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-11-03T14:46:53.780 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164631 8.56 MB/sec execute 391 sec latency 134.615 ms 2023-11-03T14:46:54.786 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164839 8.56 MB/sec execute 392 sec latency 187.502 ms 2023-11-03T14:46:55.786 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165074 8.55 MB/sec execute 393 sec latency 200.399 ms 2023-11-03T14:46:56.039 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:55 smithi084 ceph-mon[108307]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-03T14:46:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:55 smithi087 ceph-mon[111060]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-03T14:46:56.786 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165270 8.55 MB/sec execute 394 sec latency 198.790 ms 2023-11-03T14:46:57.786 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165472 8.54 MB/sec execute 395 sec latency 181.982 ms 2023-11-03T14:46:57.856 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:57 smithi084 ceph-mon[108307]: pgmap v219: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-11-03T14:46:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:57 smithi087 ceph-mon[111060]: pgmap v219: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-11-03T14:46:58.786 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165668 8.53 MB/sec execute 396 sec latency 201.521 ms 2023-11-03T14:46:59.789 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165887 8.52 MB/sec execute 397 sec latency 150.187 ms 2023-11-03T14:46:59.909 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:46:59 smithi084 ceph-mon[108307]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-03T14:47:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:46:59 smithi087 ceph-mon[111060]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-03T14:47:00.789 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166122 8.51 MB/sec execute 398 sec latency 123.364 ms 2023-11-03T14:47:01.797 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166313 8.50 MB/sec execute 399 sec latency 132.025 ms 2023-11-03T14:47:01.979 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:01 smithi084 ceph-mon[108307]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-11-03T14:47:01.979 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:01 smithi087 ceph-mon[111060]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-11-03T14:47:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:02.799 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166523 8.49 MB/sec execute 400 sec latency 139.620 ms 2023-11-03T14:47:03.537 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:03 smithi084 ceph-mon[108307]: pgmap v222: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.0 MiB/s wr, 403 op/s 2023-11-03T14:47:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:03 smithi087 ceph-mon[111060]: pgmap v222: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.0 MiB/s wr, 403 op/s 2023-11-03T14:47:03.799 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166746 8.48 MB/sec execute 401 sec latency 151.892 ms 2023-11-03T14:47:04.799 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167086 8.49 MB/sec execute 402 sec latency 123.898 ms 2023-11-03T14:47:05.801 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167405 8.49 MB/sec execute 403 sec latency 122.802 ms 2023-11-03T14:47:05.841 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:05 smithi084 ceph-mon[108307]: pgmap v223: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-11-03T14:47:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:05 smithi087 ceph-mon[111060]: pgmap v223: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-11-03T14:47:06.803 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167689 8.49 MB/sec execute 404 sec latency 134.785 ms 2023-11-03T14:47:07.803 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167960 8.49 MB/sec execute 405 sec latency 143.523 ms 2023-11-03T14:47:07.885 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:07 smithi084 ceph-mon[108307]: pgmap v224: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-11-03T14:47:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:07 smithi087 ceph-mon[111060]: pgmap v224: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-11-03T14:47:08.803 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168244 8.50 MB/sec execute 406 sec latency 135.401 ms 2023-11-03T14:47:09.803 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168461 8.49 MB/sec execute 407 sec latency 123.730 ms 2023-11-03T14:47:09.960 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:09 smithi084 ceph-mon[108307]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-03T14:47:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:09 smithi087 ceph-mon[111060]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-03T14:47:10.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168683 8.49 MB/sec execute 408 sec latency 129.467 ms 2023-11-03T14:47:11.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168860 8.48 MB/sec execute 409 sec latency 125.837 ms 2023-11-03T14:47:12.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:11 smithi084 ceph-mon[108307]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-03T14:47:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:11 smithi087 ceph-mon[111060]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-03T14:47:12.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169068 8.46 MB/sec execute 410 sec latency 137.897 ms 2023-11-03T14:47:13.316 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:13 smithi084 ceph-mon[108307]: pgmap v227: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-03T14:47:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:13 smithi087 ceph-mon[111060]: pgmap v227: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-03T14:47:13.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169330 8.46 MB/sec execute 411 sec latency 123.971 ms 2023-11-03T14:47:14.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169561 8.44 MB/sec execute 412 sec latency 126.878 ms 2023-11-03T14:47:15.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169814 8.44 MB/sec execute 413 sec latency 129.994 ms 2023-11-03T14:47:15.942 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:15 smithi084 ceph-mon[108307]: pgmap v228: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 305 op/s 2023-11-03T14:47:16.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:15 smithi087 ceph-mon[111060]: pgmap v228: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 305 op/s 2023-11-03T14:47:16.807 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170087 8.44 MB/sec execute 414 sec latency 158.087 ms 2023-11-03T14:47:16.972 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:17.816 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170465 8.44 MB/sec execute 415 sec latency 118.049 ms 2023-11-03T14:47:17.982 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:17 smithi084 ceph-mon[108307]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 305 op/s 2023-11-03T14:47:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:17 smithi087 ceph-mon[111060]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 305 op/s 2023-11-03T14:47:18.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170890 8.44 MB/sec execute 416 sec latency 209.122 ms 2023-11-03T14:47:19.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171193 8.45 MB/sec execute 417 sec latency 121.039 ms 2023-11-03T14:47:20.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:19 smithi084 ceph-mon[108307]: pgmap v230: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-11-03T14:47:20.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:19 smithi087 ceph-mon[111060]: pgmap v230: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-11-03T14:47:20.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171496 8.46 MB/sec execute 418 sec latency 136.653 ms 2023-11-03T14:47:21.826 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171802 8.45 MB/sec execute 419 sec latency 132.150 ms 2023-11-03T14:47:22.052 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:21 smithi084 ceph-mon[108307]: pgmap v231: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 306 op/s 2023-11-03T14:47:22.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:21 smithi087 ceph-mon[111060]: pgmap v231: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 306 op/s 2023-11-03T14:47:22.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172113 8.47 MB/sec execute 420 sec latency 87.185 ms 2023-11-03T14:47:23.361 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:23 smithi084 ceph-mon[108307]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-03T14:47:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:23 smithi087 ceph-mon[111060]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-03T14:47:23.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172316 8.46 MB/sec execute 421 sec latency 144.848 ms 2023-11-03T14:47:24.832 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172572 8.45 MB/sec execute 422 sec latency 129.790 ms 2023-11-03T14:47:25.832 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172910 8.44 MB/sec execute 423 sec latency 114.304 ms 2023-11-03T14:47:25.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:25 smithi084 ceph-mon[108307]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:47:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:25 smithi087 ceph-mon[111060]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:47:26.832 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173211 8.43 MB/sec execute 424 sec latency 167.906 ms 2023-11-03T14:47:27.840 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173456 8.43 MB/sec execute 425 sec latency 150.071 ms 2023-11-03T14:47:27.966 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:27 smithi084 ceph-mon[108307]: pgmap v234: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:47:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:27 smithi087 ceph-mon[111060]: pgmap v234: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:47:28.841 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173857 8.44 MB/sec execute 426 sec latency 150.991 ms 2023-11-03T14:47:29.843 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174218 8.44 MB/sec execute 427 sec latency 139.109 ms 2023-11-03T14:47:30.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:29 smithi084 ceph-mon[108307]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-03T14:47:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:29 smithi087 ceph-mon[111060]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-03T14:47:30.843 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174565 8.44 MB/sec execute 428 sec latency 129.444 ms 2023-11-03T14:47:31.843 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174831 8.44 MB/sec execute 429 sec latency 133.812 ms 2023-11-03T14:47:32.083 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:31 smithi084 ceph-mon[108307]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-03T14:47:32.084 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:32.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:31 smithi087 ceph-mon[111060]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-03T14:47:32.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:32.845 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175126 8.45 MB/sec execute 430 sec latency 127.244 ms 2023-11-03T14:47:33.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:33 smithi084 ceph-mon[108307]: pgmap v237: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-11-03T14:47:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:33 smithi087 ceph-mon[111060]: pgmap v237: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-11-03T14:47:33.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175417 8.45 MB/sec execute 431 sec latency 119.530 ms 2023-11-03T14:47:34.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175687 8.45 MB/sec execute 432 sec latency 125.823 ms 2023-11-03T14:47:35.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175865 8.44 MB/sec execute 433 sec latency 137.068 ms 2023-11-03T14:47:35.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:35 smithi084 ceph-mon[108307]: pgmap v238: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-11-03T14:47:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:35 smithi087 ceph-mon[111060]: pgmap v238: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-11-03T14:47:36.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176064 8.43 MB/sec execute 434 sec latency 129.746 ms 2023-11-03T14:47:37.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176393 8.42 MB/sec execute 435 sec latency 124.527 ms 2023-11-03T14:47:38.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:37 smithi084 ceph-mon[108307]: pgmap v239: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-11-03T14:47:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:37 smithi087 ceph-mon[111060]: pgmap v239: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-11-03T14:47:38.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176662 8.41 MB/sec execute 436 sec latency 125.809 ms 2023-11-03T14:47:39.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176912 8.40 MB/sec execute 437 sec latency 121.139 ms 2023-11-03T14:47:40.039 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:39 smithi084 ceph-mon[108307]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T14:47:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:39 smithi087 ceph-mon[111060]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T14:47:40.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 177293 8.42 MB/sec execute 438 sec latency 140.616 ms 2023-11-03T14:47:41.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 177688 8.42 MB/sec execute 439 sec latency 133.542 ms 2023-11-03T14:47:42.094 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:41 smithi084 ceph-mon[108307]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-03T14:47:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:41 smithi087 ceph-mon[111060]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-03T14:47:42.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178046 8.42 MB/sec execute 440 sec latency 124.383 ms 2023-11-03T14:47:43.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:43 smithi084 ceph-mon[108307]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-11-03T14:47:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:43 smithi087 ceph-mon[111060]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-11-03T14:47:43.855 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178379 8.43 MB/sec execute 441 sec latency 123.818 ms 2023-11-03T14:47:44.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178526 8.43 MB/sec execute 443 sec latency 192.962 ms 2023-11-03T14:47:45.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178786 8.43 MB/sec execute 444 sec latency 129.363 ms 2023-11-03T14:47:45.942 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:45 smithi084 ceph-mon[108307]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-03T14:47:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:45 smithi087 ceph-mon[111060]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-03T14:47:46.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179036 8.43 MB/sec execute 445 sec latency 133.171 ms 2023-11-03T14:47:46.951 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:47.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:47:47.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179227 8.42 MB/sec execute 446 sec latency 132.527 ms 2023-11-03T14:47:47.993 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:47 smithi084 ceph-mon[108307]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-03T14:47:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:47 smithi087 ceph-mon[111060]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-03T14:47:48.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179450 8.42 MB/sec execute 447 sec latency 130.514 ms 2023-11-03T14:47:49.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179659 8.40 MB/sec execute 448 sec latency 127.671 ms 2023-11-03T14:47:50.050 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:49 smithi084 ceph-mon[108307]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-11-03T14:47:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:49 smithi087 ceph-mon[111060]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-11-03T14:47:50.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179947 8.39 MB/sec execute 449 sec latency 136.644 ms 2023-11-03T14:47:51.857 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180222 8.39 MB/sec execute 450 sec latency 138.276 ms 2023-11-03T14:47:52.079 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:51 smithi084 ceph-mon[108307]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-03T14:47:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:51 smithi087 ceph-mon[111060]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-03T14:47:52.858 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180492 8.39 MB/sec execute 451 sec latency 129.981 ms 2023-11-03T14:47:53.342 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:53 smithi084 ceph-mon[108307]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-11-03T14:47:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:53 smithi087 ceph-mon[111060]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-11-03T14:47:53.858 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180813 8.39 MB/sec execute 452 sec latency 127.054 ms 2023-11-03T14:47:54.858 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181142 8.38 MB/sec execute 453 sec latency 137.152 ms 2023-11-03T14:47:55.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181355 8.37 MB/sec execute 454 sec latency 131.267 ms 2023-11-03T14:47:55.939 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:55 smithi084 ceph-mon[108307]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-03T14:47:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:55 smithi087 ceph-mon[111060]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-03T14:47:56.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181691 8.38 MB/sec execute 455 sec latency 129.320 ms 2023-11-03T14:47:57.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182020 8.39 MB/sec execute 456 sec latency 143.706 ms 2023-11-03T14:47:57.995 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:57 smithi084 ceph-mon[108307]: pgmap v249: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-03T14:47:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:57 smithi087 ceph-mon[111060]: pgmap v249: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-03T14:47:58.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182380 8.40 MB/sec execute 457 sec latency 150.080 ms 2023-11-03T14:47:59.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182666 8.40 MB/sec execute 458 sec latency 147.878 ms 2023-11-03T14:48:00.046 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:47:59 smithi084 ceph-mon[108307]: pgmap v250: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 484 op/s 2023-11-03T14:48:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:47:59 smithi087 ceph-mon[111060]: pgmap v250: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 484 op/s 2023-11-03T14:48:00.861 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182910 8.40 MB/sec execute 459 sec latency 123.950 ms 2023-11-03T14:48:01.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183232 8.39 MB/sec execute 460 sec latency 130.014 ms 2023-11-03T14:48:02.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:01 smithi084 ceph-mon[108307]: pgmap v251: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-11-03T14:48:02.093 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:02.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:01 smithi087 ceph-mon[111060]: pgmap v251: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-11-03T14:48:02.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:02.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183512 8.38 MB/sec execute 461 sec latency 126.950 ms 2023-11-03T14:48:03.386 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:03 smithi084 ceph-mon[108307]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-03T14:48:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:03 smithi087 ceph-mon[111060]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-03T14:48:03.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183722 8.37 MB/sec execute 462 sec latency 138.623 ms 2023-11-03T14:48:04.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184063 8.38 MB/sec execute 463 sec latency 163.561 ms 2023-11-03T14:48:05.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184420 8.38 MB/sec execute 464 sec latency 129.516 ms 2023-11-03T14:48:05.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:05 smithi084 ceph-mon[108307]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-03T14:48:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:05 smithi087 ceph-mon[111060]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-03T14:48:06.874 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184812 8.38 MB/sec execute 465 sec latency 104.697 ms 2023-11-03T14:48:07.874 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184989 8.37 MB/sec execute 466 sec latency 126.550 ms 2023-11-03T14:48:07.972 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:07 smithi084 ceph-mon[108307]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-03T14:48:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:07 smithi087 ceph-mon[111060]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-03T14:48:08.883 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185187 8.36 MB/sec execute 467 sec latency 135.544 ms 2023-11-03T14:48:09.884 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185462 8.37 MB/sec execute 468 sec latency 120.730 ms 2023-11-03T14:48:10.040 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:09 smithi084 ceph-mon[108307]: pgmap v255: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-11-03T14:48:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:09 smithi087 ceph-mon[111060]: pgmap v255: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-11-03T14:48:10.886 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185693 8.37 MB/sec execute 469 sec latency 200.085 ms 2023-11-03T14:48:11.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185948 8.37 MB/sec execute 470 sec latency 122.512 ms 2023-11-03T14:48:12.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:11 smithi084 ceph-mon[108307]: pgmap v256: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:48:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:11 smithi087 ceph-mon[111060]: pgmap v256: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:48:12.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186148 8.37 MB/sec execute 471 sec latency 132.668 ms 2023-11-03T14:48:13.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:13 smithi084 ceph-mon[108307]: pgmap v257: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-11-03T14:48:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:13 smithi087 ceph-mon[111060]: pgmap v257: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-11-03T14:48:13.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186339 8.36 MB/sec execute 472 sec latency 129.419 ms 2023-11-03T14:48:14.894 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186546 8.35 MB/sec execute 473 sec latency 129.538 ms 2023-11-03T14:48:15.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186785 8.34 MB/sec execute 474 sec latency 129.056 ms 2023-11-03T14:48:15.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:15 smithi084 ceph-mon[108307]: pgmap v258: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-11-03T14:48:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:15 smithi087 ceph-mon[111060]: pgmap v258: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-11-03T14:48:16.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186996 8.33 MB/sec execute 475 sec latency 123.369 ms 2023-11-03T14:48:16.942 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:17.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187256 8.33 MB/sec execute 476 sec latency 127.103 ms 2023-11-03T14:48:17.948 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:17 smithi084 ceph-mon[108307]: pgmap v259: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-11-03T14:48:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:17 smithi087 ceph-mon[111060]: pgmap v259: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-11-03T14:48:18.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187636 8.33 MB/sec execute 477 sec latency 143.781 ms 2023-11-03T14:48:19.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187976 8.33 MB/sec execute 478 sec latency 137.522 ms 2023-11-03T14:48:19.987 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:19 smithi084 ceph-mon[108307]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-11-03T14:48:20.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:19 smithi087 ceph-mon[111060]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-11-03T14:48:20.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188292 8.33 MB/sec execute 479 sec latency 127.385 ms 2023-11-03T14:48:21.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188500 8.32 MB/sec execute 480 sec latency 135.337 ms 2023-11-03T14:48:22.045 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:21 smithi084 ceph-mon[108307]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 275 op/s 2023-11-03T14:48:22.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:21 smithi087 ceph-mon[111060]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 275 op/s 2023-11-03T14:48:22.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188839 8.33 MB/sec execute 481 sec latency 128.906 ms 2023-11-03T14:48:23.348 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:23 smithi084 ceph-mon[108307]: pgmap v262: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 454 op/s 2023-11-03T14:48:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:23 smithi087 ceph-mon[111060]: pgmap v262: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 454 op/s 2023-11-03T14:48:23.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189092 8.34 MB/sec execute 482 sec latency 189.211 ms 2023-11-03T14:48:24.897 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189397 8.34 MB/sec execute 483 sec latency 135.149 ms 2023-11-03T14:48:25.898 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:25 smithi084 ceph-mon[108307]: pgmap v263: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-11-03T14:48:25.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189684 8.34 MB/sec execute 484 sec latency 189.361 ms 2023-11-03T14:48:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:25 smithi087 ceph-mon[111060]: pgmap v263: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-11-03T14:48:26.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189911 8.34 MB/sec execute 485 sec latency 140.168 ms 2023-11-03T14:48:27.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190161 8.33 MB/sec execute 486 sec latency 107.308 ms 2023-11-03T14:48:27.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:27 smithi084 ceph-mon[108307]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-11-03T14:48:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:27 smithi087 ceph-mon[111060]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-11-03T14:48:28.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190405 8.32 MB/sec execute 487 sec latency 126.312 ms 2023-11-03T14:48:29.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190663 8.31 MB/sec execute 488 sec latency 124.557 ms 2023-11-03T14:48:30.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:29 smithi084 ceph-mon[108307]: pgmap v265: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-03T14:48:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:29 smithi087 ceph-mon[111060]: pgmap v265: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-03T14:48:30.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190997 8.32 MB/sec execute 489 sec latency 145.811 ms 2023-11-03T14:48:31.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 191350 8.31 MB/sec execute 490 sec latency 132.475 ms 2023-11-03T14:48:32.042 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:31 smithi084 ceph-mon[108307]: pgmap v266: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-11-03T14:48:32.043 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:32.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:31 smithi087 ceph-mon[111060]: pgmap v266: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-11-03T14:48:32.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:32.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 191718 8.31 MB/sec execute 491 sec latency 134.190 ms 2023-11-03T14:48:33.335 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:33 smithi084 ceph-mon[108307]: pgmap v267: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 533 op/s 2023-11-03T14:48:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:33 smithi087 ceph-mon[111060]: pgmap v267: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 533 op/s 2023-11-03T14:48:33.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 191960 8.31 MB/sec execute 492 sec latency 121.963 ms 2023-11-03T14:48:34.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 192340 8.32 MB/sec execute 493 sec latency 122.296 ms 2023-11-03T14:48:35.878 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:35 smithi084 ceph-mon[108307]: 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.4 MiB/s wr, 354 op/s 2023-11-03T14:48:35.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 192610 8.32 MB/sec execute 494 sec latency 140.785 ms 2023-11-03T14:48:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:35 smithi087 ceph-mon[111060]: 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.4 MiB/s wr, 354 op/s 2023-11-03T14:48:36.903 INFO:teuthology.orchestra.run.smithi084.stdout: 5 192924 8.34 MB/sec execute 495 sec latency 126.701 ms 2023-11-03T14:48:37.913 INFO:teuthology.orchestra.run.smithi084.stdout: 5 193111 8.33 MB/sec execute 496 sec latency 142.384 ms 2023-11-03T14:48:38.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:37 smithi084 ceph-mon[108307]: 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.4 MiB/s wr, 354 op/s 2023-11-03T14:48:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:37 smithi087 ceph-mon[111060]: 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.4 MiB/s wr, 354 op/s 2023-11-03T14:48:38.923 INFO:teuthology.orchestra.run.smithi084.stdout: 5 193284 8.32 MB/sec execute 497 sec latency 136.564 ms 2023-11-03T14:48:39.923 INFO:teuthology.orchestra.run.smithi084.stdout: 5 193525 8.31 MB/sec execute 498 sec latency 140.914 ms 2023-11-03T14:48:39.986 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:39 smithi084 ceph-mon[108307]: pgmap v270: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 518 op/s 2023-11-03T14:48:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:39 smithi087 ceph-mon[111060]: pgmap v270: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 518 op/s 2023-11-03T14:48:40.923 INFO:teuthology.orchestra.run.smithi084.stdout: 5 193688 8.30 MB/sec execute 499 sec latency 134.434 ms 2023-11-03T14:48:41.923 INFO:teuthology.orchestra.run.smithi084.stdout: 5 193833 8.29 MB/sec execute 500 sec latency 141.238 ms 2023-11-03T14:48:42.054 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:41 smithi084 ceph-mon[108307]: pgmap v271: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:48:42.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:41 smithi087 ceph-mon[111060]: pgmap v271: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-03T14:48:42.924 INFO:teuthology.orchestra.run.smithi084.stdout: 5 194022 8.28 MB/sec execute 501 sec latency 155.983 ms 2023-11-03T14:48:43.380 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:43 smithi084 ceph-mon[108307]: pgmap v272: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-03T14:48:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:43 smithi087 ceph-mon[111060]: pgmap v272: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-03T14:48:43.923 INFO:teuthology.orchestra.run.smithi084.stdout: 5 194294 8.29 MB/sec execute 502 sec latency 124.764 ms 2023-11-03T14:48:44.924 INFO:teuthology.orchestra.run.smithi084.stdout: 5 194529 8.27 MB/sec execute 503 sec latency 126.830 ms 2023-11-03T14:48:45.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 194810 8.26 MB/sec execute 504 sec latency 120.561 ms 2023-11-03T14:48:45.938 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:45 smithi084 ceph-mon[108307]: pgmap v273: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 300 op/s 2023-11-03T14:48:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:45 smithi087 ceph-mon[111060]: pgmap v273: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 300 op/s 2023-11-03T14:48:46.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 195116 8.26 MB/sec execute 505 sec latency 133.634 ms 2023-11-03T14:48:46.960 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:47.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:48:47.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 195298 8.25 MB/sec execute 506 sec latency 207.262 ms 2023-11-03T14:48:48.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:47 smithi084 ceph-mon[108307]: pgmap v274: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 300 op/s 2023-11-03T14:48:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:47 smithi087 ceph-mon[111060]: pgmap v274: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 300 op/s 2023-11-03T14:48:48.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 195630 8.26 MB/sec execute 507 sec latency 136.397 ms 2023-11-03T14:48:49.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 195923 8.27 MB/sec execute 508 sec latency 140.832 ms 2023-11-03T14:48:50.099 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:49 smithi084 ceph-mon[108307]: pgmap v275: 97 pgs: 97 active+clean; 340 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-03T14:48:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:49 smithi087 ceph-mon[111060]: pgmap v275: 97 pgs: 97 active+clean; 340 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-03T14:48:50.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 196187 8.27 MB/sec execute 509 sec latency 126.622 ms 2023-11-03T14:48:51.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 196526 8.28 MB/sec execute 510 sec latency 129.957 ms 2023-11-03T14:48:51.933 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:51 smithi084 ceph-mon[108307]: pgmap v276: 97 pgs: 97 active+clean; 340 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.4 MiB/s wr, 283 op/s 2023-11-03T14:48:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:51 smithi087 ceph-mon[111060]: pgmap v276: 97 pgs: 97 active+clean; 340 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.4 MiB/s wr, 283 op/s 2023-11-03T14:48:52.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 196783 8.28 MB/sec execute 511 sec latency 129.463 ms 2023-11-03T14:48:53.467 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:53 smithi084 ceph-mon[108307]: pgmap v277: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-11-03T14:48:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:53 smithi087 ceph-mon[111060]: pgmap v277: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-11-03T14:48:53.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 197081 8.27 MB/sec execute 512 sec latency 123.717 ms 2023-11-03T14:48:54.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 197353 8.26 MB/sec execute 513 sec latency 133.620 ms 2023-11-03T14:48:55.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 197647 8.27 MB/sec execute 514 sec latency 127.349 ms 2023-11-03T14:48:56.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:55 smithi084 ceph-mon[108307]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-03T14:48:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:55 smithi087 ceph-mon[111060]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-03T14:48:56.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 198038 8.26 MB/sec execute 515 sec latency 134.499 ms 2023-11-03T14:48:57.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 198424 8.25 MB/sec execute 516 sec latency 109.315 ms 2023-11-03T14:48:58.058 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:57 smithi084 ceph-mon[108307]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-03T14:48:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:57 smithi087 ceph-mon[111060]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-03T14:48:58.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 198706 8.25 MB/sec execute 517 sec latency 127.767 ms 2023-11-03T14:48:59.935 INFO:teuthology.orchestra.run.smithi084.stdout: 5 198927 8.25 MB/sec execute 518 sec latency 126.459 ms 2023-11-03T14:49:00.084 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:48:59 smithi084 ceph-mon[108307]: pgmap v280: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 513 op/s 2023-11-03T14:49:00.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:48:59 smithi087 ceph-mon[111060]: pgmap v280: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 513 op/s 2023-11-03T14:49:00.935 INFO:teuthology.orchestra.run.smithi084.stdout: 5 199297 8.26 MB/sec execute 519 sec latency 128.445 ms 2023-11-03T14:49:01.891 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:01 smithi084 ceph-mon[108307]: pgmap v281: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:49:01.892 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:01.942 INFO:teuthology.orchestra.run.smithi084.stdout: 5 199578 8.26 MB/sec execute 520 sec latency 138.338 ms 2023-11-03T14:49:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:01 smithi087 ceph-mon[111060]: pgmap v281: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T14:49:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:02.945 INFO:teuthology.orchestra.run.smithi084.stdout: 5 199940 8.28 MB/sec execute 521 sec latency 130.410 ms 2023-11-03T14:49:03.357 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:03 smithi084 ceph-mon[108307]: pgmap v282: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 539 op/s 2023-11-03T14:49:03.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:03 smithi087 ceph-mon[111060]: pgmap v282: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 539 op/s 2023-11-03T14:49:03.945 INFO:teuthology.orchestra.run.smithi084.stdout: 5 200200 8.28 MB/sec execute 522 sec latency 126.508 ms 2023-11-03T14:49:04.945 INFO:teuthology.orchestra.run.smithi084.stdout: 5 200420 8.28 MB/sec execute 523 sec latency 149.290 ms 2023-11-03T14:49:05.923 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:05 smithi084 ceph-mon[108307]: pgmap v283: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:49:05.945 INFO:teuthology.orchestra.run.smithi084.stdout: 5 200624 8.26 MB/sec execute 524 sec latency 145.973 ms 2023-11-03T14:49:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:05 smithi087 ceph-mon[111060]: pgmap v283: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:49:06.951 INFO:teuthology.orchestra.run.smithi084.stdout: 5 200870 8.25 MB/sec execute 525 sec latency 151.577 ms 2023-11-03T14:49:07.953 INFO:teuthology.orchestra.run.smithi084.stdout: 5 201059 8.25 MB/sec execute 526 sec latency 201.304 ms 2023-11-03T14:49:07.980 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:07 smithi084 ceph-mon[108307]: pgmap v284: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:49:08.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:07 smithi087 ceph-mon[111060]: pgmap v284: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-03T14:49:08.953 INFO:teuthology.orchestra.run.smithi084.stdout: 5 201364 8.25 MB/sec execute 527 sec latency 143.836 ms 2023-11-03T14:49:09.953 INFO:teuthology.orchestra.run.smithi084.stdout: 5 201760 8.25 MB/sec execute 528 sec latency 126.601 ms 2023-11-03T14:49:10.075 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:09 smithi084 ceph-mon[108307]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-03T14:49:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:09 smithi087 ceph-mon[111060]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-03T14:49:10.961 INFO:teuthology.orchestra.run.smithi084.stdout: 5 202092 8.24 MB/sec execute 529 sec latency 129.423 ms 2023-11-03T14:49:11.896 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:11 smithi084 ceph-mon[108307]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 331 op/s 2023-11-03T14:49:11.961 INFO:teuthology.orchestra.run.smithi084.stdout: 5 202358 8.24 MB/sec execute 530 sec latency 129.525 ms 2023-11-03T14:49:12.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:11 smithi087 ceph-mon[111060]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 331 op/s 2023-11-03T14:49:12.962 INFO:teuthology.orchestra.run.smithi084.stdout: 5 202729 8.25 MB/sec execute 531 sec latency 133.015 ms 2023-11-03T14:49:13.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:13 smithi084 ceph-mon[108307]: pgmap v287: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-03T14:49:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:13 smithi087 ceph-mon[111060]: pgmap v287: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-03T14:49:13.961 INFO:teuthology.orchestra.run.smithi084.stdout: 5 202986 8.25 MB/sec execute 532 sec latency 119.129 ms 2023-11-03T14:49:14.962 INFO:teuthology.orchestra.run.smithi084.stdout: 5 203206 8.25 MB/sec execute 533 sec latency 139.587 ms 2023-11-03T14:49:15.962 INFO:teuthology.orchestra.run.smithi084.stdout: 5 203418 8.25 MB/sec execute 534 sec latency 144.003 ms 2023-11-03T14:49:16.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:15 smithi084 ceph-mon[108307]: pgmap v288: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 348 op/s 2023-11-03T14:49:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:15 smithi087 ceph-mon[111060]: pgmap v288: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 348 op/s 2023-11-03T14:49:16.968 INFO:teuthology.orchestra.run.smithi084.stdout: 5 203689 8.25 MB/sec execute 535 sec latency 127.981 ms 2023-11-03T14:49:17.054 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:17.968 INFO:teuthology.orchestra.run.smithi084.stdout: 5 203891 8.25 MB/sec execute 536 sec latency 157.503 ms 2023-11-03T14:49:18.072 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:17 smithi084 ceph-mon[108307]: pgmap v289: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 348 op/s 2023-11-03T14:49:18.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:17 smithi087 ceph-mon[111060]: pgmap v289: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 348 op/s 2023-11-03T14:49:18.968 INFO:teuthology.orchestra.run.smithi084.stdout: 5 204089 8.24 MB/sec execute 537 sec latency 137.802 ms 2023-11-03T14:49:19.969 INFO:teuthology.orchestra.run.smithi084.stdout: 5 204255 8.23 MB/sec execute 538 sec latency 123.330 ms 2023-11-03T14:49:20.112 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:19 smithi084 ceph-mon[108307]: pgmap v290: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 490 op/s 2023-11-03T14:49:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:19 smithi087 ceph-mon[111060]: pgmap v290: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 490 op/s 2023-11-03T14:49:20.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 204444 8.22 MB/sec execute 539 sec latency 143.140 ms 2023-11-03T14:49:21.923 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:21 smithi084 ceph-mon[108307]: pgmap v291: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-03T14:49:21.975 INFO:teuthology.orchestra.run.smithi084.stdout: 5 204627 8.21 MB/sec execute 540 sec latency 123.747 ms 2023-11-03T14:49:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:21 smithi087 ceph-mon[111060]: pgmap v291: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-03T14:49:22.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 204901 8.21 MB/sec execute 541 sec latency 156.761 ms 2023-11-03T14:49:23.460 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:23 smithi084 ceph-mon[108307]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-11-03T14:49:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:23 smithi087 ceph-mon[111060]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-11-03T14:49:23.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 205180 8.20 MB/sec execute 542 sec latency 128.113 ms 2023-11-03T14:49:24.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 205472 8.20 MB/sec execute 543 sec latency 121.003 ms 2023-11-03T14:49:25.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 205800 8.20 MB/sec execute 544 sec latency 134.504 ms 2023-11-03T14:49:26.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:25 smithi084 ceph-mon[108307]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-11-03T14:49:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:25 smithi087 ceph-mon[111060]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-11-03T14:49:26.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 206049 8.19 MB/sec execute 545 sec latency 126.394 ms 2023-11-03T14:49:27.976 INFO:teuthology.orchestra.run.smithi084.stdout: 5 206268 8.20 MB/sec execute 546 sec latency 120.965 ms 2023-11-03T14:49:28.072 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:27 smithi084 ceph-mon[108307]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-11-03T14:49:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:27 smithi087 ceph-mon[111060]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-11-03T14:49:28.977 INFO:teuthology.orchestra.run.smithi084.stdout: 5 206532 8.20 MB/sec execute 547 sec latency 131.138 ms 2023-11-03T14:49:29.984 INFO:teuthology.orchestra.run.smithi084.stdout: 5 206763 8.20 MB/sec execute 548 sec latency 127.606 ms 2023-11-03T14:49:30.130 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:29 smithi084 ceph-mon[108307]: pgmap v295: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-11-03T14:49:30.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:29 smithi087 ceph-mon[111060]: pgmap v295: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-11-03T14:49:30.984 INFO:teuthology.orchestra.run.smithi084.stdout: 5 206905 8.19 MB/sec execute 549 sec latency 114.818 ms 2023-11-03T14:49:31.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:31 smithi084 ceph-mon[108307]: pgmap v296: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 300 op/s 2023-11-03T14:49:31.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:31.984 INFO:teuthology.orchestra.run.smithi084.stdout: 5 207132 8.19 MB/sec execute 550 sec latency 118.173 ms 2023-11-03T14:49:32.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:31 smithi087 ceph-mon[111060]: pgmap v296: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 300 op/s 2023-11-03T14:49:32.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:32.984 INFO:teuthology.orchestra.run.smithi084.stdout: 5 207315 8.19 MB/sec execute 551 sec latency 178.291 ms 2023-11-03T14:49:33.484 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:33 smithi084 ceph-mon[108307]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T14:49:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:33 smithi087 ceph-mon[111060]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T14:49:33.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 207557 8.18 MB/sec execute 552 sec latency 148.691 ms 2023-11-03T14:49:34.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 207835 8.18 MB/sec execute 553 sec latency 136.228 ms 2023-11-03T14:49:35.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 208040 8.17 MB/sec execute 554 sec latency 130.366 ms 2023-11-03T14:49:36.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:35 smithi084 ceph-mon[108307]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T14:49:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:35 smithi087 ceph-mon[111060]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T14:49:36.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 208257 8.16 MB/sec execute 555 sec latency 139.595 ms 2023-11-03T14:49:37.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 208501 8.16 MB/sec execute 556 sec latency 125.418 ms 2023-11-03T14:49:38.081 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:37 smithi084 ceph-mon[108307]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T14:49:38.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:37 smithi087 ceph-mon[111060]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T14:49:38.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 208824 8.16 MB/sec execute 557 sec latency 127.543 ms 2023-11-03T14:49:39.882 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:39 smithi084 ceph-mon[108307]: pgmap v300: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-03T14:49:39.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 209084 8.15 MB/sec execute 558 sec latency 137.268 ms 2023-11-03T14:49:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:39 smithi087 ceph-mon[111060]: pgmap v300: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-03T14:49:40.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 209359 8.15 MB/sec execute 559 sec latency 140.713 ms 2023-11-03T14:49:41.944 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:41 smithi084 ceph-mon[108307]: pgmap v301: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 269 op/s 2023-11-03T14:49:41.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 209769 8.16 MB/sec execute 560 sec latency 131.350 ms 2023-11-03T14:49:42.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:41 smithi087 ceph-mon[111060]: pgmap v301: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 269 op/s 2023-11-03T14:49:42.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 210080 8.17 MB/sec execute 561 sec latency 126.830 ms 2023-11-03T14:49:43.474 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:43 smithi084 ceph-mon[108307]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-03T14:49:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:43 smithi087 ceph-mon[111060]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-03T14:49:43.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 210315 8.16 MB/sec execute 562 sec latency 129.702 ms 2023-11-03T14:49:44.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 210587 8.16 MB/sec execute 563 sec latency 129.779 ms 2023-11-03T14:49:45.995 INFO:teuthology.orchestra.run.smithi084.stdout: 5 210870 8.17 MB/sec execute 564 sec latency 210.569 ms 2023-11-03T14:49:46.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:45 smithi084 ceph-mon[108307]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-11-03T14:49:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:45 smithi087 ceph-mon[111060]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-11-03T14:49:47.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 211155 8.17 MB/sec execute 565 sec latency 128.115 ms 2023-11-03T14:49:47.046 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:47.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:49:48.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 211383 8.16 MB/sec execute 566 sec latency 161.401 ms 2023-11-03T14:49:48.085 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:47 smithi084 ceph-mon[108307]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-11-03T14:49:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:47 smithi087 ceph-mon[111060]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-11-03T14:49:49.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 211580 8.16 MB/sec execute 567 sec latency 138.574 ms 2023-11-03T14:49:50.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 211870 8.15 MB/sec execute 568 sec latency 150.207 ms 2023-11-03T14:49:50.128 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:49 smithi084 ceph-mon[108307]: pgmap v305: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-03T14:49:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:49 smithi087 ceph-mon[111060]: pgmap v305: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-03T14:49:51.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 212115 8.14 MB/sec execute 569 sec latency 179.919 ms 2023-11-03T14:49:51.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:51 smithi084 ceph-mon[108307]: pgmap v306: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-03T14:49:52.001 INFO:teuthology.orchestra.run.smithi084.stdout: 5 212379 8.14 MB/sec execute 570 sec latency 120.709 ms 2023-11-03T14:49:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:51 smithi087 ceph-mon[111060]: pgmap v306: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-03T14:49:53.002 INFO:teuthology.orchestra.run.smithi084.stdout: 5 212677 8.14 MB/sec execute 571 sec latency 167.828 ms 2023-11-03T14:49:53.458 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:53 smithi084 ceph-mon[108307]: pgmap v307: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-11-03T14:49:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:53 smithi087 ceph-mon[111060]: pgmap v307: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-11-03T14:49:54.008 INFO:teuthology.orchestra.run.smithi084.stdout: 5 213035 8.14 MB/sec execute 572 sec latency 129.686 ms 2023-11-03T14:49:55.008 INFO:teuthology.orchestra.run.smithi084.stdout: 5 213506 8.15 MB/sec execute 573 sec latency 146.506 ms 2023-11-03T14:49:56.008 INFO:teuthology.orchestra.run.smithi084.stdout: 5 213804 8.16 MB/sec execute 574 sec latency 180.316 ms 2023-11-03T14:49:56.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:55 smithi084 ceph-mon[108307]: pgmap v308: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-03T14:49:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:55 smithi087 ceph-mon[111060]: pgmap v308: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-03T14:49:57.010 INFO:teuthology.orchestra.run.smithi084.stdout: 5 214113 8.17 MB/sec execute 575 sec latency 117.855 ms 2023-11-03T14:49:58.008 INFO:teuthology.orchestra.run.smithi084.stdout: 5 214303 8.16 MB/sec execute 576 sec latency 151.723 ms 2023-11-03T14:49:58.069 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:57 smithi084 ceph-mon[108307]: pgmap v309: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-03T14:49:58.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:57 smithi087 ceph-mon[111060]: pgmap v309: 97 pgs: 97 active+clean; 342 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-03T14:49:59.016 INFO:teuthology.orchestra.run.smithi084.stdout: 5 214557 8.16 MB/sec execute 577 sec latency 121.106 ms 2023-11-03T14:50:00.016 INFO:teuthology.orchestra.run.smithi084.stdout: 5 214786 8.15 MB/sec execute 578 sec latency 128.475 ms 2023-11-03T14:50:00.141 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:49:59 smithi084 ceph-mon[108307]: pgmap v310: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 509 op/s 2023-11-03T14:50:00.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:49:59 smithi087 ceph-mon[111060]: pgmap v310: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 509 op/s 2023-11-03T14:50:00.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:50:00.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:50:00.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: Upgrade daemon: mgr.smithi084.nbdbnh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.nbdbnh ... 2023-11-03T14:50:00.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T14:50:00.918 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T14:50:00.918 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: Traceback (most recent call last): 2023-11-03T14:50:00.918 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T14:50:00.918 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: "__main__", mod_spec) 2023-11-03T14:50:00.918 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T14:50:00.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: exec(code, run_globals) 2023-11-03T14:50:00.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T14:50:00.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T14:50:00.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T14:50:00.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T14:50:00.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T14:50:00.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T14:50:00.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T14:50:00.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T14:50:00.920 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:00 smithi084 ceph-mon[108307]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T14:50:01.025 INFO:teuthology.orchestra.run.smithi084.stdout: 5 214933 8.14 MB/sec execute 579 sec latency 204.453 ms 2023-11-03T14:50:01.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:50:01.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:50:01.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: Upgrade daemon: mgr.smithi084.nbdbnh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.nbdbnh ... 2023-11-03T14:50:01.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T14:50:01.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T14:50:01.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: Traceback (most recent call last): 2023-11-03T14:50:01.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T14:50:01.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: "__main__", mod_spec) 2023-11-03T14:50:01.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T14:50:01.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: exec(code, run_globals) 2023-11-03T14:50:01.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T14:50:01.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T14:50:01.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T14:50:01.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T14:50:01.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T14:50:01.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T14:50:01.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T14:50:01.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T14:50:01.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:00 smithi087 ceph-mon[111060]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T14:50:01.938 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:01 smithi084 ceph-mon[108307]: pgmap v311: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:50:01.939 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:02.027 INFO:teuthology.orchestra.run.smithi084.stdout: 5 215089 8.13 MB/sec execute 580 sec latency 134.484 ms 2023-11-03T14:50:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:01 smithi087 ceph-mon[111060]: pgmap v311: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-03T14:50:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:03.027 INFO:teuthology.orchestra.run.smithi084.stdout: 5 215293 8.13 MB/sec execute 581 sec latency 129.961 ms 2023-11-03T14:50:03.490 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:03 smithi084 ceph-mon[108307]: pgmap v312: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-11-03T14:50:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:03 smithi087 ceph-mon[111060]: pgmap v312: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-11-03T14:50:04.027 INFO:teuthology.orchestra.run.smithi084.stdout: 5 215521 8.12 MB/sec execute 582 sec latency 130.149 ms 2023-11-03T14:50:05.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 215768 8.11 MB/sec execute 583 sec latency 123.823 ms 2023-11-03T14:50:06.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:05 smithi084 ceph-mon[108307]: pgmap v313: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 322 op/s 2023-11-03T14:50:06.034 INFO:teuthology.orchestra.run.smithi084.stdout: 5 216055 8.11 MB/sec execute 584 sec latency 104.695 ms 2023-11-03T14:50:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:05 smithi087 ceph-mon[111060]: pgmap v313: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 322 op/s 2023-11-03T14:50:07.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 216341 8.11 MB/sec execute 585 sec latency 117.638 ms 2023-11-03T14:50:08.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 216658 8.11 MB/sec execute 586 sec latency 125.692 ms 2023-11-03T14:50:08.062 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:07 smithi084 ceph-mon[108307]: pgmap v314: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 322 op/s 2023-11-03T14:50:08.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:07 smithi087 ceph-mon[111060]: pgmap v314: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 322 op/s 2023-11-03T14:50:09.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 216889 8.11 MB/sec execute 587 sec latency 128.916 ms 2023-11-03T14:50:10.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 217194 8.11 MB/sec execute 588 sec latency 126.513 ms 2023-11-03T14:50:10.182 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:09 smithi084 ceph-mon[108307]: pgmap v315: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-11-03T14:50:10.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:09 smithi087 ceph-mon[111060]: pgmap v315: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-11-03T14:50:11.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 217448 8.11 MB/sec execute 589 sec latency 137.734 ms 2023-11-03T14:50:11.911 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:11 smithi084 ceph-mon[108307]: pgmap v316: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.4 MiB/s wr, 282 op/s 2023-11-03T14:50:12.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 217742 8.12 MB/sec execute 590 sec latency 135.088 ms 2023-11-03T14:50:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:11 smithi087 ceph-mon[111060]: pgmap v316: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.4 MiB/s wr, 282 op/s 2023-11-03T14:50:13.040 INFO:teuthology.orchestra.run.smithi084.stdout: 5 217950 8.12 MB/sec execute 591 sec latency 129.310 ms 2023-11-03T14:50:13.484 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:13 smithi084 ceph-mon[108307]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-11-03T14:50:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:13 smithi087 ceph-mon[111060]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-11-03T14:50:14.040 INFO:teuthology.orchestra.run.smithi084.stdout: 5 218112 8.11 MB/sec execute 592 sec latency 132.548 ms 2023-11-03T14:50:15.040 INFO:teuthology.orchestra.run.smithi084.stdout: 5 218267 8.11 MB/sec execute 593 sec latency 152.599 ms 2023-11-03T14:50:15.892 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:15 smithi084 ceph-mon[108307]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-11-03T14:50:16.048 INFO:teuthology.orchestra.run.smithi084.stdout: 5 218467 8.10 MB/sec execute 594 sec latency 132.848 ms 2023-11-03T14:50:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:15 smithi087 ceph-mon[111060]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-11-03T14:50:16.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:17.052 INFO:teuthology.orchestra.run.smithi084.stdout: 5 218697 8.09 MB/sec execute 595 sec latency 123.908 ms 2023-11-03T14:50:17.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:17.943 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:17 smithi084 ceph-mon[108307]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-11-03T14:50:18.053 INFO:teuthology.orchestra.run.smithi084.stdout: 5 218954 8.09 MB/sec execute 596 sec latency 129.690 ms 2023-11-03T14:50:18.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:17 smithi087 ceph-mon[111060]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-11-03T14:50:19.054 INFO:teuthology.orchestra.run.smithi084.stdout: 5 219184 8.08 MB/sec execute 597 sec latency 132.126 ms 2023-11-03T14:50:20.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:19 smithi084 ceph-mon[108307]: pgmap v320: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-11-03T14:50:20.054 INFO:teuthology.orchestra.run.smithi084.stdout: 5 219550 8.08 MB/sec execute 598 sec latency 181.671 ms 2023-11-03T14:50:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:19 smithi087 ceph-mon[111060]: pgmap v320: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-11-03T14:50:21.054 INFO:teuthology.orchestra.run.smithi084.stdout: 5 219864 8.08 MB/sec execute 599 sec latency 139.901 ms 2023-11-03T14:50:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:21 smithi084 ceph-mon[108307]: pgmap v321: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 284 op/s 2023-11-03T14:50:22.061 INFO:teuthology.orchestra.run.smithi084.stdout: 5 220271 8.08 MB/sec execute 600 sec latency 129.831 ms 2023-11-03T14:50:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:21 smithi087 ceph-mon[111060]: pgmap v321: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 284 op/s 2023-11-03T14:50:23.062 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 601 sec 2023-11-03T14:50:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:23 smithi084 ceph-mon[108307]: pgmap v322: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-03T14:50:23.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:23 smithi087 ceph-mon[111060]: pgmap v322: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-03T14:50:24.063 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 602 sec 2023-11-03T14:50:25.063 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 603 sec 2023-11-03T14:50:26.063 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 604 sec 2023-11-03T14:50:26.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:25 smithi087 ceph-mon[111060]: pgmap v323: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 320 op/s 2023-11-03T14:50:26.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:25 smithi084 ceph-mon[108307]: pgmap v323: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 320 op/s 2023-11-03T14:50:27.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 605 sec 2023-11-03T14:50:28.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 606 sec 2023-11-03T14:50:28.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:27 smithi087 ceph-mon[111060]: pgmap v324: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 320 op/s 2023-11-03T14:50:28.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:27 smithi084 ceph-mon[108307]: pgmap v324: 97 pgs: 97 active+clean; 343 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 320 op/s 2023-11-03T14:50:29.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 607 sec 2023-11-03T14:50:30.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 608 sec 2023-11-03T14:50:30.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:29 smithi084 ceph-mon[108307]: pgmap v325: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.4 MiB/s wr, 383 op/s 2023-11-03T14:50:30.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:29 smithi087 ceph-mon[111060]: pgmap v325: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.4 MiB/s wr, 383 op/s 2023-11-03T14:50:31.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 609 sec 2023-11-03T14:50:32.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 610 sec 2023-11-03T14:50:32.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:31 smithi084 ceph-mon[108307]: pgmap v326: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.1 MiB/s wr, 251 op/s 2023-11-03T14:50:32.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:32.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:31 smithi087 ceph-mon[111060]: pgmap v326: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.1 MiB/s wr, 251 op/s 2023-11-03T14:50:32.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:33.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 611 sec 2023-11-03T14:50:33.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:33 smithi087 ceph-mon[111060]: pgmap v327: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.1 MiB/s wr, 253 op/s 2023-11-03T14:50:33.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:33 smithi084 ceph-mon[108307]: pgmap v327: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.1 MiB/s wr, 253 op/s 2023-11-03T14:50:34.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 612 sec 2023-11-03T14:50:35.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 613 sec 2023-11-03T14:50:36.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 614 sec 2023-11-03T14:50:36.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:35 smithi087 ceph-mon[111060]: pgmap v328: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:36.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:35 smithi084 ceph-mon[108307]: pgmap v328: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:37.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 615 sec 2023-11-03T14:50:38.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 616 sec 2023-11-03T14:50:38.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:37 smithi087 ceph-mon[111060]: pgmap v329: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:38.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:37 smithi084 ceph-mon[108307]: pgmap v329: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:39.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 617 sec 2023-11-03T14:50:40.066 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 618 sec 2023-11-03T14:50:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:39 smithi087 ceph-mon[111060]: pgmap v330: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:40.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:39 smithi084 ceph-mon[108307]: pgmap v330: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 573 KiB/s wr, 65 op/s 2023-11-03T14:50:41.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 619 sec 2023-11-03T14:50:42.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 620 sec 2023-11-03T14:50:42.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:41 smithi084 ceph-mon[108307]: pgmap v331: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 10 KiB/s wr, 2 op/s 2023-11-03T14:50:42.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:41 smithi087 ceph-mon[111060]: pgmap v331: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 10 KiB/s wr, 2 op/s 2023-11-03T14:50:43.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 621 sec 2023-11-03T14:50:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:43 smithi087 ceph-mon[111060]: pgmap v332: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 10 KiB/s wr, 2 op/s 2023-11-03T14:50:43.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:43 smithi084 ceph-mon[108307]: pgmap v332: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 10 KiB/s wr, 2 op/s 2023-11-03T14:50:44.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 622 sec 2023-11-03T14:50:45.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 623 sec 2023-11-03T14:50:46.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 624 sec 2023-11-03T14:50:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:45 smithi087 ceph-mon[111060]: pgmap v333: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:46.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:45 smithi084 ceph-mon[108307]: pgmap v333: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:47.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 625 sec 2023-11-03T14:50:47.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:47.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:50:48.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 626 sec 2023-11-03T14:50:48.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:47 smithi084 ceph-mon[108307]: pgmap v334: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:48.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:47 smithi087 ceph-mon[111060]: pgmap v334: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:49.064 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 627 sec 2023-11-03T14:50:50.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 628 sec 2023-11-03T14:50:50.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:49 smithi084 ceph-mon[108307]: pgmap v335: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:50:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:49 smithi087 ceph-mon[111060]: pgmap v335: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:50:51.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 629 sec 2023-11-03T14:50:52.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 630 sec 2023-11-03T14:50:52.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:51 smithi084 ceph-mon[108307]: pgmap v336: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:51 smithi087 ceph-mon[111060]: pgmap v336: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:53.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 631 sec 2023-11-03T14:50:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:53 smithi087 ceph-mon[111060]: pgmap v337: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:53.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:53 smithi084 ceph-mon[108307]: pgmap v337: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:54.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 632 sec 2023-11-03T14:50:55.065 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 633 sec 2023-11-03T14:50:56.026 INFO:teuthology.orchestra.run.smithi084.stdout: 0 cleanup 634 sec 2023-11-03T14:50:56.026 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:50:56.026 INFO:teuthology.orchestra.run.smithi084.stdout: Operation Count AvgLat MaxLat 2023-11-03T14:50:56.026 INFO:teuthology.orchestra.run.smithi084.stdout: ---------------------------------------- 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: NTCreateX 155818 6.888 181.663 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: Close 114479 0.131 21.194 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: Rename 6603 11.056 216.401 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: Unlink 31431 6.822 108.112 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: Qpathinfo 141372 2.796 101.188 2023-11-03T14:50:56.027 INFO:teuthology.orchestra.run.smithi084.stdout: Qfileinfo 24667 0.092 11.678 2023-11-03T14:50:56.028 INFO:teuthology.orchestra.run.smithi084.stdout: Qfsinfo 25852 1.447 41.471 2023-11-03T14:50:56.028 INFO:teuthology.orchestra.run.smithi084.stdout: Sfileinfo 12717 10.430 90.466 2023-11-03T14:50:56.028 INFO:teuthology.orchestra.run.smithi084.stdout: Find 54559 4.948 150.203 2023-11-03T14:50:56.028 INFO:teuthology.orchestra.run.smithi084.stdout: WriteX 77007 10.189 75.060 2023-11-03T14:50:56.028 INFO:teuthology.orchestra.run.smithi084.stdout: ReadX 244426 0.010 5.297 2023-11-03T14:50:56.029 INFO:teuthology.orchestra.run.smithi084.stdout: LockX 508 0.374 5.414 2023-11-03T14:50:56.029 INFO:teuthology.orchestra.run.smithi084.stdout: UnlockX 508 0.293 4.359 2023-11-03T14:50:56.029 INFO:teuthology.orchestra.run.smithi084.stdout: Flush 10903 0.002 0.017 2023-11-03T14:50:56.029 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:50:56.029 INFO:teuthology.orchestra.run.smithi084.stdout:Throughput 8.07702 MB/sec 5 clients 5 procs max_latency=216.407 ms 2023-11-03T14:50:56.031 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-03T14:50:56.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:55 smithi087 ceph-mon[111060]: pgmap v338: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:56.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:55 smithi084 ceph-mon[108307]: pgmap v338: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:58.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:57 smithi084 ceph-mon[108307]: pgmap v339: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:50:58.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:57 smithi087 ceph-mon[111060]: pgmap v339: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:00.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:50:59 smithi084 ceph-mon[108307]: pgmap v340: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:00.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:50:59 smithi087 ceph-mon[111060]: pgmap v340: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:02.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:01 smithi084 ceph-mon[108307]: pgmap v341: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:02.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:01 smithi087 ceph-mon[111060]: pgmap v341: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:03.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:03 smithi087 ceph-mon[111060]: pgmap v342: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:03.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:03 smithi084 ceph-mon[108307]: pgmap v342: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:06.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:05 smithi084 ceph-mon[108307]: pgmap v343: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:06.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:05 smithi087 ceph-mon[111060]: pgmap v343: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:08.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:07 smithi084 ceph-mon[108307]: pgmap v344: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:08.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:07 smithi087 ceph-mon[111060]: pgmap v344: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-11-03T14:51:10.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:09 smithi084 ceph-mon[108307]: pgmap v345: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:10.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:09 smithi087 ceph-mon[111060]: pgmap v345: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:12.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:11 smithi084 ceph-mon[108307]: pgmap v346: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:11 smithi087 ceph-mon[111060]: pgmap v346: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:13.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:13 smithi087 ceph-mon[111060]: pgmap v347: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:13.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:13 smithi084 ceph-mon[108307]: pgmap v347: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-11-03T14:51:16.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:15 smithi084 ceph-mon[108307]: pgmap v348: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:16.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:15 smithi087 ceph-mon[111060]: pgmap v348: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:17.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:17.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:18.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:17 smithi084 ceph-mon[108307]: pgmap v349: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:18.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:17 smithi087 ceph-mon[111060]: pgmap v349: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:20.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:19 smithi084 ceph-mon[108307]: pgmap v350: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:19 smithi087 ceph-mon[111060]: pgmap v350: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2023-11-03T14:51:22.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:21 smithi084 ceph-mon[108307]: pgmap v351: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:21 smithi087 ceph-mon[111060]: pgmap v351: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:23.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:23 smithi087 ceph-mon[111060]: pgmap v352: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:23.954 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:23 smithi084 ceph-mon[108307]: pgmap v352: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:26.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:25 smithi084 ceph-mon[108307]: pgmap v353: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:26.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:25 smithi087 ceph-mon[111060]: pgmap v353: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:28.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:27 smithi084 ceph-mon[108307]: pgmap v354: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:28.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:27 smithi087 ceph-mon[111060]: pgmap v354: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:30.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:29 smithi084 ceph-mon[108307]: pgmap v355: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:30.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:29 smithi087 ceph-mon[111060]: pgmap v355: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:32.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:31 smithi084 ceph-mon[108307]: pgmap v356: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:32.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:32.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:31 smithi087 ceph-mon[111060]: pgmap v356: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:32.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:33.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:33 smithi084 ceph-mon[108307]: pgmap v357: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:33.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:33 smithi087 ceph-mon[111060]: pgmap v357: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:36.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:35 smithi084 ceph-mon[108307]: pgmap v358: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:36.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:35 smithi087 ceph-mon[111060]: pgmap v358: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:38.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:37 smithi084 ceph-mon[108307]: pgmap v359: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:38.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:37 smithi087 ceph-mon[111060]: pgmap v359: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:40.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:39 smithi087 ceph-mon[111060]: pgmap v360: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:40.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:39 smithi084 ceph-mon[108307]: pgmap v360: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:42.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:41 smithi087 ceph-mon[111060]: pgmap v361: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:42.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:41 smithi084 ceph-mon[108307]: pgmap v361: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:43.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:43 smithi087 ceph-mon[111060]: pgmap v362: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:43.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:43 smithi084 ceph-mon[108307]: pgmap v362: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:46.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:45 smithi084 ceph-mon[108307]: pgmap v363: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:46.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:45 smithi087 ceph-mon[111060]: pgmap v363: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:47.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:47.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:51:48.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:47 smithi084 ceph-mon[108307]: pgmap v364: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:47 smithi087 ceph-mon[111060]: pgmap v364: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:50.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:49 smithi084 ceph-mon[108307]: pgmap v365: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:50.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:49 smithi087 ceph-mon[111060]: pgmap v365: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:52.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:51 smithi084 ceph-mon[108307]: pgmap v366: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:51 smithi087 ceph-mon[111060]: pgmap v366: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:53.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:53 smithi084 ceph-mon[108307]: pgmap v367: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:53.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:53 smithi087 ceph-mon[111060]: pgmap v367: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:56.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:55 smithi084 ceph-mon[108307]: pgmap v368: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:56.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:55 smithi087 ceph-mon[111060]: pgmap v368: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:58.143 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-03T14:51:58.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:57 smithi084 ceph-mon[108307]: pgmap v369: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:58.287 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-03T14:51:58.351 INFO:teuthology.orchestra.run.smithi084.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-03T14:51:58.351 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:51:58.351 INFO:teuthology.orchestra.run.smithi084.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-03T14:51:58.352 INFO:teuthology.orchestra.run.smithi084.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-03T14:51:58.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:57 smithi087 ceph-mon[111060]: pgmap v369: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:51:58.414 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch ps' 2023-11-03T14:51:58.452 INFO:teuthology.orchestra.run.smithi084.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-03T14:51:58.452 INFO:teuthology.orchestra.run.smithi084.stdout:releasing clients 2023-11-03T14:51:59.383 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:59 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:51:59.383 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:59 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:51:59.384 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:51:59 smithi084 ceph-mon[108307]: pgmap v370: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:51:59.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:59 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:51:59.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:59 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:51:59.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:51:59 smithi087 ceph-mon[111060]: pgmap v370: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:52:00.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 303 20.03 MB/sec execute 1 sec latency 134.564 ms 2023-11-03T14:52:01.055 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:52:01.056 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-03T14:52:01.056 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (17m) 12m ago 17m 7004k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:52:01.056 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (17m) 8m ago 17m 7151k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:52:01.056 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-03T14:52:01.056 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (14m) 12m ago 14m 34.7M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:52:01.057 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (13m) 8m ago 13m 14.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:52:01.057 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:9283 running (18m) 12m ago 18m 285M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:52:01.057 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (12m) 8m ago 17m 512M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:52:01.057 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (18m) 12m ago 19m 94.3M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:52:01.057 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (17m) 8m ago 17m 66.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:52:01.058 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (13m) 12m ago 13m 252M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:52:01.058 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (13m) 8m ago 13m 92.7M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:52:01.058 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-03T14:52:01.058 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (11m) 8m ago 17m 16.7M - 1.3.1 1dbe0e931976 c9a91c29a338 2023-11-03T14:52:01.058 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (16m) 12m ago 16m 511M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:52:01.059 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (16m) 12m ago 16m 367M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:52:01.059 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (16m) 12m ago 16m 188M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:52:01.059 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (15m) 12m ago 15m 490M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:52:01.059 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (15m) 8m ago 15m 1395M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:52:01.059 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (15m) 8m ago 15m 1751M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:52:01.060 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (15m) 8m ago 15m 1429M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:52:01.060 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (14m) 8m ago 14m 2112M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:52:01.060 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-03T14:52:01.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 416 18.86 MB/sec execute 2 sec latency 128.178 ms 2023-11-03T14:52:01.608 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions' 2023-11-03T14:52:02.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:01 smithi084 ceph-mon[108307]: pgmap v371: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:52:02.144 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:01 smithi087 ceph-mon[111060]: pgmap v371: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:52:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:02.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 516 18.28 MB/sec execute 3 sec latency 274.417 ms 2023-11-03T14:52:03.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:02 smithi084 ceph-mon[108307]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:52:03.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:02 smithi087 ceph-mon[111060]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:52:03.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 516 13.71 MB/sec execute 4 sec latency 1274.442 ms 2023-11-03T14:52:04.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:03 smithi084 ceph-mon[108307]: pgmap v372: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:04.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:03 smithi087 ceph-mon[111060]: pgmap v372: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:04.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 5 sec 2023-11-03T14:52:05.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 6 sec 2023-11-03T14:52:06.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:05 smithi084 ceph-mon[108307]: pgmap v373: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:06.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:05 smithi087 ceph-mon[111060]: pgmap v373: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:06.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 7 sec 2023-11-03T14:52:07.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 8 sec 2023-11-03T14:52:08.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 9 sec 2023-11-03T14:52:09.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 10 sec 2023-11-03T14:52:10.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 11 sec 2023-11-03T14:52:11.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 12 sec 2023-11-03T14:52:12.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 13 sec 2023-11-03T14:52:13.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 14 sec 2023-11-03T14:52:14.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 15 sec 2023-11-03T14:52:15.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 16 sec 2023-11-03T14:52:16.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:15 smithi087 ceph-mon[111060]: pgmap v374: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:15 smithi087 ceph-mon[111060]: pgmap v375: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:15 smithi087 ceph-mon[111060]: pgmap v376: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:15 smithi087 ceph-mon[111060]: pgmap v377: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:15 smithi087 ceph-mon[111060]: pgmap v378: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 0 op/s 2023-11-03T14:52:16.141 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:15 smithi084 ceph-mon[108307]: pgmap v374: 97 pgs: 97 active+clean; 317 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.142 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:15 smithi084 ceph-mon[108307]: pgmap v375: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.142 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:15 smithi084 ceph-mon[108307]: pgmap v376: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.142 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:15 smithi084 ceph-mon[108307]: pgmap v377: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.7 MiB/s wr, 40 op/s 2023-11-03T14:52:16.142 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:15 smithi084 ceph-mon[108307]: pgmap v378: 97 pgs: 97 active+clean; 313 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 0 op/s 2023-11-03T14:52:16.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 17 sec 2023-11-03T14:52:17.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:17.310 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:52:17.310 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:52:17.310 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:52:17.311 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:52:17.311 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:52:17.311 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:52:17.311 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:52:17.311 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:52:17.312 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:52:17.313 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:52:17.313 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:52:17.313 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:52:17.313 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:52:17.313 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:52:17.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:17.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 18 sec 2023-11-03T14:52:17.690 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-03T14:52:18.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: pgmap v379: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 884 KiB/s wr, 76 op/s 2023-11-03T14:52:18.203 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4174631682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:52:18.203 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:52:18.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:52:18.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:17 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: pgmap v379: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 884 KiB/s wr, 76 op/s 2023-11-03T14:52:18.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4174631682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:52:18.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:52:18.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:52:18.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:17 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:18.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 19 sec 2023-11-03T14:52:18.900 INFO:teuthology.orchestra.run.smithi084.stdout:wait for servicemap items w/ changing names to refresh 2023-11-03T14:52:19.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: pgmap v380: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:19.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:52:19.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:18 smithi084 ceph-mon[108307]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-03T14:52:19.337 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'sleep 60' 2023-11-03T14:52:19.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: pgmap v380: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:52:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:18 smithi087 ceph-mon[111060]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-03T14:52:19.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 20 sec 2023-11-03T14:52:20.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 21 sec 2023-11-03T14:52:21.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:20 smithi084 ceph-mon[108307]: pgmap v381: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:21.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:20 smithi087 ceph-mon[111060]: pgmap v381: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:21.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 22 sec 2023-11-03T14:52:22.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 23 sec 2023-11-03T14:52:23.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: pgmap v382: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:23.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:52:23.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:52:23.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:22 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: pgmap v382: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 963 KiB/s wr, 83 op/s 2023-11-03T14:52:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:52:23.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:52:23.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:22 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:23.453 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 24 sec 2023-11-03T14:52:24.085 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:23 smithi084 ceph-mon[108307]: pgmap v383: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 1.1 MiB/s wr, 100 op/s 2023-11-03T14:52:24.086 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:23 smithi084 ceph-mon[108307]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-03T14:52:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:23 smithi087 ceph-mon[111060]: pgmap v383: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 1.1 MiB/s wr, 100 op/s 2023-11-03T14:52:24.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:23 smithi087 ceph-mon[111060]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-03T14:52:24.453 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 25 sec 2023-11-03T14:52:25.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:24 smithi084 ceph-mon[108307]: Health check failed: Slow OSD heartbeats on back (longest 1037.819ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:25.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:24 smithi084 ceph-mon[108307]: Health check failed: Slow OSD heartbeats on front (longest 1038.070ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:24 smithi087 ceph-mon[111060]: Health check failed: Slow OSD heartbeats on back (longest 1037.819ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:24 smithi087 ceph-mon[111060]: Health check failed: Slow OSD heartbeats on front (longest 1038.070ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:25.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 26 sec 2023-11-03T14:52:26.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:25 smithi084 ceph-mon[108307]: pgmap v384: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 1.1 MiB/s wr, 100 op/s 2023-11-03T14:52:26.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:25 smithi087 ceph-mon[111060]: pgmap v384: 97 pgs: 2 active+clean+laggy, 95 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 1.1 MiB/s wr, 100 op/s 2023-11-03T14:52:26.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 27 sec 2023-11-03T14:52:27.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 28 sec 2023-11-03T14:52:28.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:27 smithi084 ceph-mon[108307]: pgmap v385: 97 pgs: 97 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 33 KiB/s wr, 1 op/s 2023-11-03T14:52:28.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:27 smithi087 ceph-mon[111060]: pgmap v385: 97 pgs: 97 active+clean; 323 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 223 B/s rd, 33 KiB/s wr, 1 op/s 2023-11-03T14:52:28.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 29 sec 2023-11-03T14:52:29.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 30 sec 2023-11-03T14:52:30.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:29 smithi084 ceph-mon[108307]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 31 op/s 2023-11-03T14:52:30.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:29 smithi087 ceph-mon[111060]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 31 op/s 2023-11-03T14:52:30.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 31 sec 2023-11-03T14:52:31.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 32 sec 2023-11-03T14:52:32.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:31 smithi084 ceph-mon[108307]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 31 op/s 2023-11-03T14:52:32.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:31 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:32.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:31 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:32.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:31 smithi087 ceph-mon[111060]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 31 op/s 2023-11-03T14:52:32.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:31 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:52:32.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:31 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:32.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 33 sec 2023-11-03T14:52:33.453 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 34 sec 2023-11-03T14:52:34.020 INFO:teuthology.orchestra.run.smithi084.stdout: 0 cleanup 35 sec 2023-11-03T14:52:34.020 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:52:34.020 INFO:teuthology.orchestra.run.smithi084.stdout: Operation Count AvgLat MaxLat 2023-11-03T14:52:34.020 INFO:teuthology.orchestra.run.smithi084.stdout: ---------------------------------------- 2023-11-03T14:52:34.021 INFO:teuthology.orchestra.run.smithi084.stdout: NTCreateX 233 313.754 21677.577 2023-11-03T14:52:34.021 INFO:teuthology.orchestra.run.smithi084.stdout: Close 229 12.822 46.381 2023-11-03T14:52:34.021 INFO:teuthology.orchestra.run.smithi084.stdout: Qfileinfo 203 226.496 21582.201 2023-11-03T14:52:34.021 INFO:teuthology.orchestra.run.smithi084.stdout: WriteX 1046 0.031 0.098 2023-11-03T14:52:34.021 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-03T14:52:34.022 INFO:teuthology.orchestra.run.smithi084.stdout:Throughput 13.7116 MB/sec 5 clients 5 procs max_latency=1274.442 ms 2023-11-03T14:52:34.023 DEBUG:teuthology.parallel:result is None 2023-11-03T14:52:34.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:33 smithi084 ceph-mon[108307]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 33 op/s 2023-11-03T14:52:34.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:33 smithi087 ceph-mon[111060]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 127 KiB/s wr, 33 op/s 2023-11-03T14:52:36.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:35 smithi087 ceph-mon[111060]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 124 KiB/s wr, 30 op/s 2023-11-03T14:52:36.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:35 smithi084 ceph-mon[108307]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 124 KiB/s wr, 30 op/s 2023-11-03T14:52:38.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:37 smithi087 ceph-mon[111060]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 124 KiB/s wr, 30 op/s 2023-11-03T14:52:38.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:37 smithi084 ceph-mon[108307]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 124 KiB/s wr, 30 op/s 2023-11-03T14:52:39.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:39 smithi087 ceph-mon[111060]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 102 KiB/s wr, 29 op/s 2023-11-03T14:52:39.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:39 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on back (longest 1419.522ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:39.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:39 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on front (longest 1419.462ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:39.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:39 smithi084 ceph-mon[108307]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 102 KiB/s wr, 29 op/s 2023-11-03T14:52:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:39 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on back (longest 1419.522ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:39.455 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:39 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on front (longest 1419.462ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:42.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:41 smithi087 ceph-mon[111060]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 4 op/s 2023-11-03T14:52:42.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:41 smithi084 ceph-mon[108307]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 4 op/s 2023-11-03T14:52:44.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:43 smithi087 ceph-mon[111060]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 4 op/s 2023-11-03T14:52:44.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:43 smithi084 ceph-mon[108307]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 4 op/s 2023-11-03T14:52:45.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:44 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on back (longest 1602.584ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:45.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:44 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on front (longest 1602.920ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:45.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:44 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on back (longest 1602.584ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:52:45.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:44 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on front (longest 1602.920ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:52:46.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:45 smithi084 ceph-mon[108307]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 4 op/s 2023-11-03T14:52:46.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:45 smithi087 ceph-mon[111060]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 4 op/s 2023-11-03T14:52:47.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:46 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:47.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:46 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:52:48.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:47 smithi084 ceph-mon[108307]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.5 KiB/s wr, 2 op/s 2023-11-03T14:52:48.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:47 smithi087 ceph-mon[111060]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.5 KiB/s wr, 2 op/s 2023-11-03T14:52:50.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:49 smithi084 ceph-mon[108307]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.5 KiB/s wr, 2 op/s 2023-11-03T14:52:50.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:49 smithi087 ceph-mon[111060]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.5 KiB/s wr, 2 op/s 2023-11-03T14:52:52.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:51 smithi084 ceph-mon[108307]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-11-03T14:52:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:51 smithi087 ceph-mon[111060]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-11-03T14:52:54.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:53 smithi084 ceph-mon[108307]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-11-03T14:52:54.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:53 smithi087 ceph-mon[111060]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-11-03T14:52:56.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:55 smithi084 ceph-mon[108307]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-03T14:52:56.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:55 smithi087 ceph-mon[111060]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-03T14:52:58.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:57 smithi084 ceph-mon[108307]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:52:58.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:57 smithi087 ceph-mon[111060]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:00.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:52:59 smithi084 ceph-mon[108307]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:00.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:52:59 smithi087 ceph-mon[111060]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:02.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:01 smithi084 ceph-mon[108307]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:02.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:01 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:53:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:01 smithi087 ceph-mon[111060]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:01 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:53:04.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:03 smithi084 ceph-mon[108307]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:04.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:03 smithi087 ceph-mon[111060]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:05.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:04 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on back (longest 1614.829ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:53:05.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:04 smithi087 ceph-mon[111060]: Health check update: Slow OSD heartbeats on front (longest 1615.161ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:53:05.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:04 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on back (longest 1614.829ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-03T14:53:05.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:04 smithi084 ceph-mon[108307]: Health check update: Slow OSD heartbeats on front (longest 1615.161ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-03T14:53:06.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:05 smithi087 ceph-mon[111060]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:06.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:05 smithi084 ceph-mon[108307]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:08.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:07 smithi087 ceph-mon[111060]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:08.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:07 smithi084 ceph-mon[108307]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:10.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:09 smithi087 ceph-mon[111060]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:10.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:09 smithi084 ceph-mon[108307]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:11 smithi087 ceph-mon[111060]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:12.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:11 smithi084 ceph-mon[108307]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:14.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:13 smithi087 ceph-mon[111060]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:14.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:13 smithi084 ceph-mon[108307]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:16.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:15 smithi087 ceph-mon[111060]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:16.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:15 smithi084 ceph-mon[108307]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:17.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:16 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:53:17.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:16 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T14:53:18.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:17 smithi087 ceph-mon[111060]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:18.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:17 smithi084 ceph-mon[108307]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:20.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:19 smithi087 ceph-mon[111060]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:20.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:19 smithi084 ceph-mon[108307]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:21.013 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch ps' 2023-11-03T14:53:22.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:21 smithi087 ceph-mon[111060]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:22.380 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T14:53:22.380 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (13m) 60s ago 19m 25.5M - 0.23.0 ba2b418f427c cf57be654cc5 2023-11-03T14:53:22.380 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (19m) 60s ago 19m 7000k - 17.2.0 e1d6a67b021e 99560ae89d69 2023-11-03T14:53:22.380 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi087 smithi087 running (18m) 9m ago 18m 7151k - 17.2.0 e1d6a67b021e 8e509ecf7bb2 2023-11-03T14:53:22.380 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (12m) 60s ago 19m 57.5M - 8.3.5 dad864ee21e9 988719cb03bf 2023-11-03T14:53:22.381 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.ecpory smithi084 running (15m) 60s ago 15m 40.4M - 17.2.0 e1d6a67b021e 6a838772171c 2023-11-03T14:53:22.381 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi087.ojhrxj smithi087 running (15m) 9m ago 15m 14.7M - 17.2.0 e1d6a67b021e b6fb62142e6d 2023-11-03T14:53:22.381 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.nbdbnh smithi084 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e 64507832ad18 2023-11-03T14:53:22.381 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi087.fcbgog smithi087 *:8443,9283 running (13m) 9m ago 18m 512M - 18.0.0-6983-g054a55d1 effb504c0d1c 42ad1258702b 2023-11-03T14:53:22.381 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (20m) 60s ago 20m 177M 2048M 17.2.0 e1d6a67b021e 817c1ff6b6de 2023-11-03T14:53:22.382 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi087 smithi087 running (18m) 9m ago 18m 66.7M 2048M 17.2.0 e1d6a67b021e 8a43c289d6c8 2023-11-03T14:53:22.382 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.snzsrk smithi084 *:2049 running (15m) 60s ago 15m 350M - 4.0 e1d6a67b021e 2764bef9daeb 2023-11-03T14:53:22.382 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi087.odosuj smithi087 *:2049 running (15m) 9m ago 15m 92.7M - 4.0 e1d6a67b021e ac577ff952be 2023-11-03T14:53:22.382 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (12m) 60s ago 19m 23.0M - 1.3.1 1dbe0e931976 44dbb9a873dd 2023-11-03T14:53:22.382 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi087 smithi087 *:9100 running (12m) 9m ago 18m 16.7M - 1.3.1 1dbe0e931976 c9a91c29a338 2023-11-03T14:53:22.383 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (18m) 60s ago 18m 2664M 1944M 17.2.0 e1d6a67b021e 3914ee06be01 2023-11-03T14:53:22.383 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (17m) 60s ago 17m 2743M 1944M 17.2.0 e1d6a67b021e 0f47a95d0256 2023-11-03T14:53:22.383 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (17m) 60s ago 17m 2060M 1944M 17.2.0 e1d6a67b021e b724fb112037 2023-11-03T14:53:22.383 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (17m) 60s ago 17m 2598M 1944M 17.2.0 e1d6a67b021e f36e8a5cf3d1 2023-11-03T14:53:22.383 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi087 running (17m) 9m ago 17m 1395M 2712M 17.2.0 e1d6a67b021e 60877f2b9e17 2023-11-03T14:53:22.384 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi087 running (16m) 9m ago 16m 1751M 2712M 17.2.0 e1d6a67b021e 71cd3ba4419a 2023-11-03T14:53:22.384 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi087 running (16m) 9m ago 16m 1429M 2712M 17.2.0 e1d6a67b021e 7d3aaeacb5e2 2023-11-03T14:53:22.384 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi087 running (16m) 9m ago 16m 2112M 2712M 17.2.0 e1d6a67b021e c80a6114aadd 2023-11-03T14:53:22.384 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (12m) 60s ago 18m 71.0M - 2.33.4 514e6a882f6e 3d0f1913ba00 2023-11-03T14:53:22.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:21 smithi084 ceph-mon[108307]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:22.823 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch upgrade status' 2023-11-03T14:53:23.204 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:22 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:53:23.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:22 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T14:53:24.123 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:24 smithi084 ceph-mon[108307]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:24.123 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:24 smithi084 ceph-mon[108307]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:53:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:24 smithi087 ceph-mon[111060]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:24.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:24 smithi087 ceph-mon[111060]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:53:24.541 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:53:24.541 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T14:53:24.541 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-03T14:53:24.542 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T14:53:24.542 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-03T14:53:24.542 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T14:53:24.542 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed.", 2023-11-03T14:53:24.543 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": true 2023-11-03T14:53:24.543 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:53:25.037 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph health detail' 2023-11-03T14:53:26.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:26 smithi084 ceph-mon[108307]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:26.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:26 smithi084 ceph-mon[108307]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:53:26.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:26 smithi087 ceph-mon[111060]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:26.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:26 smithi087 ceph-mon[111060]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T14:53:26.977 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 1614.829ms); Slow OSD heartbeats on front (longest 1615.161ms); Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:53:26.978 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 1614.829ms) 2023-11-03T14:53:26.978 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 1614.829 msec 2023-11-03T14:53:26.978 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.1 [] 1602.584 msec 2023-11-03T14:53:26.978 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 1419.522 msec 2023-11-03T14:53:26.978 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.1 [] 1037.819 msec 2023-11-03T14:53:26.979 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1615.161ms) 2023-11-03T14:53:26.979 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 1615.161 msec 2023-11-03T14:53:26.979 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.1 [] 1602.920 msec 2023-11-03T14:53:26.979 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 1419.462 msec 2023-11-03T14:53:26.979 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.1 [] 1038.070 msec 2023-11-03T14:53:26.980 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.nbdbnh on host smithi084 failed. 2023-11-03T14:53:26.980 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrade daemon: mgr.smithi084.nbdbnh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.nbdbnh ... 2023-11-03T14:53:26.980 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T14:53:26.980 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T14:53:26.980 INFO:teuthology.orchestra.run.smithi084.stdout:Traceback (most recent call last): 2023-11-03T14:53:26.981 INFO:teuthology.orchestra.run.smithi084.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T14:53:26.981 INFO:teuthology.orchestra.run.smithi084.stdout: "__main__", mod_spec) 2023-11-03T14:53:26.981 INFO:teuthology.orchestra.run.smithi084.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T14:53:26.981 INFO:teuthology.orchestra.run.smithi084.stdout: exec(code, run_globals) 2023-11-03T14:53:26.981 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T14:53:26.982 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T14:53:26.982 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T14:53:26.982 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T14:53:26.982 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T14:53:26.982 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T14:53:26.983 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T14:53:26.983 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T14:53:26.983 INFO:teuthology.orchestra.run.smithi084.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T14:53:27.349 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions' 2023-11-03T14:53:27.653 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:27.654 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.654 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.654 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:53:27.655 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:53:27.655 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.655 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.655 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:27 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/2802704079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:53:27.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T14:53:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T14:53:27.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 172.21.15.87:0/1634684475' entity='mgr.smithi087.fcbgog' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T14:53:27.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='mgr.24437 ' entity='mgr.smithi087.fcbgog' 2023-11-03T14:53:27.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:27 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/2802704079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T14:53:28.725 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-03T14:53:28.725 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-03T14:53:28.726 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:53:28.726 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:53:28.726 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-03T14:53:28.726 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T14:53:28.726 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:53:28.727 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:53:28.727 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-03T14:53:28.727 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T14:53:28.727 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:53:28.727 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-03T14:53:28.728 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T14:53:28.728 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-03T14:53:28.728 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-03T14:53:28.728 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T14:53:28.728 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T14:53:28.729 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-03T14:53:28.729 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-03T14:53:29.049 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-03T14:53:29.671 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:29 smithi084 ceph-mon[108307]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:29.671 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:29 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4195911674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:53:29.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:29 smithi087 ceph-mon[111060]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T14:53:29.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:29 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4195911674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:53:30.453 INFO:teuthology.orchestra.run.smithi084.stdout:false 2023-11-03T14:53:30.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:30 smithi084 ceph-mon[108307]: from='client.? 172.21.15.84:0/4130136786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:53:30.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:53:30.808 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi084 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-03T14:53:30.879 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8a479d4a57194c38923d03350185b54e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi084 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-03T14:53:30.883 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-03T14:53:30.893 INFO:tasks.cephadm:Teardown begin 2023-11-03T14:53:30.894 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:53:30.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:30 smithi087 ceph-mon[111060]: from='client.? 172.21.15.84:0/4130136786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T14:53:30.930 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:53:30.968 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-03T14:53:30.968 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-03T14:53:30.988 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-03T14:53:31.029 INFO:tasks.cephadm:Stopping all daemons... 2023-11-03T14:53:31.030 INFO:tasks.cephadm.mon.smithi084:Stopping mon.smithi084... 2023-11-03T14:53:31.031 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084 2023-11-03T14:53:31.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:31 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:31.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:31 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084[108284]: 2023-11-03T14:53:31.142+0000 7f3a11852700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -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-11-03T14:53:31.330 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 03 14:53:31 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi084[108284]: 2023-11-03T14:53:31.142+0000 7f3a11852700 -1 mon.smithi084@0(leader) e2 *** Got Signal Terminated *** 2023-11-03T14:53:31.516 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi084.service' 2023-11-03T14:53:31.565 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:31.566 INFO:tasks.cephadm.mon.smithi084:Stopped mon.smithi084 2023-11-03T14:53:31.566 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2023-11-03T14:53:31.567 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi087 2023-11-03T14:53:31.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:31 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:31.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:31 smithi087 bash[136200]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon.smithi087" found: no such container 2023-11-03T14:53:31.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:31 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi087[111012]: 2023-11-03T14:53:31.712+0000 7f8c70fbc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -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-11-03T14:53:31.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 03 14:53:31 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-mon-smithi087[111012]: 2023-11-03T14:53:31.712+0000 7f8c70fbc700 -1 mon.smithi087@1(peon) e2 *** Got Signal Terminated *** 2023-11-03T14:53:32.222 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@mon.smithi087.service' 2023-11-03T14:53:32.267 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:32.268 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2023-11-03T14:53:32.268 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-03T14:53:32.269 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.0 2023-11-03T14:53:32.704 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:32 smithi084 systemd[1]: Stopping Ceph osd.0 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:32.705 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:32 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0[121099]: 2023-11-03T14:53:32.384+0000 7f4ac5e34700 -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-11-03T14:53:32.705 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:32 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0[121099]: 2023-11-03T14:53:32.384+0000 7f4ac5e34700 -1 osd.0 68 *** Got signal Terminated *** 2023-11-03T14:53:32.705 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:32 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0[121099]: 2023-11-03T14:53:32.384+0000 7f4ac5e34700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:53:38.417 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:38 smithi084 bash[158639]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-0 2023-11-03T14:53:38.418 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 03 14:53:38 smithi084 bash[158682]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.0" found: no such container 2023-11-03T14:53:39.093 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.0.service' 2023-11-03T14:53:39.134 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:39.135 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-03T14:53:39.135 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-03T14:53:39.136 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.1 2023-11-03T14:53:39.454 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:39 smithi084 systemd[1]: Stopping Ceph osd.1 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:39.455 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:39 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:53:39.253+0000 7f4ae88d2700 -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-11-03T14:53:39.455 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:39 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:53:39.253+0000 7f4ae88d2700 -1 osd.1 68 *** Got signal Terminated *** 2023-11-03T14:53:39.455 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:39 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1[125748]: 2023-11-03T14:53:39.253+0000 7f4ae88d2700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:53:45.204 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:44 smithi084 bash[158861]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-1 2023-11-03T14:53:45.205 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 03 14:53:45 smithi084 bash[158904]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.1" found: no such container 2023-11-03T14:53:45.949 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.1.service' 2023-11-03T14:53:45.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:45.991 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-03T14:53:45.992 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-03T14:53:45.992 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.2 2023-11-03T14:53:46.204 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:46 smithi084 systemd[1]: Stopping Ceph osd.2 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:46.205 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:46 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:53:46.138+0000 7f2c3c09e700 -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-11-03T14:53:46.205 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:46 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:53:46.138+0000 7f2c3c09e700 -1 osd.2 68 *** Got signal Terminated *** 2023-11-03T14:53:46.205 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:46 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2[130087]: 2023-11-03T14:53:46.138+0000 7f2c3c09e700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:53:52.130 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:51 smithi084 bash[159119]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-2 2023-11-03T14:53:52.131 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 03 14:53:51 smithi084 bash[159162]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.2" found: no such container 2023-11-03T14:53:52.833 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.2.service' 2023-11-03T14:53:52.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:52.874 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-03T14:53:52.874 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-03T14:53:52.875 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.3 2023-11-03T14:53:53.204 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:52 smithi084 systemd[1]: Stopping Ceph osd.3 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:53:53.205 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:52 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:53:52.992+0000 7fc6a2a08700 -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-11-03T14:53:53.205 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:52 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:53:52.992+0000 7fc6a2a08700 -1 osd.3 68 *** Got signal Terminated *** 2023-11-03T14:53:53.205 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:52 smithi084 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3[133876]: 2023-11-03T14:53:52.992+0000 7fc6a2a08700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:53:58.877 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:58 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:53:58.393+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:53:58.954 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:58 smithi084 bash[159340]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-3 2023-11-03T14:53:58.955 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 03 14:53:58 smithi084 bash[159382]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.3" found: no such container 2023-11-03T14:53:59.627 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:53:59.347+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:53:59.755 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.3.service' 2023-11-03T14:53:59.797 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:53:59.797 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-03T14:53:59.798 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-03T14:53:59.798 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.4 2023-11-03T14:54:00.127 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:53:59 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:53:59.882+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:00.128 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 systemd[1]: Stopping Ceph osd.4 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:54:00.128 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 bash[136357]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.4" found: no such container 2023-11-03T14:54:00.129 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:53:59.966+0000 7f8044f36700 -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-11-03T14:54:00.129 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:53:59.966+0000 7f8044f36700 -1 osd.4 68 *** Got signal Terminated *** 2023-11-03T14:54:00.129 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:53:59 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:53:59.966+0000 7f8044f36700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:54:00.627 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:00 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:54:00.362+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:54:01.359 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:00 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:00.905+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:01.627 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:01 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:54:01.357+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:54:02.377 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:01 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:01.883+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:02.877 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:02 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:54:02.390+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:54:03.377 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:02 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:02.920+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:03.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:03 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:03.091+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:03.877 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:03 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:54:03.394+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:54:03.878 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:03 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:03.385+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:04.365 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:04 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:04.042+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:04.366 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:03 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:03.930+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:04.622 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:04 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4[115899]: 2023-11-03T14:54:04.363+0000 7f803e0ca700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:37.015684+0000 front 2023-11-03T14:53:37.015741+0000 (oldest deadline 2023-11-03T14:53:58.115533+0000) 2023-11-03T14:54:04.623 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:04 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:04.412+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:05.377 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:04 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:04.885+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:05.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:05 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:05.040+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:05.709 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:05 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:05.442+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:06.019 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:05 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:05.896+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:06.020 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:05 smithi087 bash[136369]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-4 2023-11-03T14:54:06.020 INFO:journalctl@ceph.osd.4.smithi087.stdout:Nov 03 14:54:05 smithi087 bash[136418]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.4" found: no such container 2023-11-03T14:54:06.377 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:06 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:06.018+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:06.786 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:06 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:06.414+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:06.794 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.4.service' 2023-11-03T14:54:06.838 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:54:06.839 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-03T14:54:06.839 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-03T14:54:06.840 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.5 2023-11-03T14:54:07.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:07.016+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:07.128 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:06 smithi087 systemd[1]: Stopping Ceph osd.5 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:54:07.129 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:06 smithi087 bash[136639]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.5" found: no such container 2023-11-03T14:54:07.129 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:06 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:06.943+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:07.129 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:07.004+0000 7fe9f67b8700 -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-11-03T14:54:07.129 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:07.004+0000 7fe9f67b8700 -1 osd.5 68 *** Got signal Terminated *** 2023-11-03T14:54:07.130 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:07.004+0000 7fe9f67b8700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:54:07.877 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:07.389+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:07.878 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:07.389+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:08.377 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:08.018+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:08.378 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:07 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:07.951+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:08.877 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:08.377+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:08.878 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:08.377+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:09.343 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:08.902+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:09.344 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:08.981+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:09.344 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:08 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:08.981+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:09.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:09 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:09.342+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:09.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:09 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:09.342+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:10.127 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:09 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:09.874+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:10.128 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:09 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:09.874+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:41.418484+0000 front 2023-11-03T14:53:41.418468+0000 (oldest deadline 2023-11-03T14:54:09.619160+0000) 2023-11-03T14:54:10.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:09.999+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:10.129 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:09.999+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:10.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:10.336+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:10.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:10.336+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:11.296 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:10.894+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:11.297 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:10.894+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:41.418484+0000 front 2023-11-03T14:53:41.418468+0000 (oldest deadline 2023-11-03T14:54:09.619160+0000) 2023-11-03T14:54:11.297 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:10.964+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:11.298 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:10 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:10.964+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:11.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:11.295+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:11.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:11.295+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:12.263 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:11.993+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:12.264 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:11.993+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:12.264 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:11.920+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:35.116625+0000 front 2023-11-03T14:53:35.116663+0000 (oldest deadline 2023-11-03T14:53:59.816771+0000) 2023-11-03T14:54:12.264 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:11.920+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:41.418484+0000 front 2023-11-03T14:53:41.418468+0000 (oldest deadline 2023-11-03T14:54:09.619160+0000) 2023-11-03T14:54:12.265 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:11 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5[119350]: 2023-11-03T14:54:11.920+0000 7fe9f2151700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.619611+0000 front 2023-11-03T14:53:49.619706+0000 (oldest deadline 2023-11-03T14:54:11.919699+0000) 2023-11-03T14:54:12.626 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:12 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:12.262+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:12.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:12 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:12.262+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:12.877 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:12 smithi087 bash[136651]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-5 2023-11-03T14:54:12.878 INFO:journalctl@ceph.osd.5.smithi087.stdout:Nov 03 14:54:12 smithi087 bash[136694]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.5" found: no such container 2023-11-03T14:54:13.248 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:12 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:12.948+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:13.249 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:12 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:12.948+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:13.576 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.246+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:13.577 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.246+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:13.577 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.246+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:13.768 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.5.service' 2023-11-03T14:54:13.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:54:13.810 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-03T14:54:13.810 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-03T14:54:13.811 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.6 2023-11-03T14:54:14.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:13.960+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:14.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:13.960+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:14.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:13.960+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:14.128 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 systemd[1]: Stopping Ceph osd.6 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:54:14.129 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 bash[136870]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.6" found: no such container 2023-11-03T14:54:14.129 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.973+0000 7f4597717700 -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-11-03T14:54:14.129 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.973+0000 7f4597717700 -1 osd.6 68 *** Got signal Terminated *** 2023-11-03T14:54:14.130 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:13 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:13.973+0000 7f4597717700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:54:14.622 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:14.296+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:14.622 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:14.296+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:14.623 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:14.296+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:15.268 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:14.919+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:15.269 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:14.919+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:15.269 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:14 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:14.919+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:15.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:15.267+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:15.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:15.267+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:15.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:15.267+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:16.239 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:15.900+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:16.240 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:15.900+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:16.240 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:15 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:15.900+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:16.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:16.237+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:16.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:16.238+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:16.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:16.238+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:17.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:16.861+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:17.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:16.861+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:17.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:16 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:16.861+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:17.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:17.272+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:17.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:17.272+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:17.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:17.272+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:18.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:17.848+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:18.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:17.848+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:18.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:17 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:17.848+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:18.627 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:18.263+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:34.307518+0000 front 2023-11-03T14:53:34.307685+0000 (oldest deadline 2023-11-03T14:54:02.508109+0000) 2023-11-03T14:54:18.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:18.263+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.508781+0000 front 2023-11-03T14:53:42.508827+0000 (oldest deadline 2023-11-03T14:54:06.608619+0000) 2023-11-03T14:54:18.628 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6[122875]: 2023-11-03T14:54:18.263+0000 7f45950b4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:46.609232+0000 front 2023-11-03T14:53:46.609315+0000 (oldest deadline 2023-11-03T14:54:12.509128+0000) 2023-11-03T14:54:19.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:18.895+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:19.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:18.895+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:19.379 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:18 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:18.895+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:19.877 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:19 smithi087 bash[136882]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-6 2023-11-03T14:54:19.878 INFO:journalctl@ceph.osd.6.smithi087.stdout:Nov 03 14:54:19 smithi087 bash[136927]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.6" found: no such container 2023-11-03T14:54:20.279 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:19 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:19.885+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:20.280 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:19 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:19.885+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:20.280 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:19 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:19.885+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:20.280 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:19 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:19.885+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:20.555 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.6.service' 2023-11-03T14:54:20.595 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:54:20.596 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-03T14:54:20.596 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-03T14:54:20.597 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.7 2023-11-03T14:54:20.877 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 systemd[1]: Stopping Ceph osd.7 for d46a7d60-7a55-11ee-8db9-212e2dc638e7... 2023-11-03T14:54:20.878 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 bash[137106]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.7" found: no such container 2023-11-03T14:54:20.878 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.756+0000 7f6f84673700 -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-11-03T14:54:20.879 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.756+0000 7f6f84673700 -1 osd.7 68 *** Got signal Terminated *** 2023-11-03T14:54:20.879 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.756+0000 7f6f84673700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T14:54:21.377 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.890+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:21.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.890+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:21.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.890+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:21.378 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:20 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:20.890+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:22.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:21 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:21.866+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:22.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:21 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:21.866+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:22.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:21 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:21.866+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:22.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:21 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:21.866+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:23.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:22 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:22.867+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:23.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:22 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:22.867+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:23.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:22 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:22.867+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:23.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:22 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:22.867+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:24.127 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:23 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:23.820+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:24.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:23 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:23.820+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:24.128 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:23 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:23.820+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:24.129 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:23 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:23.820+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:24.877 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:24.801+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-03T14:53:33.339333+0000 front 2023-11-03T14:53:33.339424+0000 (oldest deadline 2023-11-03T14:54:02.140219+0000) 2023-11-03T14:54:24.878 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:24.801+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-03T14:53:42.140749+0000 front 2023-11-03T14:53:42.140861+0000 (oldest deadline 2023-11-03T14:54:08.040757+0000) 2023-11-03T14:54:24.878 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:24.801+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-03T14:53:49.042262+0000 front 2023-11-03T14:53:49.042258+0000 (oldest deadline 2023-11-03T14:54:13.742214+0000) 2023-11-03T14:54:24.879 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:24 smithi087 ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7[126365]: 2023-11-03T14:54:24.801+0000 7f6f7f00a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-03T14:53:53.742837+0000 front 2023-11-03T14:53:53.742824+0000 (oldest deadline 2023-11-03T14:54:19.642875+0000) 2023-11-03T14:54:26.869 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:26 smithi087 bash[137118]: ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd-7 2023-11-03T14:54:26.870 INFO:journalctl@ceph.osd.7.smithi087.stdout:Nov 03 14:54:26 smithi087 bash[137195]: Error: no container with name or ID "ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7-osd.7" found: no such container 2023-11-03T14:54:27.574 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d46a7d60-7a55-11ee-8db9-212e2dc638e7@osd.7.service' 2023-11-03T14:54:27.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T14:54:27.614 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-03T14:54:27.614 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-11-03T14:54:48.546 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-11-03T14:55:05.298 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:55:05.337 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T14:55:05.368 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-03T14:55:05.371 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi084/crash 2023-11-03T14:55:05.373 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash -- . 2023-11-03T14:55:05.423 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-03T14:55:05.423 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2023-11-03T14:55:05.425 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi087/crash 2023-11-03T14:55:05.426 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash -- . 2023-11-03T14:55:05.481 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-03T14:55:05.481 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2023-11-03T14:55:05.482 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-03T14:55:05.483 DEBUG:teuthology.orchestra.run.smithi084:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-03T14:55:05.513 INFO:teuthology.orchestra.run.smithi084.stderr:grep: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory 2023-11-03T14:55:05.515 INFO:tasks.cephadm:Compressing logs... 2023-11-03T14:55:05.515 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:55:05.557 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:55:05.585 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-03T14:55:05.585 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-03T14:55:05.586 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-11-03T14:55:05.586 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.2.log 2023-11-03T14:55:05.586 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.3.log 2023-11-03T14:55:05.586 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.0.log 2023-11-03T14:55:05.587 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi084.log 2023-11-03T14:55:05.588 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi084.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi084.nbdbnh.log 2023-11-03T14:55:05.589 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-03T14:55:05.590 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-03T14:55:05.590 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi087.log 2023-11-03T14:55:05.590 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.6.log 2023-11-03T14:55:05.591 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-11-03T14:55:05.591 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi087.log: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi087.fcbgog.log 2023-11-03T14:55:05.591 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.7.log 2023-11-03T14:55:05.592 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi087.fcbgog.log: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.7.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-03T14:55:05.593 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.4.log 2023-11-03T14:55:05.593 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.5.log 2023-11-03T14:55:05.593 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi084.nbdbnh.log: 90.9% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-11-03T14:55:05.593 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.1.log 2023-11-03T14:55:05.594 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-11-03T14:55:05.595 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi087.ojhrxj.log 2023-11-03T14:55:05.595 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi087.ojhrxj.log: 60.7% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi087.ojhrxj.log.gz 2023-11-03T14:55:05.598 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi084.ecpory.log 2023-11-03T14:55:05.598 INFO:teuthology.orchestra.run.smithi084.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-03T14:55:05.599 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi084.ecpory.log: 79.7% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi084.ecpory.log.gz 2023-11-03T14:55:05.682 INFO:teuthology.orchestra.run.smithi084.stderr: 88.5% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi084.nbdbnh.log.gz 2023-11-03T14:55:05.712 INFO:teuthology.orchestra.run.smithi087.stderr: 91.0% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mgr.smithi087.fcbgog.log.gz 2023-11-03T14:55:05.959 INFO:teuthology.orchestra.run.smithi087.stderr: 92.3% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi087.log.gz 2023-11-03T14:55:07.029 INFO:teuthology.orchestra.run.smithi084.stderr: 91.7% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-mon.smithi084.log.gz 2023-11-03T14:55:13.736 INFO:teuthology.orchestra.run.smithi084.stderr: 94.5% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.2.log.gz 2023-11-03T14:55:15.916 INFO:teuthology.orchestra.run.smithi087.stderr: 94.0% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.4.log.gz 2023-11-03T14:55:16.997 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.0.log.gz 2023-11-03T14:55:17.314 INFO:teuthology.orchestra.run.smithi087.stderr: 94.3% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.6.log.gz 2023-11-03T14:55:18.702 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.3.log.gz 2023-11-03T14:55:18.883 INFO:teuthology.orchestra.run.smithi084.stderr: 94.3% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.1.log.gz 2023-11-03T14:55:18.884 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-03T14:55:18.885 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m13.311s 2023-11-03T14:55:18.885 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m45.606s 2023-11-03T14:55:18.885 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m1.875s 2023-11-03T14:55:20.319 INFO:teuthology.orchestra.run.smithi087.stderr: 94.2% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.5.log.gz 2023-11-03T14:55:22.744 INFO:teuthology.orchestra.run.smithi087.stderr: 94.2% -- replaced with /var/log/ceph/d46a7d60-7a55-11ee-8db9-212e2dc638e7/ceph-osd.7.log.gz 2023-11-03T14:55:22.746 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-03T14:55:22.746 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m17.171s 2023-11-03T14:55:22.747 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m52.296s 2023-11-03T14:55:22.747 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m2.080s 2023-11-03T14:55:22.748 INFO:tasks.cephadm:Archiving logs... 2023-11-03T14:55:22.748 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi084/log 2023-11-03T14:55:22.749 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-03T14:55:29.172 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi087/log 2023-11-03T14:55:29.174 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-03T14:55:36.736 INFO:tasks.cephadm:Removing cluster... 2023-11-03T14:55:36.737 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 --force 2023-11-03T14:55:37.120 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 --force 2023-11-03T14:55:37.540 INFO:tasks.cephadm:Removing cephadm ... 2023-11-03T14:55:37.541 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-03T14:55:37.561 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-03T14:55:37.579 INFO:tasks.cephadm:Teardown complete 2023-11-03T14:55:37.580 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-03T14:55:37.592 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-03T14:55:37.592 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T14:55:37.603 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T14:55:37.619 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-11-03T14:55:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T14:55:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-11-03T14:55:37.625 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 +1293us[+1305us] +/- 90ms 2023-11-03T14:55:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv02.front.sepia.ceph.com 3 6 377 33 -988us[ -976us] +/- 53ms 2023-11-03T14:55:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 32 +387us[ +387us] +/- 71ms 2023-11-03T14:55:37.626 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:55:37.636 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-03T14:55:37.640 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T14:55:37.641 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-03T14:55:37.641 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 30 +1320us[+1320us] +/- 90ms 2023-11-03T14:55:37.641 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -963us[ -948us] +/- 53ms 2023-11-03T14:55:37.641 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +402us[ +402us] +/- 71ms 2023-11-03T14:55:37.642 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T14:55:37.643 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-03T14:55:37.653 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-03T14:55:37.654 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-03T14:55:37.664 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:55:37.768 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:55:37.860 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:55:37.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:55:37.895 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:55:37.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:55:37.928 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-03T14:55:37.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-03T14:55:37.990 INFO:teuthology.task.internal:Duration was 1855.046140 seconds 2023-11-03T14:55:37.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-03T14:55:38.005 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-03T14:55:38.006 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-03T14:55:38.008 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-03T14:55:38.052 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T14:55:38.055 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T14:55:38.468 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-03T14:55:38.468 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2023-11-03T14:55:38.469 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:55:38.496 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2023-11-03T14:55:38.497 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:55:38.520 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-03T14:55:38.521 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-03T14:55:38.540 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-03T14:55:38.617 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-03T14:55:38.617 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-03T14:55:38.620 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-03T14:55:47.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-03T14:55:47.306 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-03T14:55:47.307 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-03T14:55:47.334 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-03T14:55:47.368 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-03T14:55:47.380 DEBUG:teuthology.orchestra.run.smithi084:> 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-11-03T14:55:47.383 DEBUG:teuthology.orchestra.run.smithi087:> 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-11-03T14:55:47.407 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2023-11-03T14:55:47.438 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2023-11-03T14:55:47.462 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-03T14:55:47.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:55:47.498 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-03T14:55:47.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T14:55:47.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-03T14:55:47.534 INFO:teuthology.task.internal:Transferring archived files... 2023-11-03T14:55:47.535 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi084 2023-11-03T14:55:47.536 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-03T14:55:47.601 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533/remote/smithi087 2023-11-03T14:55:47.601 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-03T14:55:47.648 INFO:teuthology.task.internal:Removing archive directory... 2023-11-03T14:55:47.648 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-03T14:55:47.651 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-03T14:55:47.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-03T14:55:47.712 INFO:teuthology.task.internal:Not uploading archives. 2023-11-03T14:55:47.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-03T14:55:47.723 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-03T14:55:47.724 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-03T14:55:47.726 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-03T14:55:47.742 INFO:teuthology.orchestra.run.smithi084.stdout: 525729 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 3 14:55 /home/ubuntu/cephtest 2023-11-03T14:55:47.759 INFO:teuthology.orchestra.run.smithi087.stdout: 525982 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 3 14:55 /home/ubuntu/cephtest 2023-11-03T14:55:47.760 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-03T14:55:47.774 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-03T14:55:47.798 INFO:teuthology.nuke:Checking targets against current locks 2023-11-03T14:55:47.830 DEBUG:teuthology.nuke:shortname: smithi084 2023-11-03T14:55:47.831 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T14:55:47.852 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533', '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-11-03 14:16:39.822133', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEaJHSOT2o9R/QOholFm1cd+qmrNARHRwF/giuvcA3XrL30v4Ca7SvvoTRYVT0n7nb+c5fS696NGW+H5WrhIc4g='} 2023-11-03T14:55:47.856 DEBUG:teuthology.nuke:shortname: smithi087 2023-11-03T14:55:47.857 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T14:55:47.878 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-03_14:14:47-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7445533', '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-11-03 14:16:39.823140', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQQmf3reTJdTfnb7vdIyDMkc6Cc8gggE/3gVsEvVlLhgbzpuF/RPyF+F21JCXagGhqghr0jAC+4Fk6ol1LxmIc='} 2023-11-03T14:55:47.904 INFO:teuthology.orchestra.console.smithi084:Power off 2023-11-03T14:55:47.905 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-03T14:55:47.932 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2023-11-03T14:55:47.933 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:47.954 INFO:teuthology.orchestra.console.smithi087:Power off 2023-11-03T14:55:47.955 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-03T14:55:47.967 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-11-03T14:55:47.979 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2023-11-03T14:55:47.980 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:48.003 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-03T14:55:51.969 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:52.005 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:52.081 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-11-03T14:55:52.119 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-03T14:55:56.082 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:56.121 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T14:55:56.196 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2023-11-03T14:55:56.232 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2023-11-03T14:55:56.298 INFO:teuthology.orchestra.console.smithi084:Power off completed 2023-11-03T14:55:56.333 INFO:teuthology.orchestra.console.smithi087:Power off completed 2023-11-03T14:55:56.438 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: 1855.0461404323578 failure_reason: 'Command failed on smithi084 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d46a7d60-7a55-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8a479d4a57194c38923d03350185b54e status: fail success: false 2023-11-03T14:55:56.439 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-03T14:55:56.508 INFO:teuthology.run:FAIL