2023-11-21T10:36:08.621 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-21T10:36:08.621 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --verbose --name gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757 --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/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/orig.config.yaml 2023-11-21T10:36:08.659 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-21T10:36:08.739 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757 branch: wip-teo-track_58812 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7463757' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-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-teo-track_58812 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: 52ca4a61d5d69ccfadeef8408a4711c820b98959 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-teo-track_58812 sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 owner: scheduled_gabrioux@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: 4172 sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-teo-track_58812 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 targets: smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLyBIyURbRXKVE89hCttljBuy9GaA3EdnDhPDQb7WS/+ufl8s4dAM9SjVSQ0a1FJTBGPIAOwvNij3r5fBdj7tgE= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMh94xXm5VXuO2OaVibiRJPBpULGn1bELZtMwgg00x1ORgG1hwn4Rpkkezu4y6Cm5twBED77Y2cYntpuiIcHyFk= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-21_10:27:09 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-21T10:36:08.740 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa; will attempt to use it 2023-11-21T10:36:08.864 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks 2023-11-21T10:36:08.864 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-21T10:36:08.866 INFO:teuthology.task.internal:Checking packages... 2023-11-21T10:36:08.888 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '52ca4a61d5d69ccfadeef8408a4711c820b98959' 2023-11-21T10:36:08.888 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-21T10:36:08.888 INFO:teuthology.packaging:ref: None 2023-11-21T10:36:08.888 INFO:teuthology.packaging:tag: None 2023-11-21T10:36:08.888 INFO:teuthology.packaging:branch: wip-teo-track_58812 2023-11-21T10:36:08.888 INFO:teuthology.packaging:sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:36:08.888 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-teo-track_58812 2023-11-21T10:36:09.028 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7435.g52ca4a61 2023-11-21T10:36:09.028 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-21T10:36:09.035 INFO:teuthology.task.internal:no buildpackages task found 2023-11-21T10:36:09.035 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-21T10:36:09.054 INFO:teuthology.task.internal:Saving configuration 2023-11-21T10:36:09.068 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-21T10:36:09.074 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T10:36:09.099 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757', '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-21 10:31:04.108275', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLyBIyURbRXKVE89hCttljBuy9GaA3EdnDhPDQb7WS/+ufl8s4dAM9SjVSQ0a1FJTBGPIAOwvNij3r5fBdj7tgE='} 2023-11-21T10:36:09.122 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757', '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-21 10:31:04.106202', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMh94xXm5VXuO2OaVibiRJPBpULGn1bELZtMwgg00x1ORgG1hwn4Rpkkezu4y6Cm5twBED77Y2cYntpuiIcHyFk='} 2023-11-21T10:36:09.123 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-21T10:36:09.129 INFO:teuthology.task.internal:roles: ubuntu@smithi135.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-21T10:36:09.129 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-21T10:36:09.129 INFO:teuthology.run_tasks:Running task console_log... 2023-11-21T10:36:09.203 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fea42a5ef70>, signals=[15]) 2023-11-21T10:36:09.203 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-21T10:36:09.210 INFO:teuthology.task.internal:Opening connections... 2023-11-21T10:36:09.210 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:36:09.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:36:09.278 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-21T10:36:09.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:36:09.346 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-21T10:36:09.353 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2023-11-21T10:36:09.375 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2023-11-21T10:36:09.375 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2023-11-21T10:36:09.435 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="CentOS Stream" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="8" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:ID="centos" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE="rhel fedora" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="8" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:PLATFORM_ID="platform:el8" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:ANSI_COLOR="0;31" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://centos.org/" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-21T10:36:09.436 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-21T10:36:09.437 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-21T10:36:09.437 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2023-11-21T10:36:09.465 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-21T10:36:09.488 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-21T10:36:09.488 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2023-11-21T10:36:09.549 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-21T10:36:09.550 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-21T10:36:09.550 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-21T10:36:09.574 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-21T10:36:09.583 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-21T10:36:09.589 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-21T10:36:09.589 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2023-11-21T10:36:09.591 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-21T10:36:09.610 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-21T10:36:09.617 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-21T10:36:09.617 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2023-11-21T10:36:09.652 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-21T10:36:09.682 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-21T10:36:09.734 INFO:teuthology.run_tasks:Running task kernel... 2023-11-21T10:36:09.748 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-21T10:36:09.748 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-21T10:36:09.748 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-21T10:36:09.749 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-21T10:36:09.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:36:09.768 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-21T10:36:09.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:36:09.769 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-11-21T10:36:09.828 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2023-11-21T10:36:09.828 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2023-11-21T10:36:09.828 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-11-21T10:36:09.829 INFO:teuthology.orchestra.run.smithi135.stdout:4.18.0-489.el8.x86_64 2023-11-21T10:36:09.829 INFO:teuthology.task.kernel:Running kernel on smithi135: 4.18.0-489.el8.x86_64 2023-11-21T10:36:09.830 DEBUG:teuthology.orchestra.run.smithi135:> sudo yum install -y kernel 2023-11-21T10:36:13.889 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 24 MB/s | 34 MB 00:01 2023-11-21T10:36:13.960 INFO:teuthology.orchestra.run.smithi135.stdout:CentOS Stream 8 - AppStream 24 MB/s | 34 MB 00:01 2023-11-21T10:36:22.481 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 53 MB 00:02 2023-11-21T10:36:22.678 INFO:teuthology.orchestra.run.smithi135.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 53 MB 00:02 2023-11-21T10:36:30.314 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 53 kB/s | 18 kB 00:00 2023-11-21T10:36:30.461 INFO:teuthology.orchestra.run.smithi135.stdout:CentOS Stream 8 - Extras 95 kB/s | 18 kB 00:00 2023-11-21T10:36:30.781 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2023-11-21T10:36:30.920 INFO:teuthology.orchestra.run.smithi135.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-11-21T10:36:31.124 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-21T10:36:31.213 INFO:teuthology.orchestra.run.smithi135.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-21T10:36:32.097 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-11-21T10:36:33.131 INFO:teuthology.orchestra.run.smithi135.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-11-21T10:36:35.858 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 594 kB/s | 24 kB 00:00 2023-11-21T10:36:36.965 INFO:teuthology.orchestra.run.smithi135.stdout:lab-extras 583 kB/s | 24 kB 00:00 2023-11-21T10:36:39.375 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-21T10:36:39.375 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-21T10:36:39.665 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-21T10:36:39.666 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:36:39.666 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-21T10:36:39.666 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:36:39.666 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2023-11-21T10:36:39.667 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:36:39.668 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 89 M 2023-11-21T10:36:39.668 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2023-11-21T10:36:39.668 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-21T10:36:40.615 INFO:teuthology.orchestra.run.smithi135.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-21T10:36:40.615 INFO:teuthology.orchestra.run.smithi135.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-21T10:36:40.903 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-11-21T10:36:40.904 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:36:40.904 INFO:teuthology.orchestra.run.smithi135.stdout: Package Architecture Version Repository Size 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:Installing: 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:Installing dependencies: 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction Summary 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout:Install 3 Packages 2023-11-21T10:36:40.905 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:36:40.906 INFO:teuthology.orchestra.run.smithi135.stdout:Total download size: 89 M 2023-11-21T10:36:40.906 INFO:teuthology.orchestra.run.smithi135.stdout:Installed size: 96 M 2023-11-21T10:36:40.906 INFO:teuthology.orchestra.run.smithi135.stdout:Downloading Packages: 2023-11-21T10:36:41.027 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2023-11-21T10:36:42.168 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-21T10:36:42.300 INFO:teuthology.orchestra.run.smithi135.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2023-11-21T10:36:42.760 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-21T10:36:42.761 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:36:42.761 INFO:teuthology.orchestra.run.smithi143.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-21T10:36:43.375 INFO:teuthology.orchestra.run.smithi135.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-21T10:36:43.435 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-21T10:36:43.845 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-21T10:36:43.846 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-21T10:36:43.976 INFO:teuthology.orchestra.run.smithi135.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-21T10:36:43.976 INFO:teuthology.orchestra.run.smithi135.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:36:43.976 INFO:teuthology.orchestra.run.smithi135.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-21T10:36:44.646 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction check 2023-11-21T10:36:45.072 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-21T10:36:45.093 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-21T10:36:45.100 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction check succeeded. 2023-11-21T10:36:45.100 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction test 2023-11-21T10:36:46.338 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction test succeeded. 2023-11-21T10:36:46.367 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction 2023-11-21T10:36:47.813 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-21T10:36:48.441 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:36:49.132 INFO:teuthology.orchestra.run.smithi135.stdout: Preparing : 1/1 2023-11-21T10:36:49.700 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:36:51.983 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:36:52.357 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:36:53.262 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:36:53.667 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:36:55.784 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:36:56.070 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:36:57.089 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:36:57.371 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:17.801 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:17.826 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:18.167 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:18.167 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:37:18.167 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:37:18.960 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-21T10:37:19.112 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:37:19.241 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:19.265 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:19.332 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:37:19.332 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:37:19.332 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-21T10:37:19.332 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-21T10:37:19.333 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-21T10:37:19.333 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-21T10:37:19.333 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-21T10:37:19.333 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:37:19.544 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:37:19.544 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:37:19.544 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-11-21T10:37:19.578 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-21T10:37:19.579 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-21T10:37:19.580 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-11-21T10:37:19.581 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:37:19.581 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-11-21T10:37:19.581 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-21T10:37:19.582 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-521.el8.x86_64 2023-11-21T10:37:19.582 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-21T10:37:19.612 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:19.613 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:37:19.613 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout:Installed: 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-21T10:37:20.396 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:37:20.397 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-11-21T10:37:20.528 DEBUG:teuthology.orchestra.run.smithi135:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:37:20.741 INFO:teuthology.orchestra.run.smithi135.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:37:20.741 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:37:20.741 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-21T10:37:20.741 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-21T10:37:20.741 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-21T10:37:20.741 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-21T10:37:20.741 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi135.front.sepia.ceph.com, path=None, version=distro) 2023-11-21T10:37:20.742 DEBUG:teuthology.orchestra.run.smithi135:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:37:20.950 INFO:teuthology.orchestra.run.smithi135.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:37:20.951 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:37:20.951 DEBUG:teuthology.orchestra.run.smithi135:> sudo rpm -qi grub2-tools 2023-11-21T10:37:20.984 INFO:teuthology.orchestra.run.smithi135.stdout:Name : grub2-tools 2023-11-21T10:37:20.984 INFO:teuthology.orchestra.run.smithi135.stdout:Epoch : 1 2023-11-21T10:37:20.984 INFO:teuthology.orchestra.run.smithi135.stdout:Version : 2.02 2023-11-21T10:37:20.984 INFO:teuthology.orchestra.run.smithi135.stdout:Release : 129.el8 2023-11-21T10:37:20.984 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: x86_64 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Group : System Environment/Base 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Size : 9265586 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:License : GPLv3+ 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Relocations : (not relocatable) 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Packager : CentOS BuildSystem 2023-11-21T10:37:20.985 INFO:teuthology.orchestra.run.smithi135.stdout:Vendor : CentOS 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:Summary : Support tools for GRUB. 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:Description : 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:hardware devices. 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:37:20.986 INFO:teuthology.orchestra.run.smithi135.stdout:This subpackage provides tools for support of all platforms. 2023-11-21T10:37:20.987 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-21T10:37:20.987 INFO:teuthology.task.kernel:Updating grub on smithi135 to boot 4.18.0-521.el8.x86_64 2023-11-21T10:37:20.987 DEBUG:teuthology.orchestra.run.smithi135:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-21T10:37:21.183 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-21T10:37:22.837 INFO:teuthology.orchestra.run.smithi135.stderr:Generating grub configuration file ... 2023-11-21T10:37:23.752 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-21T10:37:23.754 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-21T10:37:23.786 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.PQj1B6TAIa 2023-11-21T10:37:23.786 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PQj1B6TAIa 2023-11-21T10:37:23.860 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.PQj1B6TAIa 2023-11-21T10:37:24.006 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.PQj1B6TAIa is 6KB 2023-11-21T10:37:24.053 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.PQj1B6TAIa 2023-11-21T10:37:24.071 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-11-21T10:37:24.143 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-21T10:37:24.143 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-21T10:37:24.143 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-21T10:37:24.144 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-21T10:37:24.144 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-21T10:37:24.304 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-21T10:37:24.755 INFO:teuthology.orchestra.run.smithi135.stderr:done 2023-11-21T10:37:24.756 DEBUG:teuthology.orchestra.run.smithi135:> mktemp 2023-11-21T10:37:24.779 INFO:teuthology.orchestra.run.smithi135.stdout:/tmp/tmp.cwjC5savrv 2023-11-21T10:37:24.779 DEBUG:teuthology.orchestra.run.smithi135:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cwjC5savrv 2023-11-21T10:37:24.878 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0666 /tmp/tmp.cwjC5savrv 2023-11-21T10:37:24.986 DEBUG:teuthology.orchestra.remote:smithi135:/tmp/tmp.cwjC5savrv is 6KB 2023-11-21T10:37:25.034 DEBUG:teuthology.orchestra.run.smithi135:> rm -fr /tmp/tmp.cwjC5savrv 2023-11-21T10:37:25.051 DEBUG:teuthology.orchestra.run.smithi135:> sudo /bin/ls /boot/loader/entries || true 2023-11-21T10:37:25.121 INFO:teuthology.orchestra.run.smithi135.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-21T10:37:25.121 INFO:teuthology.orchestra.run.smithi135.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-21T10:37:25.121 INFO:teuthology.orchestra.run.smithi135.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-21T10:37:25.121 INFO:teuthology.orchestra.run.smithi135.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-21T10:37:25.123 DEBUG:teuthology.orchestra.run.smithi135:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-21T10:37:25.309 DEBUG:teuthology.orchestra.run.smithi135:> sudo shutdown -r now 2023-11-21T10:37:54.334 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-21T10:37:54.334 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:37:54.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:37:55.312 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-21T10:37:55.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:37:55.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:38:12.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-21T10:38:13.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2023-11-21T10:38:21.842 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:38:21.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:38:22.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:38:22.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:38:24.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-21T10:38:25.922 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2023-11-21T10:38:36.978 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:38:36.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:38:37.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:38:37.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:38:56.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2023-11-21T10:39:09.488 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-21T10:39:10.113 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:39:10.113 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-21T10:39:10.113 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-21T10:39:10.171 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-521.el8.x86_64 2023-11-21T10:39:10.171 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-21T10:39:10.171 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-21T10:39:10.171 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-21T10:39:11.172 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-21T10:39:11.172 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-21T10:39:11.263 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-21T10:39:11.280 DEBUG:teuthology.parallel:result is None 2023-11-21T10:39:11.356 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:39:11.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:39:12.365 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-11-21T10:39:13.639 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:39:13.639 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-21T10:39:13.639 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-11-21T10:39:13.657 INFO:teuthology.orchestra.run.smithi135.stdout:4.18.0-521.el8.x86_64 2023-11-21T10:39:13.657 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-21T10:39:13.657 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-21T10:39:13.658 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-21T10:39:14.659 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-21T10:39:14.659 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-21T10:39:14.737 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2023-11-21T10:39:14.751 DEBUG:teuthology.parallel:result is None 2023-11-21T10:39:14.752 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-21T10:39:14.759 INFO:teuthology.task.internal:Creating test directory... 2023-11-21T10:39:14.759 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-21T10:39:14.761 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-21T10:39:14.783 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-21T10:39:14.789 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-21T10:39:14.798 INFO:teuthology.task.internal:Creating archive directory... 2023-11-21T10:39:14.798 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-21T10:39:14.822 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-21T10:39:14.861 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-21T10:39:14.866 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-21T10:39:14.867 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T10:39:14.896 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-21T10:39:14.929 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:39:14.936 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:39:14.939 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:39:14.948 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:39:14.949 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-21T10:39:14.956 INFO:teuthology.task.internal:Configuring sudo... 2023-11-21T10:39:14.956 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-21T10:39:14.986 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-21T10:39:15.019 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-21T10:39:15.027 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-21T10:39:15.027 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-21T10:39:15.055 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-21T10:39:15.078 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:39:15.159 DEBUG:teuthology.orchestra.run.smithi135:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:39:15.213 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:39:15.300 DEBUG:teuthology.orchestra.run.smithi135:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:39:15.345 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:39:15.345 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-21T10:39:15.415 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:39:15.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:39:15.523 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:39:15.611 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:39:15.655 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:39:15.655 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-21T10:39:15.724 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2023-11-21T10:39:15.726 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-21T10:39:15.783 INFO:teuthology.orchestra.run.smithi135.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T10:39:15.826 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T10:39:16.302 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-21T10:39:16.310 INFO:teuthology.task.internal:Starting timer... 2023-11-21T10:39:16.310 INFO:teuthology.run_tasks:Running task pcp... 2023-11-21T10:39:16.320 INFO:teuthology.run_tasks:Running task selinux... 2023-11-21T10:39:16.327 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-21T10:39:16.327 DEBUG:teuthology.orchestra.run.smithi135:> sudo service auditd rotate 2023-11-21T10:39:16.390 INFO:teuthology.orchestra.run.smithi135.stdout:Rotating logs: 2023-11-21T10:39:16.391 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-11-21T10:39:16.489 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-11-21T10:39:16.491 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-21T10:39:16.491 DEBUG:teuthology.orchestra.run.smithi135:> /usr/sbin/getenforce 2023-11-21T10:39:16.526 INFO:teuthology.orchestra.run.smithi135.stdout:Permissive 2023-11-21T10:39:16.526 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-11-21T10:39:16.594 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-11-21T10:39:16.594 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi135.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-11-21T10:39:16.594 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T10:39:16.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:39:16.621 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-21T10:39:16.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:39:16.650 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-21T10:39:16.650 DEBUG:teuthology.orchestra.run.smithi135:> sudo /usr/sbin/setenforce permissive 2023-11-21T10:39:16.691 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-11-21T10:39:16.718 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-21T10:39:16.727 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-21T10:39:16.733 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-21T10:39:16.839 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-21T10:39:16.853 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-21T10:39:16.854 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi135.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-21T10:46:33.633 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi135.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-21T10:46:33.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:46:33.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:46:33.703 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-11-21T10:46:33.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-11-21T10:46:33.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:46:33.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:46:33.841 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-21T10:46:33.909 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-21T10:46:33.909 INFO:teuthology.run_tasks:Running task clock... 2023-11-21T10:46:33.919 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-21T10:46:33.919 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-21T10:46:33.920 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T10:46:33.922 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-21T10:46:33.922 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T10:46:33.953 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-21T10:46:33.968 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-21T10:46:33.981 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-21T10:46:33.995 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-21T10:46:34.043 INFO:teuthology.orchestra.run.smithi135.stderr:sudo: ntpd: command not found 2023-11-21T10:46:34.055 INFO:teuthology.orchestra.run.smithi135.stdout:506 Cannot talk to daemon 2023-11-21T10:46:34.059 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-11-21T10:46:34.069 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-21T10:46:34.070 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-11-21T10:46:34.082 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-21T10:46:34.083 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-21T10:46:34.096 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-21T10:46:34.144 INFO:teuthology.orchestra.run.smithi135.stderr:bash: ntpq: command not found 2023-11-21T10:46:34.149 INFO:teuthology.orchestra.run.smithi135.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T10:46:34.149 INFO:teuthology.orchestra.run.smithi135.stdout:=============================================================================== 2023-11-21T10:46:34.149 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.149 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.150 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.150 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.168 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-21T10:46:34.171 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T10:46:34.172 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-21T10:46:34.172 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.172 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.172 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.172 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:46:34.173 INFO:teuthology.run_tasks:Running task pexec... 2023-11-21T10:46:34.182 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-21T10:46:34.182 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:46:34.182 DEBUG:teuthology.orchestra.run.smithi135:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-21T10:46:34.183 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-11-21T10:46:34.183 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-21T10:46:35.069 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:31 ago on Tue 21 Nov 2023 10:45:03 AM UTC. 2023-11-21T10:46:35.093 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:39 ago on Tue 21 Nov 2023 10:44:55 AM UTC. 2023-11-21T10:46:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout: Package Architecture Version Repository Size 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:Resetting modules: 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction Summary 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:37.210 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-11-21T10:46:37.236 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:37.237 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-21T10:46:37.237 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:37.237 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:37.461 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-11-21T10:46:37.483 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-21T10:46:38.429 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:43 ago on Tue 21 Nov 2023 10:44:55 AM UTC. 2023-11-21T10:46:38.455 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:35 ago on Tue 21 Nov 2023 10:45:03 AM UTC. 2023-11-21T10:46:40.532 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-21T10:46:40.542 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-11-21T10:46:40.710 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-21T10:46:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:40.712 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:40.713 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2023-11-21T10:46:40.714 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2023-11-21T10:46:40.714 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-21T10:46:40.719 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: Package Arch Version Repository Size 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout:Installing group/module packages: 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-21T10:46:40.720 INFO:teuthology.orchestra.run.smithi135.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout:Installing dependencies: 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout:Installing weak dependencies: 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout:Installing module profiles: 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools/common 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling module streams: 2023-11-21T10:46:40.721 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools rhel8 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction Summary 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout:Install 13 Packages 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:40.722 INFO:teuthology.orchestra.run.smithi135.stdout:Total download size: 27 M 2023-11-21T10:46:40.723 INFO:teuthology.orchestra.run.smithi135.stdout:Installed size: 89 M 2023-11-21T10:46:40.723 INFO:teuthology.orchestra.run.smithi135.stdout:Downloading Packages: 2023-11-21T10:46:41.203 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.0 MB/s | 750 kB 00:00 2023-11-21T10:46:41.237 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.5 MB/s | 1.0 MB 00:00 2023-11-21T10:46:41.292 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 426 kB/s | 38 kB 00:00 2023-11-21T10:46:41.300 INFO:teuthology.orchestra.run.smithi135.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.1 MB/s | 750 kB 00:00 2023-11-21T10:46:41.321 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-21T10:46:41.359 INFO:teuthology.orchestra.run.smithi135.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.5 MB/s | 1.0 MB 00:00 2023-11-21T10:46:41.384 INFO:teuthology.orchestra.run.smithi135.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2023-11-21T10:46:41.388 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-21T10:46:41.434 INFO:teuthology.orchestra.run.smithi135.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-21T10:46:41.455 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-11-21T10:46:41.510 INFO:teuthology.orchestra.run.smithi135.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-11-21T10:46:41.577 INFO:teuthology.orchestra.run.smithi135.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-11-21T10:46:41.622 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-21T10:46:41.647 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2023-11-21T10:46:41.702 INFO:teuthology.orchestra.run.smithi135.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2023-11-21T10:46:41.706 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.5 MB/s | 3.9 MB 00:00 2023-11-21T10:46:41.727 INFO:teuthology.orchestra.run.smithi135.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 624 kB/s | 94 kB 00:00 2023-11-21T10:46:41.819 INFO:teuthology.orchestra.run.smithi135.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.0 MB/s | 3.9 MB 00:00 2023-11-21T10:46:41.887 INFO:teuthology.orchestra.run.smithi135.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 788 kB/s | 53 kB 00:00 2023-11-21T10:46:41.945 INFO:teuthology.orchestra.run.smithi135.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2023-11-21T10:46:41.969 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 200 kB/s | 53 kB 00:00 2023-11-21T10:46:41.970 INFO:teuthology.orchestra.run.smithi135.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2023-11-21T10:46:42.099 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.6 MB/s | 2.5 MB 00:00 2023-11-21T10:46:42.123 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 266 kB/s | 41 kB 00:00 2023-11-21T10:46:42.129 INFO:teuthology.orchestra.run.smithi135.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-21T10:46:42.129 INFO:teuthology.orchestra.run.smithi135.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:46:42.129 INFO:teuthology.orchestra.run.smithi135.stdout:Total 19 MB/s | 27 MB 00:01 2023-11-21T10:46:42.224 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2023-11-21T10:46:42.224 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:46:42.224 INFO:teuthology.orchestra.run.smithi143.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-21T10:46:42.398 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction check 2023-11-21T10:46:42.419 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction check succeeded. 2023-11-21T10:46:42.419 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction test 2023-11-21T10:46:42.495 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-21T10:46:42.516 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-21T10:46:42.516 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-21T10:46:42.674 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction test succeeded. 2023-11-21T10:46:42.677 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction 2023-11-21T10:46:42.781 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-21T10:46:42.784 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-21T10:46:43.387 INFO:teuthology.orchestra.run.smithi135.stdout: Preparing : 1/1 2023-11-21T10:46:43.498 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-21T10:46:43.650 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-21T10:46:43.743 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-21T10:46:43.894 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-21T10:46:43.938 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-21T10:46:44.108 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-21T10:46:44.153 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-21T10:46:44.330 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:46:44.385 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:46:44.899 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-21T10:46:44.940 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-21T10:46:45.895 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:46:45.913 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:46:46.165 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-21T10:46:46.204 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-21T10:46:46.388 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-21T10:46:46.416 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-21T10:46:46.682 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-21T10:46:46.734 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-21T10:46:47.073 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-21T10:46:47.134 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-21T10:46:47.958 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:46:48.047 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:46:48.160 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-21T10:46:48.287 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-21T10:46:48.368 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:46:48.462 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:46:48.801 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:46:48.801 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:46:48.802 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:46:48.932 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:46:48.933 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-21T10:46:49.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-21T10:46:49.787 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:49.787 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-21T10:46:49.787 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.787 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:49.788 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:49.789 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-21T10:46:49.789 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:46:49.789 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-21T10:46:50.071 DEBUG:teuthology.parallel:result is None 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout:Installed: 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.303 INFO:teuthology.orchestra.run.smithi135.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:46:50.304 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-11-21T10:46:50.605 DEBUG:teuthology.parallel:result is None 2023-11-21T10:46:50.605 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-21T10:46:50.982 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': '52ca4a61d5d69ccfadeef8408a4711c820b98959'} 2023-11-21T10:46:50.983 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-21T10:46:50.983 INFO:tasks.cephadm:Cluster fsid is 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:46:50.983 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-21T10:46:50.984 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-21T10:46:50.984 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi135': '172.21.15.135', 'mon.smithi143': '172.21.15.143'} 2023-11-21T10:46:50.984 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-21T10:46:50.984 DEBUG:teuthology.orchestra.run.smithi135:> sudo hostname $(hostname -s) 2023-11-21T10:46:51.014 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-21T10:46:51.048 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-21T10:46:51.049 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T10:46:51.320 INFO:teuthology.orchestra.run.smithi135.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 21 10:46 /home/ubuntu/cephtest/cephadm 2023-11-21T10:46:51.321 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-21T10:46:51.494 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 21 10:46 /home/ubuntu/cephtest/cephadm 2023-11-21T10:46:51.495 DEBUG:teuthology.orchestra.run.smithi135:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-21T10:46:51.516 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-21T10:46:51.552 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-21T10:46:51.553 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-21T10:46:51.558 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-21T10:46:53.201 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-21T10:46:53.512 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-21T10:47:07.546 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:47:07.546 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout: "repo_digests": [ 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2023-11-21T10:47:07.547 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout: "repo_digests": [ 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-21T10:47:08.049 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-21T10:47:08.050 INFO:teuthology.orchestra.run.smithi143.stdout: ] 2023-11-21T10:47:08.050 INFO:teuthology.orchestra.run.smithi143.stdout:} 2023-11-21T10:47:08.067 DEBUG:teuthology.orchestra.run.smithi135:> sudo mkdir -p /etc/ceph 2023-11-21T10:47:08.098 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-21T10:47:08.128 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 777 /etc/ceph 2023-11-21T10:47:08.166 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-21T10:47:08.195 INFO:tasks.cephadm:Writing seed config... 2023-11-21T10:47:08.198 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-21T10:47:08.198 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-21T10:47:08.198 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-21T10:47:08.198 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-21T10:47:08.198 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-21T10:47:08.199 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-21T10:47:08.199 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-21T10:47:08.199 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-21T10:47:08.199 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:47:08.199 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-21T10:47:08.224 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 = 4702e138-885b-11ee-959e-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-21T10:47:08.224 DEBUG:teuthology.orchestra.run.smithi135:mon.smithi135> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service 2023-11-21T10:47:08.266 INFO:tasks.cephadm:Bootstrapping... 2023-11-21T10:47:08.267 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 4702e138-885b-11ee-959e-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.135 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-21T10:47:08.293 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:-- Logs begin at Tue 2023-11-21 10:38:51 UTC. -- 2023-11-21T10:47:08.458 INFO:teuthology.orchestra.run.smithi135.stderr:-------------------------------------------------------------------------------- 2023-11-21T10:47:08.458 INFO:teuthology.orchestra.run.smithi135.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '4702e138-885b-11ee-959e-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.135', '--skip-admin-label'] 2023-11-21T10:47:08.479 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: 4.6.1 2023-11-21T10:47:08.493 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying podman|docker is present... 2023-11-21T10:47:08.512 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: 4.6.1 2023-11-21T10:47:08.531 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying lvm2 is present... 2023-11-21T10:47:08.531 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying time synchronization is in place... 2023-11-21T10:47:08.537 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-21T10:47:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:47:08.548 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: enabled 2023-11-21T10:47:08.554 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: active 2023-11-21T10:47:08.554 INFO:teuthology.orchestra.run.smithi135.stderr:Unit chronyd.service is enabled and running 2023-11-21T10:47:08.554 INFO:teuthology.orchestra.run.smithi135.stderr:Repeating the final host check... 2023-11-21T10:47:08.573 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: 4.6.1 2023-11-21T10:47:08.586 INFO:teuthology.orchestra.run.smithi135.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-21T10:47:08.587 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl is present 2023-11-21T10:47:08.587 INFO:teuthology.orchestra.run.smithi135.stderr:lvcreate is present 2023-11-21T10:47:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-21T10:47:08.597 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:47:08.603 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: enabled 2023-11-21T10:47:08.609 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: active 2023-11-21T10:47:08.609 INFO:teuthology.orchestra.run.smithi135.stderr:Unit chronyd.service is enabled and running 2023-11-21T10:47:08.609 INFO:teuthology.orchestra.run.smithi135.stderr:Host looks OK 2023-11-21T10:47:08.610 INFO:teuthology.orchestra.run.smithi135.stderr:Cluster fsid: 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:08.610 INFO:teuthology.orchestra.run.smithi135.stderr:Acquiring lock 140301621960832 on /run/cephadm/4702e138-885b-11ee-959e-87774f69a715.lock 2023-11-21T10:47:08.610 INFO:teuthology.orchestra.run.smithi135.stderr:Lock 140301621960832 acquired on /run/cephadm/4702e138-885b-11ee-959e-87774f69a715.lock 2023-11-21T10:47:08.610 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying IP 172.21.15.135 port 3300 ... 2023-11-21T10:47:08.611 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying IP 172.21.15.135 port 6789 ... 2023-11-21T10:47:08.611 INFO:teuthology.orchestra.run.smithi135.stderr:Base mon IP is 172.21.15.135, final addrv is [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2023-11-21T10:47:08.613 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.135 metric 100 2023-11-21T10:47:08.613 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.135 metric 100 2023-11-21T10:47:08.616 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-21T10:47:08.616 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-21T10:47:08.616 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2023-11-21T10:47:08.618 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-21T10:47:08.618 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-21T10:47:08.618 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-21T10:47:08.618 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-21T10:47:08.618 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:8083/64 scope link 2023-11-21T10:47:08.619 INFO:teuthology.orchestra.run.smithi135.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-21T10:47:08.619 INFO:teuthology.orchestra.run.smithi135.stderr:Mon IP `172.21.15.135` is in CIDR network `172.21.0.0/20` 2023-11-21T10:47:08.619 INFO:teuthology.orchestra.run.smithi135.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-21T10:47:08.620 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-21T10:47:08.698 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-21T10:47:09.035 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Getting image source signatures 2023-11-21T10:47:09.035 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-21T10:47:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-21T10:47:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-21T10:47:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-21T10:47:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-21T10:47:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-21T10:47:09.107 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: Writing manifest to image destination 2023-11-21T10:47:09.295 INFO:teuthology.orchestra.run.smithi135.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-21T10:47:09.639 INFO:teuthology.orchestra.run.smithi135.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-21T10:47:10.025 INFO:teuthology.orchestra.run.smithi135.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-21T10:47:10.025 INFO:teuthology.orchestra.run.smithi135.stderr:Extracting ceph user uid/gid from container image... 2023-11-21T10:47:10.313 INFO:teuthology.orchestra.run.smithi135.stderr:stat: 167 167 2023-11-21T10:47:10.642 INFO:teuthology.orchestra.run.smithi135.stderr:Creating initial keys... 2023-11-21T10:47:10.911 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph-authtool: AQCuilxlvgeINRAA6/IN1azAGcJ3UFWcJivMHQ== 2023-11-21T10:47:11.570 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph-authtool: AQCvilxlc4AfIRAAMbD3V7Rzay3/nEj9kHoAYA== 2023-11-21T10:47:12.219 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph-authtool: AQCwilxlRTSVCxAA3tXp/s+0w3ae1BkcwZbQNQ== 2023-11-21T10:47:12.578 INFO:teuthology.orchestra.run.smithi135.stderr:Creating initial monmap... 2023-11-21T10:47:12.906 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-21T10:47:12.906 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-21T10:47:12.907 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:12.907 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-21T10:47:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:monmaptool for smithi135 [v2:172.21.15.135:3300,v1:172.21.15.135:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-21T10:47:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:setting min_mon_release = octopus 2023-11-21T10:47:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: set fsid to 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-21T10:47:13.245 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:47:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:Creating mon... 2023-11-21T10:47:13.933 INFO:teuthology.orchestra.run.smithi135.stderr:create mon.smithi135 on 2023-11-21T10:47:14.034 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-21T10:47:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4702e138-885b-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715.target. 2023-11-21T10:47:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4702e138-885b-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715.target. 2023-11-21T10:47:14.324 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Failed to reset failed state of unit ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service: Unit ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service not loaded. 2023-11-21T10:47:14.330 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715.target.wants/ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service → /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715@.service. 2023-11-21T10:47:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:14 smithi135 systemd[1]: Starting Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T10:47:14.790 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: disabled 2023-11-21T10:47:14.797 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:47:14.798 INFO:teuthology.orchestra.run.smithi135.stderr:firewalld.service is not enabled 2023-11-21T10:47:14.798 INFO:teuthology.orchestra.run.smithi135.stderr:Not possible to enable service . firewalld.service is not available 2023-11-21T10:47:14.799 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mon to start... 2023-11-21T10:47:14.799 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mon... 2023-11-21T10:47:15.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:14 smithi135 bash[107210]: 31ce7efc3cdd105542332ee8b797df104d35b57da4884ac6dd1ca08bd0269319 2023-11-21T10:47:15.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:14 smithi135 systemd[1]: Started Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715. 2023-11-21T10:47:15.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:14 smithi135 ceph-mon[107248]: mkfs 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:15.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:14 smithi135 ceph-mon[107248]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-11-21T10:47:15.274 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: cluster: 2023-11-21T10:47:15.274 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: id: 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:15.274 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-21T10:47:15.274 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: services: 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi135 (age 0.462454s) 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: data: 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: pgs: 2023-11-21T10:47:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:15.622 INFO:teuthology.orchestra.run.smithi135.stderr:mon is available 2023-11-21T10:47:15.622 INFO:teuthology.orchestra.run.smithi135.stderr:Assimilating anything we can from ceph.conf... 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: monmap e1: 1 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: fsmap 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: osdmap e1: 0 total, 0 up, 0 in 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: mgrmap e1: no daemons active 2023-11-21T10:47:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:15 smithi135 ceph-mon[107248]: from='client.? 172.21.15.135:0/3994823558' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-21T10:47:16.096 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:16.096 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [global] 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: fsid = 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [mgr] 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:16.097 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [osd] 2023-11-21T10:47:16.098 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-21T10:47:16.098 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-21T10:47:16.455 INFO:teuthology.orchestra.run.smithi135.stderr:Generating new minimal ceph.conf... 2023-11-21T10:47:17.078 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:16 smithi135 ceph-mon[107248]: from='client.? 172.21.15.135:0/1267263534' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-21T10:47:17.078 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:16 smithi135 ceph-mon[107248]: from='client.? 172.21.15.135:0/1267263534' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-21T10:47:17.263 INFO:teuthology.orchestra.run.smithi135.stderr:Restarting the monitor... 2023-11-21T10:47:17.379 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 systemd[1]: Stopping Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T10:47:17.379 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 bash[107549]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-mon.smithi135" found: no such container 2023-11-21T10:47:17.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135[107225]: 2023-11-21T10:47:17.377+0000 7f90c62bd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi135 -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-21T10:47:17.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135[107225]: 2023-11-21T10:47:17.377+0000 7f90c62bd700 -1 mon.smithi135@0(leader) e1 *** Got Signal Terminated *** 2023-11-21T10:47:17.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 bash[107561]: ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135 2023-11-21T10:47:17.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 bash[107598]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-mon.smithi135" found: no such container 2023-11-21T10:47:17.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 systemd[1]: ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service: Succeeded. 2023-11-21T10:47:17.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 systemd[1]: Stopped Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715. 2023-11-21T10:47:17.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:17 smithi135 systemd[1]: Starting Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T10:47:18.173 INFO:teuthology.orchestra.run.smithi135.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: set uid:gid to 167:167 (ceph:ceph) 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: pidfile_write: ignore empty --pid-file 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: load: jerasure load: lrc 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: RocksDB version: 6.15.5 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Compile date Apr 18 2022 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: DB SUMMARY 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: DB Session ID: RMTV813DOS9I0HNX25Q3 2023-11-21T10:47:18.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: CURRENT file: CURRENT 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: IDENTITY file: IDENTITY 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi135/store.db dir, Total Num: 1, files: 000008.sst 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi135/store.db: 000010.log size: 80791 ; 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.error_if_exists: 0 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.create_if_missing: 0 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.paranoid_checks: 1 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.env: 0x55f821218860 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.fs: Posix File System 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.info_log: 0x55f8236edfa0 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_file_opening_threads: 16 2023-11-21T10:47:18.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.statistics: (nil) 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.use_fsync: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_log_file_size: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.keep_log_file_num: 1000 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.recycle_log_file_num: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_fallocate: 1 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_mmap_reads: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_mmap_writes: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.use_direct_reads: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-21T10:47:18.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.create_missing_column_families: 0 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.db_log_dir: 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi135/store.db 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.advise_random_on_open: 1 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.db_write_buffer_size: 0 2023-11-21T10:47:18.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.write_buffer_manager: 0x55f8237de2d0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.rate_limiter: (nil) 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.wal_recovery_mode: 2 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.enable_thread_tracking: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.enable_pipelined_write: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.unordered_write: 0 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-21T10:47:18.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.row_cache: None 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.wal_filter: None 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_ingest_behind: 0 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.preserve_deletes: 0 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.two_write_queues: 0 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.manual_wal_flush: 0 2023-11-21T10:47:18.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.atomic_flush: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.log_readahead_size: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.best_efforts_recovery: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.allow_data_in_errors: 0 2023-11-21T10:47:18.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.db_host_id: __hostname__ 2023-11-21T10:47:18.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_background_jobs: 2 2023-11-21T10:47:18.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_background_compactions: -1 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_subcompactions: 1 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_total_wal_size: 0 2023-11-21T10:47:18.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_open_files: -1 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bytes_per_sync: 0 2023-11-21T10:47:18.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_readahead_size: 0 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_background_flushes: -1 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Compression algorithms supported: 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-21T10:47:18.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kZSTD supported: 0 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kXpressCompression supported: 0 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kLZ4HCCompression supported: 1 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kLZ4Compression supported: 1 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kBZip2Compression supported: 0 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kZlibCompression supported: 1 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: kSnappyCompression supported: 1 2023-11-21T10:47:18.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi135/store.db/MANIFEST-000009 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.merge_operator: 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_filter: None 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_filter_factory: None 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.sst_partitioner_factory: None 2023-11-21T10:47:18.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f8236b9d00) 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: cache_index_and_filter_blocks: 1 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-21T10:47:18.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: pin_top_level_index_and_filter: 1 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_type: 0 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: data_block_index_type: 0 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_shortening: 1 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: hash_index_allow_collision: 1 2023-11-21T10:47:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: checksum: 1 2023-11-21T10:47:18.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: no_block_cache: 0 2023-11-21T10:47:18.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache: 0x55f823724170 2023-11-21T10:47:18.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_name: BinnedLRUCache 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_options: 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: capacity : 536870912 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: num_shard_bits : 4 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: strict_capacity_limit : 0 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: high_pri_pool_ratio: 0.000 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_compressed: (nil) 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: persistent_cache: (nil) 2023-11-21T10:47:18.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_size: 4096 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_size_deviation: 10 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_restart_interval: 16 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_block_restart_interval: 1 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: metadata_block_size: 4096 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: partition_filters: 0 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: use_delta_encoding: 1 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: whole_key_filtering: 1 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: verify_compression: 0 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: read_amp_bytes_per_bit: 0 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: format_version: 4 2023-11-21T10:47:18.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: enable_index_compression: 1 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_align: 0 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.write_buffer_size: 33554432 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_write_buffer_number: 2 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression: NoCompression 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression: Disabled 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.prefix_extractor: nullptr 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.num_levels: 7 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-21T10:47:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.level: 32767 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.strategy: 0 2023-11-21T10:47:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compression_opts.enabled: false 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.target_file_size_base: 67108864 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-21T10:47:18.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 bash[107666]: 9ac412fec5fe9eb1e17f67aaa13294d1684c730f89128845e48396998a2542db 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-21T10:47:18.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.arena_block_size: 4194304 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.disable_auto_compactions: 0 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-21T10:47:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.table_properties_collectors: 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.inplace_update_support: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.bloom_locality: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.max_successive_merges: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-21T10:47:18.459 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.paranoid_file_checks: 0 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.force_consistency_checks: 1 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.report_bg_io_stats: 0 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.ttl: 2592000 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.enable_blob_files: false 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.min_blob_size: 0 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.blob_file_size: 268435456 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi135/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-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-21T10:47:18.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700563638166165, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: 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-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700563638166818, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70363, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700563638, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b6badcc4-4b2d-4ea9-ba87-c1b2e9f3c839", "db_session_id": "RMTV813DOS9I0HNX25Q3"}} 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700563638167158, "job": 1, "event": "recovery_finished"} 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi135/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-21T10:47:18.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55f82370aa80 2023-11-21T10:47:18.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: DB pointer 0x55f82371a000 2023-11-21T10:47:18.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-21T10:47:18.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-21T10:47:18.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** DB Stats ** 2023-11-21T10:47:18.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-21T10:47:18.463 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-11-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-11-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T10:47:18.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-21T10:47:18.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative compaction: 0.00 GB write, 25.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval compaction: 0.00 GB write, 25.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-21T10:47:18.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-11-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-11-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 167.5 0.00 0.00 1 0.000 0 0 2023-11-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T10:47:18.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative compaction: 0.00 GB write, 25.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.470 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: starting mon.smithi135 rank 0 at public addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] at bind addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi135 fsid 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???) e1 preinit fsid 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).mds e1 new map 2023-11-21T10:47:18.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).mds e1 print_map 2023-11-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: e1 2023-11-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.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-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: legacy client fscid: -1 2023-11-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-11-21T10:47:18.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: No filesystems configured 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-21T10:47:18.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expand map: {default=false} 2023-11-21T10:47:18.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta from 'false' to 'false' 2023-11-21T10:47:18.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expanded map: {default=false} 2023-11-21T10:47:18.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expand map: {default=info} 2023-11-21T10:47:18.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta from 'info' to 'info' 2023-11-21T10:47:18.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expanded map: {default=info} 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expand map: {default=daemon} 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta from 'daemon' to 'daemon' 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expanded map: {default=daemon} 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expand map: {default=debug} 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta from 'debug' to 'debug' 2023-11-21T10:47:18.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: expand_channel_meta expanded map: {default=debug} 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 systemd[1]: Started Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715. 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: monmap e1: 1 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: fsmap 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: osdmap e1: 0 total, 0 up, 0 in 2023-11-21T10:47:18.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:18 smithi135 ceph-mon[107703]: mgrmap e1: no daemons active 2023-11-21T10:47:18.997 INFO:teuthology.orchestra.run.smithi135.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-21T10:47:18.997 INFO:teuthology.orchestra.run.smithi135.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-21T10:47:18.998 INFO:teuthology.orchestra.run.smithi135.stderr:Creating mgr... 2023-11-21T10:47:18.998 INFO:teuthology.orchestra.run.smithi135.stderr:Verifying port 9283 ... 2023-11-21T10:47:19.119 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Failed to reset failed state of unit ceph-4702e138-885b-11ee-959e-87774f69a715@mgr.smithi135.jalnrh.service: Unit ceph-4702e138-885b-11ee-959e-87774f69a715@mgr.smithi135.jalnrh.service not loaded. 2023-11-21T10:47:19.125 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715.target.wants/ceph-4702e138-885b-11ee-959e-87774f69a715@mgr.smithi135.jalnrh.service → /etc/systemd/system/ceph-4702e138-885b-11ee-959e-87774f69a715@.service. 2023-11-21T10:47:19.567 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: disabled 2023-11-21T10:47:19.576 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:47:19.577 INFO:teuthology.orchestra.run.smithi135.stderr:firewalld.service is not enabled 2023-11-21T10:47:19.577 INFO:teuthology.orchestra.run.smithi135.stderr:Not possible to enable service . firewalld.service is not available 2023-11-21T10:47:19.586 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: disabled 2023-11-21T10:47:19.595 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:47:19.595 INFO:teuthology.orchestra.run.smithi135.stderr:firewalld.service is not enabled 2023-11-21T10:47:19.596 INFO:teuthology.orchestra.run.smithi135.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-21T10:47:19.596 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mgr to start... 2023-11-21T10:47:19.596 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mgr... 2023-11-21T10:47:19.806 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:19 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2557507267' entity='client.admin' 2023-11-21T10:47:20.122 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsid": "4702e138-885b-11ee-959e-87774f69a715", 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "health": { 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "checks": {}, 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mutes": [] 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum": [ 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 0 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "smithi135" 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "monmap": { 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-21T10:47:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osdmap": { 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-21T10:47:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-21T10:47:20.128 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-21T10:47:20.128 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-21T10:47:20.128 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.128 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgmap": { 2023-11-21T10:47:20.128 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsmap": { 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-21T10:47:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": false, 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modules": [ 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "iostat", 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "nfs", 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "restful" 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "servicemap": { 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modified": "2023-11-21T10:47:14.813440+0000", 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-21T10:47:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:mgr not available, waiting (1/15)... 2023-11-21T10:47:20.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:20 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3686642220' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T10:47:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsid": "4702e138-885b-11ee-959e-87774f69a715", 2023-11-21T10:47:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "health": { 2023-11-21T10:47:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "checks": {}, 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mutes": [] 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum": [ 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 0 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "smithi135" 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "monmap": { 2023-11-21T10:47:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osdmap": { 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-21T10:47:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-21T10:47:22.866 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgmap": { 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsmap": { 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": false, 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modules": [ 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "iostat", 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "nfs", 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "restful" 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:22.868 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "servicemap": { 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modified": "2023-11-21T10:47:14.813440+0000", 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-21T10:47:22.869 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:23.036 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:22 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/10905563' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T10:47:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:mgr not available, waiting (2/15)... 2023-11-21T10:47:25.659 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsid": "4702e138-885b-11ee-959e-87774f69a715", 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "health": { 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "checks": {}, 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mutes": [] 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum": [ 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 0 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "smithi135" 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "monmap": { 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osdmap": { 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-21T10:47:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgmap": { 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsmap": { 2023-11-21T10:47:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": false, 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modules": [ 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "iostat", 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "nfs", 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "restful" 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.663 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "servicemap": { 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modified": "2023-11-21T10:47:14.813440+0000", 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-21T10:47:25.664 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: Activating manager daemon smithi135.jalnrh 2023-11-21T10:47:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: mgrmap e2: smithi135.jalnrh(active, starting, since 0.00306962s) 2023-11-21T10:47:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:47:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:47:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: Manager daemon smithi135.jalnrh is now available 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:25.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:25 smithi135 ceph-mon[107703]: from='mgr.14100 172.21.15.135:0/3423768145' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:26.003 INFO:teuthology.orchestra.run.smithi135.stderr:mgr not available, waiting (3/15)... 2023-11-21T10:47:26.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:26 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1852878756' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T10:47:26.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:26 smithi135 ceph-mon[107703]: mgrmap e3: smithi135.jalnrh(active, since 1.00597s) 2023-11-21T10:47:28.590 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:28.590 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:28.590 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsid": "4702e138-885b-11ee-959e-87774f69a715", 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "health": { 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "checks": {}, 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mutes": [] 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum": [ 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 0 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "smithi135" 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-21T10:47:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "monmap": { 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osdmap": { 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-21T10:47:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-21T10:47:28.595 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-21T10:47:28.595 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-21T10:47:28.595 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.595 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgmap": { 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "fsmap": { 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-21T10:47:28.596 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": true, 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modules": [ 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "iostat", 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "nfs", 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "restful" 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ], 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "servicemap": { 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "modified": "2023-11-21T10:47:14.813440+0000", 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "services": {} 2023-11-21T10:47:28.597 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: }, 2023-11-21T10:47:28.598 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-21T10:47:28.598 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:28.888 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:28 smithi135 ceph-mon[107703]: mgrmap e4: smithi135.jalnrh(active, since 2s) 2023-11-21T10:47:28.888 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:28 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2111661534' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T10:47:28.944 INFO:teuthology.orchestra.run.smithi135.stderr:mgr is available 2023-11-21T10:47:29.430 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [global] 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: fsid = 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [mgr] 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: [osd] 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-21T10:47:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-21T10:47:29.716 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:29 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/597886839' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-21T10:47:29.777 INFO:teuthology.orchestra.run.smithi135.stderr:Enabling cephadm module... 2023-11-21T10:47:31.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:31 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2545063402' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-21T10:47:32.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:32 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2545063402' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-21T10:47:32.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:32 smithi135 ceph-mon[107703]: mgrmap e5: smithi135.jalnrh(active, since 6s) 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": true, 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "active_name": "smithi135.jalnrh", 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-21T10:47:34.234 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:34.533 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:34 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1567681277' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-21T10:47:36.909 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for the mgr to restart... 2023-11-21T10:47:36.909 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mgr epoch 5... 2023-11-21T10:47:37.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:37 smithi135 ceph-mon[107703]: Active manager daemon smithi135.jalnrh restarted 2023-11-21T10:47:37.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:37 smithi135 ceph-mon[107703]: Activating manager daemon smithi135.jalnrh 2023-11-21T10:47:37.779 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:37 smithi135 ceph-mon[107703]: osdmap e2: 0 total, 0 up, 0 in 2023-11-21T10:47:38.711 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:38.711 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-21T10:47:38.711 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "initialized": true 2023-11-21T10:47:38.711 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:38.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: mgrmap e6: smithi135.jalnrh(active, starting, since 0.0529495s) 2023-11-21T10:47:38.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:47:38.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:47:38.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:47:38.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: Manager daemon smithi135.jalnrh is now available 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:47:38.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:38 smithi135 ceph-mon[107703]: [21/Nov/2023:10:47:38] ENGINE Bus STARTING 2023-11-21T10:47:40.169 INFO:teuthology.orchestra.run.smithi135.stderr:mgr epoch 5 is available 2023-11-21T10:47:40.169 INFO:teuthology.orchestra.run.smithi135.stderr:Setting orchestrator backend to cephadm... 2023-11-21T10:47:40.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-21T10:47:40.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: mgrmap e7: smithi135.jalnrh(active, since 1.06025s) 2023-11-21T10:47:40.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-21T10:47:40.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: [21/Nov/2023:10:47:38] ENGINE Serving on https://172.21.15.135:7150 2023-11-21T10:47:40.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: [21/Nov/2023:10:47:38] ENGINE Bus STARTED 2023-11-21T10:47:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:39 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:41.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:40 smithi135 ceph-mon[107703]: mgrmap e8: smithi135.jalnrh(active, since 2s) 2023-11-21T10:47:41.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:40 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:41.563 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: value unchanged 2023-11-21T10:47:41.869 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:41 smithi135 ceph-mon[107703]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:41.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:41 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:41.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:41 smithi135 ceph-mon[107703]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:41.917 INFO:teuthology.orchestra.run.smithi135.stderr:Generating ssh key... 2023-11-21T10:47:43.448 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9tkXSV0Rk/1Q0k7rtIRVvfKkXoJIckRpzPFd0MQ4fUzEZmrbtf/iFZUDhS5j06pOtfv7h6Axt3DXTHVhb2jfqQVddqZvPtSsz6cFZjNW9OlmRJOeSFj9wWOA1QmXzaw1CHNc/h+b9RXLcLQVw42prisgmupodTN0zixPlo1U+1U358UmrGUY5j4MuGuReyJlY4tVksdcezEz06EEFgvHLrARnwzGq5vlfXIkzQoYMMOI33B3wIdaTWbJYVgzV5G1+2iakyMRKSKhd6OjPsaYjkFyQkxZMSvEPdLPxoUyLDqgiKUVFdiDApc+uM5CMr+AJMTvJHYBqpecew4IL90v3h3iBKEGlOlfh8xaGA3T6pwbA+cAjO61zhrXMDxBMAfXp91TcWv0779jjdcfgVAreJwoMpKNbLIwEmPDtWBYkz+Rvv6oEZWdHkOSjg6iappAz38+hW08t54hC2UmRt4PAn4E/jydw6Dc3YR/1y/AQI1ufOBKnkIA7vasCrzz2v7U= ceph-4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:47:43.727 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:43 smithi135 ceph-mon[107703]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:43.727 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:43 smithi135 ceph-mon[107703]: Generating ssh key... 2023-11-21T10:47:43.728 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:43 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:43.728 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:43 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:43.810 INFO:teuthology.orchestra.run.smithi135.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-21T10:47:43.810 INFO:teuthology.orchestra.run.smithi135.stderr:Adding key to root@localhost authorized_keys... 2023-11-21T10:47:43.810 INFO:teuthology.orchestra.run.smithi135.stderr:Adding host smithi135... 2023-11-21T10:47:44.644 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:44 smithi135 ceph-mon[107703]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:45.158 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Added host 'smithi135' with addr '172.21.15.135' 2023-11-21T10:47:45.461 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying mon service with default placement... 2023-11-21T10:47:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:45 smithi135 ceph-mon[107703]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "addr": "172.21.15.135", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:45 smithi135 ceph-mon[107703]: Deploying cephadm binary to smithi135 2023-11-21T10:47:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:45 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:45 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:47:46.015 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-21T10:47:46.449 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying mgr service with default placement... 2023-11-21T10:47:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:46 smithi135 ceph-mon[107703]: Added host smithi135 2023-11-21T10:47:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:46 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-21T10:47:47.475 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying crash service with default placement... 2023-11-21T10:47:47.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:47 smithi135 ceph-mon[107703]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:47.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:47 smithi135 ceph-mon[107703]: Saving service mon spec with placement count:5 2023-11-21T10:47:47.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:47 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:47.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:47 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:48.092 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-21T10:47:48.683 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying prometheus service with default placement... 2023-11-21T10:47:48.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:48 smithi135 ceph-mon[107703]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:48.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:48 smithi135 ceph-mon[107703]: Saving service mgr spec with placement count:2 2023-11-21T10:47:48.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:48 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:48.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:48 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:48.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:48 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:49.294 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-21T10:47:49.642 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying grafana service with default placement... 2023-11-21T10:47:49.765 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:49 smithi135 ceph-mon[107703]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:49.765 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:49 smithi135 ceph-mon[107703]: Saving service crash spec with placement * 2023-11-21T10:47:49.765 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:49 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:49.766 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:49 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:50.240 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-21T10:47:50.733 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:50 smithi135 ceph-mon[107703]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:50.734 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:50 smithi135 ceph-mon[107703]: Saving service prometheus spec with placement count:1 2023-11-21T10:47:50.734 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:50 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:50.808 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying node-exporter service with default placement... 2023-11-21T10:47:51.345 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-21T10:47:51.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:51 smithi135 ceph-mon[107703]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:51.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:51 smithi135 ceph-mon[107703]: Saving service grafana spec with placement count:1 2023-11-21T10:47:51.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:51 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:51.700 INFO:teuthology.orchestra.run.smithi135.stderr:Deploying alertmanager service with default placement... 2023-11-21T10:47:52.229 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-21T10:47:52.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:52 smithi135 ceph-mon[107703]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:52.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:52 smithi135 ceph-mon[107703]: Saving service node-exporter spec with placement * 2023-11-21T10:47:52.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:52 smithi135 ceph-mon[107703]: from='mgr.14120 172.21.15.135:0/2910115146' entity='mgr.smithi135.jalnrh' 2023-11-21T10:47:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:53 smithi135 ceph-mon[107703]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:47:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:53 smithi135 ceph-mon[107703]: Saving service alertmanager spec with placement count:1 2023-11-21T10:47:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:53 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1533370957' entity='client.admin' 2023-11-21T10:47:54.299 INFO:teuthology.orchestra.run.smithi135.stderr:Enabling the dashboard module... 2023-11-21T10:47:55.281 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:54 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1473455276' entity='client.admin' 2023-11-21T10:47:55.281 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:54 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/460511047' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "available": true, 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "active_name": "smithi135.jalnrh", 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-21T10:47:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:47:56.225 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:55 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/460511047' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-21T10:47:56.225 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:55 smithi135 ceph-mon[107703]: mgrmap e9: smithi135.jalnrh(active, since 17s) 2023-11-21T10:47:56.540 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for the mgr to restart... 2023-11-21T10:47:56.540 INFO:teuthology.orchestra.run.smithi135.stderr:Waiting for mgr epoch 9... 2023-11-21T10:47:57.311 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:47:56 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2501361594' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-21T10:48:02.052 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: { 2023-11-21T10:48:06.835 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-21T10:48:06.835 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: "initialized": true 2023-11-21T10:48:06.835 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: } 2023-11-21T10:48:06.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: Active manager daemon smithi135.jalnrh restarted 2023-11-21T10:48:06.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: Activating manager daemon smithi135.jalnrh 2023-11-21T10:48:06.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: osdmap e3: 0 total, 0 up, 0 in 2023-11-21T10:48:06.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: mgrmap e10: smithi135.jalnrh(active, starting, since 0.0534149s) 2023-11-21T10:48:06.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:48:06.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:48:06.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:48:06.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: Manager daemon smithi135.jalnrh is now available 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:01 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.839 INFO:teuthology.orchestra.run.smithi135.stderr:mgr epoch 9 is available 2023-11-21T10:48:06.839 INFO:teuthology.orchestra.run.smithi135.stderr:Generating a dashboard self-signed certificate... 2023-11-21T10:48:06.839 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-21T10:48:06.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:02 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:01] ENGINE Bus STARTING 2023-11-21T10:48:06.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:02 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:01] ENGINE Serving on https://172.21.15.135:7150 2023-11-21T10:48:06.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:02 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:01] ENGINE Bus STARTED 2023-11-21T10:48:06.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:02 smithi135 ceph-mon[107703]: mgrmap e11: smithi135.jalnrh(active, since 1.05634s) 2023-11-21T10:48:06.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:02 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.840 INFO:teuthology.orchestra.run.smithi135.stderr:Creating initial admin user... 2023-11-21T10:48:06.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:03 smithi135 ceph-mon[107703]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-21T10:48:06.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:03 smithi135 ceph-mon[107703]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-21T10:48:06.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:03 smithi135 ceph-mon[107703]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:48:06.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:03 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:03 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.841 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$L6hvhmKJjxIMJEnx2Vwr1eVV.9AEvCGx5rOQoJWRIfrr7cYIKw9ry", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700563684, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-21T10:48:06.841 INFO:teuthology.orchestra.run.smithi135.stderr:Fetching dashboard port number... 2023-11-21T10:48:06.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:04 smithi135 ceph-mon[107703]: mgrmap e12: smithi135.jalnrh(active, since 3s) 2023-11-21T10:48:06.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:04 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:06.842 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: 8443 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: disabled 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:systemctl: inactive 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:firewalld.service is not enabled 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:Ceph Dashboard is now available at: 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr: URL: https://smithi135.front.sepia.ceph.com:8443/ 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr: User: admin 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr: Password: 5gwcma06jz 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:06.843 INFO:teuthology.orchestra.run.smithi135.stderr:Enabling autotune for osd_memory_target 2023-11-21T10:48:06.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:05 smithi135 ceph-mon[107703]: 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-21T10:48:06.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:05 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3292111952' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-21T10:48:08.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:08 smithi135 ceph-mon[107703]: mgrmap e13: smithi135.jalnrh(active, since 6s) 2023-11-21T10:48:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:You can access the Ceph CLI with: 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-21T10:48:10.214 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr: ceph telemetry on 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr:For more information see: 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T10:48:10.215 INFO:teuthology.orchestra.run.smithi135.stderr:Bootstrap complete. 2023-11-21T10:48:10.246 INFO:tasks.cephadm:Fetching config... 2023-11-21T10:48:10.247 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:48:10.247 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-21T10:48:10.264 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-21T10:48:10.265 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:48:10.265 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-21T10:48:10.322 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-21T10:48:10.322 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:48:10.322 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/keyring of=/dev/stdout 2023-11-21T10:48:10.392 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-21T10:48:10.392 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:48:10.392 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-21T10:48:10.451 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-21T10:48:10.451 DEBUG:teuthology.orchestra.run.smithi135:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9tkXSV0Rk/1Q0k7rtIRVvfKkXoJIckRpzPFd0MQ4fUzEZmrbtf/iFZUDhS5j06pOtfv7h6Axt3DXTHVhb2jfqQVddqZvPtSsz6cFZjNW9OlmRJOeSFj9wWOA1QmXzaw1CHNc/h+b9RXLcLQVw42prisgmupodTN0zixPlo1U+1U358UmrGUY5j4MuGuReyJlY4tVksdcezEz06EEFgvHLrARnwzGq5vlfXIkzQoYMMOI33B3wIdaTWbJYVgzV5G1+2iakyMRKSKhd6OjPsaYjkFyQkxZMSvEPdLPxoUyLDqgiKUVFdiDApc+uM5CMr+AJMTvJHYBqpecew4IL90v3h3iBKEGlOlfh8xaGA3T6pwbA+cAjO61zhrXMDxBMAfXp91TcWv0779jjdcfgVAreJwoMpKNbLIwEmPDtWBYkz+Rvv6oEZWdHkOSjg6iappAz38+hW08t54hC2UmRt4PAn4E/jydw6Dc3YR/1y/AQI1ufOBKnkIA7vasCrzz2v7U= ceph-4702e138-885b-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-21T10:48:10.528 INFO:teuthology.orchestra.run.smithi135.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9tkXSV0Rk/1Q0k7rtIRVvfKkXoJIckRpzPFd0MQ4fUzEZmrbtf/iFZUDhS5j06pOtfv7h6Axt3DXTHVhb2jfqQVddqZvPtSsz6cFZjNW9OlmRJOeSFj9wWOA1QmXzaw1CHNc/h+b9RXLcLQVw42prisgmupodTN0zixPlo1U+1U358UmrGUY5j4MuGuReyJlY4tVksdcezEz06EEFgvHLrARnwzGq5vlfXIkzQoYMMOI33B3wIdaTWbJYVgzV5G1+2iakyMRKSKhd6OjPsaYjkFyQkxZMSvEPdLPxoUyLDqgiKUVFdiDApc+uM5CMr+AJMTvJHYBqpecew4IL90v3h3iBKEGlOlfh8xaGA3T6pwbA+cAjO61zhrXMDxBMAfXp91TcWv0779jjdcfgVAreJwoMpKNbLIwEmPDtWBYkz+Rvv6oEZWdHkOSjg6iappAz38+hW08t54hC2UmRt4PAn4E/jydw6Dc3YR/1y/AQI1ufOBKnkIA7vasCrzz2v7U= ceph-4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:48:10.539 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9tkXSV0Rk/1Q0k7rtIRVvfKkXoJIckRpzPFd0MQ4fUzEZmrbtf/iFZUDhS5j06pOtfv7h6Axt3DXTHVhb2jfqQVddqZvPtSsz6cFZjNW9OlmRJOeSFj9wWOA1QmXzaw1CHNc/h+b9RXLcLQVw42prisgmupodTN0zixPlo1U+1U358UmrGUY5j4MuGuReyJlY4tVksdcezEz06EEFgvHLrARnwzGq5vlfXIkzQoYMMOI33B3wIdaTWbJYVgzV5G1+2iakyMRKSKhd6OjPsaYjkFyQkxZMSvEPdLPxoUyLDqgiKUVFdiDApc+uM5CMr+AJMTvJHYBqpecew4IL90v3h3iBKEGlOlfh8xaGA3T6pwbA+cAjO61zhrXMDxBMAfXp91TcWv0779jjdcfgVAreJwoMpKNbLIwEmPDtWBYkz+Rvv6oEZWdHkOSjg6iappAz38+hW08t54hC2UmRt4PAn4E/jydw6Dc3YR/1y/AQI1ufOBKnkIA7vasCrzz2v7U= ceph-4702e138-885b-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-21T10:48:10.583 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9tkXSV0Rk/1Q0k7rtIRVvfKkXoJIckRpzPFd0MQ4fUzEZmrbtf/iFZUDhS5j06pOtfv7h6Axt3DXTHVhb2jfqQVddqZvPtSsz6cFZjNW9OlmRJOeSFj9wWOA1QmXzaw1CHNc/h+b9RXLcLQVw42prisgmupodTN0zixPlo1U+1U358UmrGUY5j4MuGuReyJlY4tVksdcezEz06EEFgvHLrARnwzGq5vlfXIkzQoYMMOI33B3wIdaTWbJYVgzV5G1+2iakyMRKSKhd6OjPsaYjkFyQkxZMSvEPdLPxoUyLDqgiKUVFdiDApc+uM5CMr+AJMTvJHYBqpecew4IL90v3h3iBKEGlOlfh8xaGA3T6pwbA+cAjO61zhrXMDxBMAfXp91TcWv0779jjdcfgVAreJwoMpKNbLIwEmPDtWBYkz+Rvv6oEZWdHkOSjg6iappAz38+hW08t54hC2UmRt4PAn4E/jydw6Dc3YR/1y/AQI1ufOBKnkIA7vasCrzz2v7U= ceph-4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:48:10.595 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-21T10:48:11.129 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:10 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2809576926' entity='client.admin' 2023-11-21T10:48:12.559 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-21T10:48:12.559 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-21T10:48:13.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:12 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:13.146 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:12 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:48:13.146 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:12 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:13.146 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:12 smithi135 ceph-mon[107703]: Deploying daemon alertmanager.smithi135 on smithi135 2023-11-21T10:48:13.146 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:12 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/871486615' entity='client.admin' 2023-11-21T10:48:14.563 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-21T10:48:14.563 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:48:14.563 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-21T10:48:14.585 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:48:14.585 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:48:14.647 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-21T10:48:14.647 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch host add smithi143 2023-11-21T10:48:15.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:15 smithi135 ceph-mon[107703]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:48:15.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:15 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:18.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:18 smithi135 ceph-mon[107703]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:48:18.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:18 smithi135 ceph-mon[107703]: Deploying cephadm binary to smithi143 2023-11-21T10:48:18.453 INFO:teuthology.orchestra.run.smithi135.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-11-21T10:48:18.784 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-21T10:48:19.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:19.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: Added host smithi143 2023-11-21T10:48:19.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:19.599 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:48:19.599 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-21T10:48:19.599 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:19 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:48:20.239 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:48:20.239 INFO:teuthology.orchestra.run.smithi135.stdout:[{"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-21T10:48:20.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:20 smithi135 ceph-mon[107703]: Deploying daemon crash.smithi135 on smithi135 2023-11-21T10:48:20.769 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-21T10:48:20.769 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:48:21.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:21 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:22.458 INFO:teuthology.orchestra.run.smithi135.stderr:adjusted tunables profile to default 2023-11-21T10:48:22.763 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:22 smithi135 ceph-mon[107703]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:22.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:22 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:48:22.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:22 smithi135 ceph-mon[107703]: Deploying daemon grafana.smithi135 on smithi135 2023-11-21T10:48:22.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:22 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3490316786' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-21T10:48:22.783 INFO:tasks.cephadm:Adding mon.smithi135 on smithi135 2023-11-21T10:48:22.784 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-21T10:48:22.784 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch apply mon '2;smithi135:172.21.15.135=smithi135;smithi143:172.21.15.143=smithi143' 2023-11-21T10:48:23.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:23 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3490316786' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-21T10:48:23.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:23 smithi135 ceph-mon[107703]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T10:48:24.130 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-21T10:48:24.531 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi143.service 2023-11-21T10:48:24.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:24.534 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:24.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Tue 2023-11-21 10:38:47 UTC. -- 2023-11-21T10:48:24.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:24 smithi135 ceph-mon[107703]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:24.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:24 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:25.928 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:25.928 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:25.929 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:25 smithi135 ceph-mon[107703]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi135:172.21.15.135=smithi135;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:48:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:25 smithi135 ceph-mon[107703]: Saving service mon spec with placement smithi135:172.21.15.135=smithi135;smithi143:172.21.15.143=smithi143;count:2 2023-11-21T10:48:26.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:26 smithi135 ceph-mon[107703]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:26.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:26 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/824441111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:26.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:26 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:27.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:27.348 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:28.732 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:28.732 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:28.734 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:28.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:28 smithi135 ceph-mon[107703]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:29.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:29 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/4288365308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:30.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:30.106 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:30.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:30 smithi135 ceph-mon[107703]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:31.513 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:31.513 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:31.515 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:32.567 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:32 smithi135 ceph-mon[107703]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:32.567 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:32 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/3190679878' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:32.567 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:32 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:32.568 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:32 smithi135 ceph-mon[107703]: Deploying daemon node-exporter.smithi135 on smithi135 2023-11-21T10:48:32.881 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:32.882 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:34.300 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:34.300 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:34.302 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:34.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:34 smithi135 ceph-mon[107703]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:48:34.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:34 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:34.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:34 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-21T10:48:34.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:34 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/1712860708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:35.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:35.683 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:36.641 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:36 smithi135 ceph-mon[107703]: from='mgr.14162 172.21.15.135:0/1915444752' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-21T10:48:36.641 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:36 smithi135 ceph-mon[107703]: mgrmap e14: smithi135.jalnrh(active, since 34s) 2023-11-21T10:48:37.124 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:37.124 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:37.126 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:37.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:37 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/3505597688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:38.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:38.527 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:39.992 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:39.992 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:39.994 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:40.099 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:40 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/519868660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:41.312 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:41 smithi135 ceph-mon[107703]: Active manager daemon smithi135.jalnrh restarted 2023-11-21T10:48:41.312 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:41 smithi135 ceph-mon[107703]: Activating manager daemon smithi135.jalnrh 2023-11-21T10:48:41.312 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:41 smithi135 ceph-mon[107703]: osdmap e5: 0 total, 0 up, 0 in 2023-11-21T10:48:41.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:41.323 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:42.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: mgrmap e15: smithi135.jalnrh(active, starting, since 0.0539395s) 2023-11-21T10:48:42.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:48:42.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: Manager daemon smithi135.jalnrh is now available 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:48:42.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:42.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:48:42.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:48:42.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:42.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:42.821 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:42.821 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:42.822 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:41] ENGINE Bus STARTING 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:41] ENGINE Serving on https://172.21.15.135:7150 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: [21/Nov/2023:10:48:41] ENGINE Bus STARTED 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: mgrmap e16: smithi135.jalnrh(active, since 1.06351s) 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/2524064017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:43.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:44.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:44.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:48:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: Updating smithi135:/etc/ceph/ceph.conf 2023-11-21T10:48:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:48:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: mgrmap e17: smithi135.jalnrh(active, since 3s) 2023-11-21T10:48:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:45.964 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:45.965 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:45.966 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:48:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:48:46.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-21T10:48:46.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:48:46.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: Deploying daemon crash.smithi143 on smithi143 2023-11-21T10:48:46.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:46 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/2596194706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:47.717 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:47.718 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:48:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:48 smithi135 ceph-mon[107703]: Deploying daemon mgr.smithi143.ukvqcf on smithi143 2023-11-21T10:48:49.827 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:49.827 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:47:12.894945Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T10:48:49.828 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-21T10:48:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:50 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:50 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T10:48:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:50 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:48:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:50 smithi135 ceph-mon[107703]: Deploying daemon mon.smithi143 on smithi143 2023-11-21T10:48:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:50 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/2720914478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:51.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-21T10:48:51.246 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T10:48:52.647 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:52 smithi143 ceph-mon[110329]: mon.smithi143@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-21T10:48:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: mon.smithi135 calling monitor election 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: mon.smithi143 calling monitor election 2023-11-21T10:48:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/crt"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: mon.smithi135 is new leader, mons smithi135,smithi143 in quorum (ranks 0,1) 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: monmap e2: 2 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: fsmap 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: osdmap e5: 0 total, 0 up, 0 in 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: mgrmap e17: smithi135.jalnrh(active, since 16s) 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: Standby manager daemon smithi143.ukvqcf started 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/key"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: overall HEALTH_OK 2023-11-21T10:48:57.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:57.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:48:57.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: mon.smithi135 calling monitor election 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: mon.smithi143 calling monitor election 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/crt"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: mon.smithi135 is new leader, mons smithi135,smithi143 in quorum (ranks 0,1) 2023-11-21T10:48:57.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: monmap e2: 2 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: fsmap 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: osdmap e5: 0 total, 0 up, 0 in 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: mgrmap e17: smithi135.jalnrh(active, since 16s) 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: Standby manager daemon smithi143.ukvqcf started 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/key"}]: dispatch 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3056031620' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: overall HEALTH_OK 2023-11-21T10:48:57.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:48:58.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:58 smithi135 ceph-mon[107703]: Deploying daemon node-exporter.smithi143 on smithi143 2023-11-21T10:48:58.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:58 smithi135 ceph-mon[107703]: mgrmap e18: smithi135.jalnrh(active, since 16s), standbys: smithi143.ukvqcf 2023-11-21T10:48:58.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:58 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ukvqcf", "id": "smithi143.ukvqcf"}]: dispatch 2023-11-21T10:48:58.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:58 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:58.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:58 smithi143 ceph-mon[110329]: Deploying daemon node-exporter.smithi143 on smithi143 2023-11-21T10:48:58.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:58 smithi143 ceph-mon[110329]: mgrmap e18: smithi135.jalnrh(active, since 16s), standbys: smithi143.ukvqcf 2023-11-21T10:48:58.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:58 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ukvqcf", "id": "smithi143.ukvqcf"}]: dispatch 2023-11-21T10:48:58.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:58 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:48:59.081 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-21T10:48:59.081 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"4702e138-885b-11ee-959e-87774f69a715","modified":"2023-11-21T10:48:52.397124Z","created":"2023-11-21T10:47:12.894945Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-21T10:48:59.082 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2023-11-21T10:48:59.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:48:59 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/757453361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:48:59.811 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-21T10:48:59.812 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-21T10:48:59.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:48:59 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/757453361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T10:49:01.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:01.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:01 smithi135 ceph-mon[107703]: Deploying daemon prometheus.smithi135 on smithi135 2023-11-21T10:49:01.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:01 smithi135 ceph-mon[107703]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:01.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:01.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:01 smithi143 ceph-mon[110329]: Deploying daemon prometheus.smithi135 on smithi135 2023-11-21T10:49:01.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:01 smithi143 ceph-mon[110329]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:01.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:03.040 INFO:teuthology.orchestra.run.smithi135.stdout:# minimal ceph.conf for 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:49:03.040 INFO:teuthology.orchestra.run.smithi135.stdout:[global] 2023-11-21T10:49:03.040 INFO:teuthology.orchestra.run.smithi135.stdout: fsid = 4702e138-885b-11ee-959e-87774f69a715 2023-11-21T10:49:03.040 INFO:teuthology.orchestra.run.smithi135.stdout: mon_host = [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-21T10:49:03.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:03 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/4006639503' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:03.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:03 smithi135 ceph-mon[107703]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:03.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:03 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/4006639503' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:03.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:03 smithi143 ceph-mon[110329]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:04.574 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-21T10:49:04.575 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:49:04.575 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.conf 2023-11-21T10:49:04.645 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:49:04.645 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:49:04.712 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:49:04.712 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2023-11-21T10:49:04.749 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:49:04.749 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:49:04.821 INFO:tasks.cephadm:Deploying OSDs... 2023-11-21T10:49:04.822 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:49:04.822 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2023-11-21T10:49:04.840 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-21T10:49:04.840 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_1 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 397474 Links: 1 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-11-21 10:48:32.329616363 +0000 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-11-21 10:45:59.240939824 +0000 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-11-21 10:45:59.240939824 +0000 2023-11-21T10:49:04.899 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-11-21T10:49:04.900 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-21T10:49:04.965 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-11-21T10:49:04.966 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-11-21T10:49:04.966 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000226056 s, 2.3 MB/s 2023-11-21T10:49:04.967 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-21T10:49:05.026 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_2 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 385920 Links: 1 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:05.084 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-11-21 10:48:32.329616363 +0000 2023-11-21T10:49:05.085 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-11-21 10:45:59.730929529 +0000 2023-11-21T10:49:05.085 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-11-21 10:45:59.730929529 +0000 2023-11-21T10:49:05.085 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-11-21T10:49:05.085 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-21T10:49:05.150 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-11-21T10:49:05.150 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-11-21T10:49:05.150 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000186886 s, 2.7 MB/s 2023-11-21T10:49:05.151 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-21T10:49:05.210 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_3 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 393524 Links: 1 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:05.268 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-11-21 10:48:32.329616363 +0000 2023-11-21T10:49:05.269 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-11-21 10:46:00.243918753 +0000 2023-11-21T10:49:05.269 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-11-21 10:46:00.243918753 +0000 2023-11-21T10:49:05.269 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-11-21T10:49:05.269 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-21T10:49:05.333 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-11-21T10:49:05.334 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-11-21T10:49:05.334 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000210803 s, 2.4 MB/s 2023-11-21T10:49:05.335 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-21T10:49:05.394 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_4 2023-11-21T10:49:05.451 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-21T10:49:05.451 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 396017 Links: 1 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-11-21 10:48:32.329616363 +0000 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-11-21 10:46:00.753908039 +0000 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-11-21 10:46:00.753908039 +0000 2023-11-21T10:49:05.452 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-11-21T10:49:05.452 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-21T10:49:05.516 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-11-21T10:49:05.516 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-11-21T10:49:05.517 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000227827 s, 2.2 MB/s 2023-11-21T10:49:05.517 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-21T10:49:05.577 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-21T10:49:05.577 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-21T10:49:05.599 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-21T10:49:05.599 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2023-11-21T10:49:05.660 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-21T10:49:05.660 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:05.660 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 392987 Links: 1 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-21 10:48:57.930672574 +0000 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-21 10:45:52.288990143 +0000 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-21 10:45:52.288990143 +0000 2023-11-21T10:49:05.661 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-21T10:49:05.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-21T10:49:05.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:05 smithi135 ceph-mon[107703]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:05.727 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:05 smithi143 ceph-mon[110329]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:05.730 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-21T10:49:05.730 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-21T10:49:05.730 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000248679 s, 2.1 MB/s 2023-11-21T10:49:05.731 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-21T10:49:05.793 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2023-11-21T10:49:05.854 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-21T10:49:05.854 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 396527 Links: 1 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-21 10:48:57.930672574 +0000 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-21 10:45:52.817976189 +0000 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-21 10:45:52.817976189 +0000 2023-11-21T10:49:05.855 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-21T10:49:05.855 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-21T10:49:05.924 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-21T10:49:05.924 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-21T10:49:05.924 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000230959 s, 2.2 MB/s 2023-11-21T10:49:05.925 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-21T10:49:05.986 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2023-11-21T10:49:06.046 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 396587 Links: 1 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-21 10:48:57.930672574 +0000 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-21 10:45:53.317963000 +0000 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-21 10:45:53.317963000 +0000 2023-11-21T10:49:06.047 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-21T10:49:06.047 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-21T10:49:06.114 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-21T10:49:06.114 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-21T10:49:06.115 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000241393 s, 2.1 MB/s 2023-11-21T10:49:06.116 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-21T10:49:06.176 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 385003 Links: 1 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-21 10:48:57.930672574 +0000 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-21 10:45:53.833949389 +0000 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-21 10:45:53.833949389 +0000 2023-11-21T10:49:06.235 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-21T10:49:06.236 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-21T10:49:06.302 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-21T10:49:06.302 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-21T10:49:06.302 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000233305 s, 2.2 MB/s 2023-11-21T10:49:06.303 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-21T10:49:06.362 INFO:tasks.cephadm:Deploying osd.0 on smithi135 with /dev/vg_nvme/lv_4... 2023-11-21T10:49:06.363 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-21T10:49:07.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:07 smithi135 ceph-mon[107703]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:07 smithi143 ceph-mon[110329]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:08.533 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-21T10:49:08.534 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-21T10:49:08.534 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2023-11-21T10:49:08.534 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2023-11-21T10:49:08.534 INFO:teuthology.orchestra.run.smithi135.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0138513 s, 757 MB/s 2023-11-21T10:49:08.534 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2023-11-21T10:49:08.878 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi135:vg_nvme/lv_4 2023-11-21T10:49:09.864 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:09 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:09.864 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:09 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:09.864 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:09 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:09.864 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:09 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:09.865 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:09 smithi135 ceph-mon[107703]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:09.872 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:09 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:09.872 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:09 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:09.872 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:09 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:09.872 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:09 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:09.873 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:09 smithi143 ceph-mon[110329]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:10.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:10.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:11.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:12.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:11 smithi135 ceph-mon[107703]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:12.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:11 smithi135 ceph-mon[107703]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:12.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:11 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:12.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:11 smithi143 ceph-mon[110329]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:12.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:11 smithi143 ceph-mon[110329]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:12.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:11 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: Updating smithi135:/etc/ceph/ceph.conf 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: Reconfiguring mon.smithi135 (unknown last config time)... 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T10:49:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: Reconfiguring daemon mon.smithi135 on smithi135 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1709249288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9623f73-6265-4654-8a2c-26e6c1a4e226"}]: dispatch 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1709249288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9623f73-6265-4654-8a2c-26e6c1a4e226"}]': finished 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: osdmap e6: 1 total, 0 up, 1 in 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:13 smithi143 ceph-mon[110329]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:13.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: Updating smithi135:/etc/ceph/ceph.conf 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: Reconfiguring mon.smithi135 (unknown last config time)... 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: Reconfiguring daemon mon.smithi135 on smithi135 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1709249288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9623f73-6265-4654-8a2c-26e6c1a4e226"}]: dispatch 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1709249288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9623f73-6265-4654-8a2c-26e6c1a4e226"}]': finished 2023-11-21T10:49:13.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: osdmap e6: 1 total, 0 up, 1 in 2023-11-21T10:49:13.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:13.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:13 smithi135 ceph-mon[107703]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:14 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1549064022' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:14.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:14 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1549064022' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:15 smithi143 ceph-mon[110329]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:15 smithi135 ceph-mon[107703]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:17.480 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:17 smithi135 ceph-mon[107703]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:17.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:17.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:49:17.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:49:17.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:17 smithi143 ceph-mon[110329]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:49:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:49:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:19.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:19 smithi135 ceph-mon[107703]: Reconfiguring mgr.smithi135.jalnrh (unknown last config time)... 2023-11-21T10:49:19.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:19 smithi135 ceph-mon[107703]: Reconfiguring daemon mgr.smithi135.jalnrh on smithi135 2023-11-21T10:49:19.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:19 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:19 smithi143 ceph-mon[110329]: Reconfiguring mgr.smithi135.jalnrh (unknown last config time)... 2023-11-21T10:49:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:19 smithi143 ceph-mon[110329]: Reconfiguring daemon mgr.smithi135.jalnrh on smithi135 2023-11-21T10:49:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:19 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:20 smithi143 ceph-mon[110329]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-11-21T10:49:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:20 smithi143 ceph-mon[110329]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-11-21T10:49:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:20 smithi143 ceph-mon[110329]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:20 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-21T10:49:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:20 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:20.618 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:20 smithi135 ceph-mon[107703]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-11-21T10:49:20.619 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:20 smithi135 ceph-mon[107703]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-11-21T10:49:20.619 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:20 smithi135 ceph-mon[107703]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:20.619 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:20 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-21T10:49:20.619 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:20 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:21.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:21 smithi135 ceph-mon[107703]: Deploying daemon osd.0 on smithi135 2023-11-21T10:49:21.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:21 smithi143 ceph-mon[110329]: Deploying daemon osd.0 on smithi135 2023-11-21T10:49:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:22 smithi135 ceph-mon[107703]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:22 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:22 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:49:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:22 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:22 smithi143 ceph-mon[110329]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:22.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:22 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:22.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:22 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:49:22.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:22 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:23.371 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:23 smithi135 ceph-mon[107703]: Reconfiguring crash.smithi135 (monmap changed)... 2023-11-21T10:49:23.372 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:23 smithi135 ceph-mon[107703]: Reconfiguring daemon crash.smithi135 on smithi135 2023-11-21T10:49:23.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:23 smithi143 ceph-mon[110329]: Reconfiguring crash.smithi135 (monmap changed)... 2023-11-21T10:49:23.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:23 smithi143 ceph-mon[110329]: Reconfiguring daemon crash.smithi135 on smithi135 2023-11-21T10:49:24.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:24 smithi143 ceph-mon[110329]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:24.577 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:24 smithi135 ceph-mon[107703]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:26.268 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:26 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:26.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:26 smithi135 ceph-mon[107703]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:26.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:26 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:26.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:26 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:26 smithi143 ceph-mon[110329]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:26 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:27.273 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:27 smithi135 ceph-mon[107703]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-11-21T10:49:27.273 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:27 smithi135 ceph-mon[107703]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-11-21T10:49:27.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:27 smithi143 ceph-mon[110329]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-11-21T10:49:27.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:27 smithi143 ceph-mon[110329]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-11-21T10:49:28.273 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:28 smithi135 ceph-mon[107703]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:28.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:28 smithi143 ceph-mon[110329]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:29.427 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:29 smithi143 ceph-mon[110329]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-21T10:49:29.427 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:29.427 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:49:29.428 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:29.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:29 smithi135 ceph-mon[107703]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-21T10:49:29.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:29.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-21T10:49:29.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:29.770 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 0 on host 'smithi135' 2023-11-21T10:49:30.154 DEBUG:teuthology.orchestra.run.smithi135:osd.0> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.0.service 2023-11-21T10:49:30.157 INFO:tasks.cephadm:Deploying osd.1 on smithi135 with /dev/vg_nvme/lv_3... 2023-11-21T10:49:30.157 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-21T10:49:30.187 INFO:journalctl@ceph.osd.0.smithi135.stdout:-- Logs begin at Tue 2023-11-21 10:38:51 UTC. -- 2023-11-21T10:49:30.460 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: Reconfiguring crash.smithi143 (monmap changed)... 2023-11-21T10:49:30.460 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: Reconfiguring daemon crash.smithi143 on smithi143 2023-11-21T10:49:30.460 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: osdmap e7: 1 total, 0 up, 1 in 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:30.461 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:30.507 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0[120511]: 2023-11-21T10:49:30.212+0000 7f5ff5260700 -1 osd.0 0 waiting for initial osdmap 2023-11-21T10:49:30.514 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0[120511]: 2023-11-21T10:49:30.217+0000 7f5fefbf7700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:49:30.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: Reconfiguring crash.smithi143 (monmap changed)... 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: Reconfiguring daemon crash.smithi143 on smithi143 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: osdmap e7: 1 total, 0 up, 1 in 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:49:30.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:49:30.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:30.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: Reconfiguring mgr.smithi143.ukvqcf (monmap changed)... 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: Reconfiguring daemon mgr.smithi143.ukvqcf on smithi143 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: osdmap e8: 1 total, 0 up, 1 in 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T10:49:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: Reconfiguring mgr.smithi143.ukvqcf (monmap changed)... 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: Reconfiguring daemon mgr.smithi143.ukvqcf on smithi143 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: osdmap e8: 1 total, 0 up, 1 in 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T10:49:31.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T10:49:31.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:31.666 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-21T10:49:31.666 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-21T10:49:31.667 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2023-11-21T10:49:31.667 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2023-11-21T10:49:31.667 INFO:teuthology.orchestra.run.smithi135.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112403 s, 933 MB/s 2023-11-21T10:49:31.667 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2023-11-21T10:49:32.030 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi135:vg_nvme/lv_3 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: Reconfiguring mon.smithi143 (monmap changed)... 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: Reconfiguring daemon mon.smithi143 on smithi143 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045] boot 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: osdmap e9: 1 total, 1 up, 1 in 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.135:9093"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.135:3000"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.135:9095"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:49:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:49:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: Reconfiguring mon.smithi143 (monmap changed)... 2023-11-21T10:49:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: Reconfiguring daemon mon.smithi143 on smithi143 2023-11-21T10:49:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: osd.0 [v2:172.21.15.135:6802/675006045,v1:172.21.15.135:6803/675006045] boot 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: osdmap e9: 1 total, 1 up, 1 in 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.135:9093"}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.135:3000"}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:49:32.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.135:9095"}]: dispatch 2023-11-21T10:49:32.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:32.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:32.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:32.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.135:9093"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.135:3000"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.135:9095"}]: dispatch 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: osdmap e10: 1 total, 1 up, 1 in 2023-11-21T10:49:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:33 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:33.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:49:33.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.135:9093"}]: dispatch 2023-11-21T10:49:33.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:49:33.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.135:3000"}]: dispatch 2023-11-21T10:49:33.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:49:33.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.135:9095"}]: dispatch 2023-11-21T10:49:33.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: osdmap e10: 1 total, 1 up, 1 in 2023-11-21T10:49:33.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:33 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:34 smithi143 ceph-mon[110329]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:34 smithi135 ceph-mon[107703]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:35.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:36.286 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:36 smithi135 ceph-mon[107703]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:36.286 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:36 smithi135 ceph-mon[107703]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:36 smithi143 ceph-mon[110329]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:36.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:36 smithi143 ceph-mon[110329]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:37.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:37.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2340433294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0ce7272-b8aa-4acc-861d-a058a6915a7d"}]: dispatch 2023-11-21T10:49:37.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2340433294' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0ce7272-b8aa-4acc-861d-a058a6915a7d"}]': finished 2023-11-21T10:49:37.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: osdmap e11: 2 total, 1 up, 2 in 2023-11-21T10:49:37.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:37.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:37 smithi135 ceph-mon[107703]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:37.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2340433294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0ce7272-b8aa-4acc-861d-a058a6915a7d"}]: dispatch 2023-11-21T10:49:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2340433294' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0ce7272-b8aa-4acc-861d-a058a6915a7d"}]': finished 2023-11-21T10:49:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: osdmap e11: 2 total, 1 up, 2 in 2023-11-21T10:49:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:37 smithi143 ceph-mon[110329]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:38 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2220333780' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:38 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2220333780' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:39.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:39 smithi135 ceph-mon[107703]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:39.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:39 smithi143 ceph-mon[110329]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:41 smithi135 ceph-mon[107703]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:49:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:49:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:41 smithi143 ceph-mon[110329]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:49:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:49:43.083 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi135 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi135 to 12898M 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:43.084 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi135 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi135 to 12898M 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:43.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:43.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:44.089 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-21T10:49:44.089 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:44.089 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:43 smithi135 ceph-mon[107703]: Deploying daemon osd.1 on smithi135 2023-11-21T10:49:44.089 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:44.089 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:43 smithi135 ceph-mon[107703]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:44.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-21T10:49:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:43 smithi143 ceph-mon[110329]: Deploying daemon osd.1 on smithi135 2023-11-21T10:49:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:43 smithi143 ceph-mon[110329]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:45.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:45 smithi135 ceph-mon[107703]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:45 smithi143 ceph-mon[110329]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:46.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:48.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:48.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:48.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:48.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:48.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:48 smithi135 ceph-mon[107703]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:48.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:48 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:48 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:48 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:48 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:48 smithi143 ceph-mon[110329]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:49.166 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 1 on host 'smithi135' 2023-11-21T10:49:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:49.876 DEBUG:teuthology.orchestra.run.smithi135:osd.1> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.1.service 2023-11-21T10:49:49.878 INFO:tasks.cephadm:Deploying osd.2 on smithi135 with /dev/vg_nvme/lv_2... 2023-11-21T10:49:49.878 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-21T10:49:49.910 INFO:journalctl@ceph.osd.1.smithi135.stdout:-- Logs begin at Tue 2023-11-21 10:38:51 UTC. -- 2023-11-21T10:49:50.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:50 smithi135 ceph-mon[107703]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:50.434 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:49:50 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T10:49:50.252+0000 7fbf5963f3c0 -1 osd.1 0 log_to_monitors true 2023-11-21T10:49:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:50 smithi143 ceph-mon[110329]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:51.342 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:51 smithi135 ceph-mon[107703]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T10:49:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:51 smithi143 ceph-mon[110329]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T10:49:51.829 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011204 s, 936 MB/s 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 2023-11-21T10:49:51.830 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2023-11-21T10:49:52.283 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi135:vg_nvme/lv_2 2023-11-21T10:49:52.434 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T10:49:52.264+0000 7fbf50042700 -1 osd.1 0 waiting for initial osdmap 2023-11-21T10:49:52.434 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T10:49:52.267+0000 7fbf4a9d9700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:49:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-21T10:49:52.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: osdmap e12: 2 total, 1 up, 2 in 2023-11-21T10:49:52.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:52.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:49:52.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-21T10:49:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: osdmap e12: 2 total, 1 up, 2 in 2023-11-21T10:49:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:49:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:52 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: osdmap e13: 2 total, 1 up, 2 in 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:53.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:53 smithi135 ceph-mon[107703]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: from='osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: osdmap e13: 2 total, 1 up, 2 in 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:53 smithi143 ceph-mon[110329]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-21T10:49:54.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562] boot 2023-11-21T10:49:54.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: osdmap e14: 2 total, 2 up, 2 in 2023-11-21T10:49:54.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:54.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:54.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:54.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:54.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: osd.1 [v2:172.21.15.135:6810/2921344562,v1:172.21.15.135:6811/2921344562] boot 2023-11-21T10:49:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: osdmap e14: 2 total, 2 up, 2 in 2023-11-21T10:49:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:49:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:49:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:49:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:49:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:55.359 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:55 smithi135 ceph-mon[107703]: osdmap e15: 2 total, 2 up, 2 in 2023-11-21T10:49:55.359 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:55 smithi135 ceph-mon[107703]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:49:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:55 smithi143 ceph-mon[110329]: osdmap e15: 2 total, 2 up, 2 in 2023-11-21T10:49:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:55 smithi143 ceph-mon[110329]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:49:56.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi135 to 6449M 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1460171394' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e2ea498-b0d0-41cb-bc53-07b9a9786d16"}]: dispatch 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1460171394' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e2ea498-b0d0-41cb-bc53-07b9a9786d16"}]': finished 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: osdmap e16: 3 total, 2 up, 3 in 2023-11-21T10:49:56.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:56 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi135 to 6449M 2023-11-21T10:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1460171394' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e2ea498-b0d0-41cb-bc53-07b9a9786d16"}]: dispatch 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1460171394' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e2ea498-b0d0-41cb-bc53-07b9a9786d16"}]': finished 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: osdmap e16: 3 total, 2 up, 3 in 2023-11-21T10:49:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:56 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:49:57.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:57 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1527646134' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:57.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:57 smithi135 ceph-mon[107703]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:49:57.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:57 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1527646134' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:49:57.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:57 smithi143 ceph-mon[110329]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:49:59.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:59 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:59.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:59 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:59.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:49:59 smithi135 ceph-mon[107703]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:49:59.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:59 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:59.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:59 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:49:59.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:49:59 smithi143 ceph-mon[110329]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:00.711 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:00 smithi135 ceph-mon[107703]: overall HEALTH_OK 2023-11-21T10:50:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:00 smithi143 ceph-mon[110329]: overall HEALTH_OK 2023-11-21T10:50:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:01 smithi143 ceph-mon[110329]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:01.782 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:01 smithi135 ceph-mon[107703]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:02.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:02 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-21T10:50:02.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:02 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:02.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:02 smithi135 ceph-mon[107703]: Deploying daemon osd.2 on smithi135 2023-11-21T10:50:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:02 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-21T10:50:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:02 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:02 smithi143 ceph-mon[110329]: Deploying daemon osd.2 on smithi135 2023-11-21T10:50:04.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:04 smithi135 ceph-mon[107703]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:04.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:04 smithi143 ceph-mon[110329]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:05.650 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:05 smithi135 ceph-mon[107703]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:05 smithi143 ceph-mon[110329]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:06.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:06.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:06.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:06.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:07.037 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:07.037 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:07.037 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:07.037 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:07.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:07 smithi135 ceph-mon[107703]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:07.973 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 2 on host 'smithi135' 2023-11-21T10:50:07.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:07 smithi143 ceph-mon[110329]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:08.668 DEBUG:teuthology.orchestra.run.smithi135:osd.2> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.2.service 2023-11-21T10:50:08.670 INFO:tasks.cephadm:Deploying osd.3 on smithi135 with /dev/vg_nvme/lv_1... 2023-11-21T10:50:08.670 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-21T10:50:08.703 INFO:journalctl@ceph.osd.2.smithi135.stdout:-- Logs begin at Tue 2023-11-21 10:38:51 UTC. -- 2023-11-21T10:50:09.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:08 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:09.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:08 smithi135 ceph-mon[107703]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T10:50:09.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:08 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:09.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:08 smithi143 ceph-mon[110329]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T10:50:10.434 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2[129506]: 2023-11-21T10:50:10.217+0000 7f1cdfc0f700 -1 osd.2 0 waiting for initial osdmap 2023-11-21T10:50:10.434 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2[129506]: 2023-11-21T10:50:10.225+0000 7f1cda5a6700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:50:10.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-21T10:50:10.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: osdmap e17: 3 total, 2 up, 3 in 2023-11-21T10:50:10.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:10.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:50:10.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:10.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:10 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:10.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-21T10:50:10.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: osdmap e17: 3 total, 2 up, 3 in 2023-11-21T10:50:10.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:10.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:50:10.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:10.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:10 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012101 s, 867 MB/s 2023-11-21T10:50:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2023-11-21T10:50:11.208 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi135:vg_nvme/lv_1 2023-11-21T10:50:11.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:11 smithi143 ceph-mon[110329]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:50:11.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:11 smithi143 ceph-mon[110329]: osdmap e18: 3 total, 2 up, 3 in 2023-11-21T10:50:11.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:11 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:11.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:11 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:11.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:11 smithi135 ceph-mon[107703]: from='osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:50:11.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:11 smithi135 ceph-mon[107703]: osdmap e18: 3 total, 2 up, 3 in 2023-11-21T10:50:11.554 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:11 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:11.554 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:11 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326] boot 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: osdmap e19: 3 total, 3 up, 3 in 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:12 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: osd.2 [v2:172.21.15.135:6818/4001777326,v1:172.21.15.135:6819/4001777326] boot 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: osdmap e19: 3 total, 3 up, 3 in 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-21T10:50:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:12 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-21T10:50:13.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: osdmap e20: 3 total, 3 up, 3 in 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:13.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: osdmap e20: 3 total, 3 up, 3 in 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:13.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:14.529 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:14.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi135 2023-11-21T10:50:14.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi135 to 4299M 2023-11-21T10:50:14.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-21T10:50:14.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: osdmap e21: 3 total, 3 up, 3 in 2023-11-21T10:50:14.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:14 smithi135 ceph-mon[107703]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi135 2023-11-21T10:50:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi135 to 4299M 2023-11-21T10:50:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-21T10:50:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: osdmap e21: 3 total, 3 up, 3 in 2023-11-21T10:50:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:14 smithi143 ceph-mon[110329]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:14.785 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131672]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T10:50:14.785 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131672]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:14.785 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131672]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:15.056 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131681]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T10:50:15.056 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131681]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:15.056 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 10:50:14 smithi135 sudo[131681]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:15.316 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131713]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T10:50:15.316 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131713]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:15.316 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131713]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:15.316 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: osdmap e22: 3 total, 3 up, 3 in 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3188892637' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85636fc3-b29b-4c61-8db4-0834bb425161"}]: dispatch 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3188892637' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85636fc3-b29b-4c61-8db4-0834bb425161"}]': finished 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: osdmap e23: 4 total, 3 up, 4 in 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:15.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:15 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3595458931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:15.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131766]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T10:50:15.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131766]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:15.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131766]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:15.684 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131771]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T10:50:15.684 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131771]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:15.685 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131771]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: osdmap e22: 3 total, 3 up, 3 in 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3188892637' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85636fc3-b29b-4c61-8db4-0834bb425161"}]: dispatch 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3188892637' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85636fc3-b29b-4c61-8db4-0834bb425161"}]': finished 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: osdmap e23: 4 total, 3 up, 4 in 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:15 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3595458931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:16.055 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132148]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T10:50:16.055 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132148]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:16.055 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131960]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T10:50:16.056 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131960]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:16.056 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 10:50:15 smithi135 sudo[131960]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:16.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132148]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:16.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132153]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T10:50:16.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132153]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:16.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 sudo[132153]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:16.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 ceph-mon[107703]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:16.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:16 smithi135 ceph-mon[107703]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T10:50:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 ceph-mon[110329]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 ceph-mon[110329]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T10:50:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112955]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T10:50:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112955]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112955]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112958]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T10:50:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112958]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T10:50:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:16 smithi143 sudo[112958]: pam_unix(sudo:session): session closed for user root 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: mgrmap e19: smithi135.jalnrh(active, since 95s), standbys: smithi143.ukvqcf 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:50:17.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T10:50:17.603 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:17.603 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:17 smithi135 ceph-mon[107703]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: mgrmap e19: smithi135.jalnrh(active, since 95s), standbys: smithi143.ukvqcf 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:17 smithi143 ceph-mon[110329]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:19.618 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:19 smithi135 ceph-mon[107703]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:19 smithi143 ceph-mon[110329]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:20.601 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:20 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-21T10:50:20.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:20 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:20.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:20 smithi135 ceph-mon[107703]: Deploying daemon osd.3 on smithi135 2023-11-21T10:50:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:20 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-21T10:50:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:20 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:20 smithi143 ceph-mon[110329]: Deploying daemon osd.3 on smithi135 2023-11-21T10:50:21.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:21 smithi135 ceph-mon[107703]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 5.7 KiB/s rd, 215 KiB/s wr, 16 op/s 2023-11-21T10:50:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:21 smithi143 ceph-mon[110329]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 5.7 KiB/s rd, 215 KiB/s wr, 16 op/s 2023-11-21T10:50:24.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:24 smithi135 ceph-mon[107703]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 165 KiB/s wr, 12 op/s 2023-11-21T10:50:24.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:24.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:24.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:24.276 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:24.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:24 smithi143 ceph-mon[110329]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 165 KiB/s wr, 12 op/s 2023-11-21T10:50:24.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:24.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:24.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:24.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:25.566 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:25 smithi135 ceph-mon[107703]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 134 KiB/s wr, 10 op/s 2023-11-21T10:50:25.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:25 smithi143 ceph-mon[110329]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 134 KiB/s wr, 10 op/s 2023-11-21T10:50:25.903 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 3 on host 'smithi135' 2023-11-21T10:50:26.402 DEBUG:teuthology.orchestra.run.smithi135:osd.3> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.3.service 2023-11-21T10:50:26.404 INFO:tasks.cephadm:Deploying osd.4 on smithi143 with /dev/vg_nvme/lv_4... 2023-11-21T10:50:26.405 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-21T10:50:26.434 INFO:journalctl@ceph.osd.3.smithi135.stdout:-- Logs begin at Tue 2023-11-21 10:38:51 UTC. -- 2023-11-21T10:50:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:26 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:26 smithi143 ceph-mon[110329]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-21T10:50:27.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:26 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:27.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:26 smithi135 ceph-mon[107703]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-21T10:50:27.184 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 10:50:26 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T10:50:26.761+0000 7f5614f653c0 -1 osd.3 0 log_to_monitors true 2023-11-21T10:50:27.845 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-21T10:50:31.951 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-21T10:50:31.951 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-21T10:50:31.951 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-21T10:50:31.951 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149668 s, 701 MB/s 2023-11-21T10:50:31.951 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-21T10:50:31.952 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T10:50:27.908+0000 7f560b968700 -1 osd.3 0 waiting for initial osdmap 2023-11-21T10:50:31.952 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T10:50:27.913+0000 7f56052fd700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: osdmap e24: 4 total, 3 up, 4 in 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.8 KiB/s rd, 143 KiB/s wr, 11 op/s 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: osdmap e25: 4 total, 3 up, 4 in 2023-11-21T10:50:31.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:27 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-21T10:50:31.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: osdmap e24: 4 total, 3 up, 4 in 2023-11-21T10:50:31.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-11-21T10:50:31.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.8 KiB/s rd, 143 KiB/s wr, 11 op/s 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: osdmap e25: 4 total, 3 up, 4 in 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:27 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:28 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:28 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412] boot 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: osdmap e26: 4 total, 4 up, 4 in 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:29 smithi135 ceph-mon[107703]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:31.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: osdmap e27: 4 total, 4 up, 4 in 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi135 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi135 to 3224M 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:31.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:31.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.957 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_4 2023-11-21T10:50:31.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:28 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:28 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: osd.3 [v2:172.21.15.135:6826/3762646412,v1:172.21.15.135:6827/3762646412] boot 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: osdmap e26: 4 total, 4 up, 4 in 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:29 smithi143 ceph-mon[110329]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: osdmap e27: 4 total, 4 up, 4 in 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi135 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi135 to 3224M 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:31.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:31 smithi143 ceph-mon[110329]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:32.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:31 smithi135 ceph-mon[107703]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:34.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:34 smithi143 ceph-mon[110329]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:34.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:34.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:34.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:34 smithi135 ceph-mon[107703]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/3227298766' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]: dispatch 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]: dispatch 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]': finished 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: osdmap e28: 5 total, 4 up, 5 in 2023-11-21T10:50:35.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/3227298766' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]: dispatch 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]: dispatch 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4633b86-fc38-4374-94ab-06626558f2b7"}]': finished 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: osdmap e28: 5 total, 4 up, 5 in 2023-11-21T10:50:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:36 smithi143 ceph-mon[110329]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:36.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:36 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/1961796769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:36.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:36 smithi135 ceph-mon[107703]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:36.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:36 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/1961796769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:37.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:37 smithi135 ceph-mon[107703]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:37.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:37 smithi143 ceph-mon[110329]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:39.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:39 smithi135 ceph-mon[107703]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:39 smithi143 ceph-mon[110329]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:40.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-21T10:50:40.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:40.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:40 smithi143 ceph-mon[110329]: Deploying daemon osd.4 on smithi143 2023-11-21T10:50:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-21T10:50:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:40 smithi135 ceph-mon[107703]: Deploying daemon osd.4 on smithi143 2023-11-21T10:50:41.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:41 smithi143 ceph-mon[110329]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:41.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:50:41.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:50:41.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:41 smithi135 ceph-mon[107703]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:41.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:50:41.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:50:44.328 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:44 smithi143 ceph-mon[110329]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:44.328 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:44.329 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:44.329 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:44.329 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:44 smithi135 ceph-mon[107703]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:44.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:45.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:45 smithi135 ceph-mon[107703]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:45.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:45 smithi143 ceph-mon[110329]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:45.868 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 4 on host 'smithi143' 2023-11-21T10:50:46.291 DEBUG:teuthology.orchestra.run.smithi143:osd.4> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.4.service 2023-11-21T10:50:46.294 INFO:tasks.cephadm:Deploying osd.5 on smithi143 with /dev/vg_nvme/lv_3... 2023-11-21T10:50:46.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-21T10:50:46.323 INFO:journalctl@ceph.osd.4.smithi143.stdout:-- Logs begin at Tue 2023-11-21 10:38:47 UTC. -- 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:46.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:50:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:46.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:50:46.909 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 10:50:46 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T10:50:46.820+0000 7fa2c7bbc3c0 -1 osd.4 0 log_to_monitors true 2023-11-21T10:50:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:47 smithi135 ceph-mon[107703]: from='osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-21T10:50:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:47 smithi135 ceph-mon[107703]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-21T10:50:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:47 smithi135 ceph-mon[107703]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:47 smithi143 ceph-mon[110329]: from='osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-21T10:50:47.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:47 smithi143 ceph-mon[110329]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-21T10:50:47.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:47 smithi143 ceph-mon[110329]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148019 s, 708 MB/s 2023-11-21T10:50:48.260 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-21T10:50:48.553 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T10:50:48.354+0000 7fa2be5bf700 -1 osd.4 0 waiting for initial osdmap 2023-11-21T10:50:48.553 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T10:50:48.358+0000 7fa2b7f54700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:50:48.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-mon[110329]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-21T10:50:48.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-mon[110329]: osdmap e29: 5 total, 4 up, 5 in 2023-11-21T10:50:48.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:48.554 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-mon[110329]: from='osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:50:48.554 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:48 smithi143 ceph-mon[110329]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:50:48.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:48 smithi135 ceph-mon[107703]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-21T10:50:48.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:48 smithi135 ceph-mon[107703]: osdmap e29: 5 total, 4 up, 5 in 2023-11-21T10:50:48.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:48 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:48.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:48 smithi135 ceph-mon[107703]: from='osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:50:48.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:48 smithi135 ceph-mon[107703]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:50:49.026 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_3 2023-11-21T10:50:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:50:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: osdmap e30: 5 total, 4 up, 5 in 2023-11-21T10:50:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi143 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi143 to 15970M 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:49 smithi135 ceph-mon[107703]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: osdmap e30: 5 total, 4 up, 5 in 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi143 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi143 to 15970M 2023-11-21T10:50:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:50:49.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:49 smithi143 ceph-mon[110329]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-21T10:50:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:50:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:50:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348] boot 2023-11-21T10:50:50.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: osdmap e31: 5 total, 5 up, 5 in 2023-11-21T10:50:50.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:50 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:50:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:50:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: osd.4 [v2:172.21.15.143:6800/743081348,v1:172.21.15.143:6801/743081348] boot 2023-11-21T10:50:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: osdmap e31: 5 total, 5 up, 5 in 2023-11-21T10:50:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:50 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:50:51.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: osdmap e32: 5 total, 5 up, 5 in 2023-11-21T10:50:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:51 smithi143 ceph-mon[110329]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:50:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: osdmap e32: 5 total, 5 up, 5 in 2023-11-21T10:50:51.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:50:51.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:50:51.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:50:51.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:51.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:51 smithi135 ceph-mon[107703]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: osdmap e33: 5 total, 5 up, 5 in 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/286674318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]: dispatch 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]: dispatch 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]': finished 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: osdmap e34: 6 total, 5 up, 6 in 2023-11-21T10:50:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: osdmap e33: 5 total, 5 up, 5 in 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/286674318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]: dispatch 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]: dispatch 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aacb3080-4a82-471c-aaf2-28190195ec01"}]': finished 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: osdmap e34: 6 total, 5 up, 6 in 2023-11-21T10:50:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:52 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:50:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:53 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/1302026037' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:53 smithi135 ceph-mon[107703]: osdmap e35: 6 total, 5 up, 6 in 2023-11-21T10:50:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:53 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:50:53.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:53 smithi135 ceph-mon[107703]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:50:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:53 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/1302026037' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:50:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:53 smithi143 ceph-mon[110329]: osdmap e35: 6 total, 5 up, 6 in 2023-11-21T10:50:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:53 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:50:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:53 smithi143 ceph-mon[110329]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:50:55.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:55 smithi143 ceph-mon[110329]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-11-21T10:50:55.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:55 smithi135 ceph-mon[107703]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-11-21T10:50:57.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:57 smithi135 ceph-mon[107703]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-21T10:50:57.719 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:57 smithi143 ceph-mon[110329]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-21T10:50:58.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:58 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-21T10:50:58.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:58 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:58.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:58 smithi135 ceph-mon[107703]: Deploying daemon osd.5 on smithi143 2023-11-21T10:50:58.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:58 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-21T10:50:58.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:58 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:50:58.721 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:58 smithi143 ceph-mon[110329]: Deploying daemon osd.5 on smithi143 2023-11-21T10:50:59.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:50:59 smithi143 ceph-mon[110329]: pgmap v92: 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-21T10:50:59.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:50:59 smithi135 ceph-mon[107703]: pgmap v92: 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-21T10:51:02.130 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:02.130 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:02.130 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:02.130 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:01 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:02.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:01 smithi143 ceph-mon[110329]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-21T10:51:02.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:02.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:02.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:02.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:01 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:02.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:01 smithi135 ceph-mon[107703]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-21T10:51:03.165 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 5 on host 'smithi143' 2023-11-21T10:51:03.553 DEBUG:teuthology.orchestra.run.smithi143:osd.5> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.5.service 2023-11-21T10:51:03.556 INFO:tasks.cephadm:Deploying osd.6 on smithi143 with /dev/vg_nvme/lv_2... 2023-11-21T10:51:03.556 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-21T10:51:03.584 INFO:journalctl@ceph.osd.5.smithi143.stdout:-- Logs begin at Tue 2023-11-21 10:38:47 UTC. -- 2023-11-21T10:51:03.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:03.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:03.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:03.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-mon[110329]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-21T10:51:03.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:03.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:03.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:03.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:03.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:03 smithi135 ceph-mon[107703]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-21T10:51:04.225 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 10:51:03 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T10:51:03.983+0000 7f54d0d053c0 -1 osd.5 0 log_to_monitors true 2023-11-21T10:51:04.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:04 smithi143 ceph-mon[110329]: from='osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-21T10:51:04.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:04 smithi143 ceph-mon[110329]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-21T10:51:04.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:04 smithi135 ceph-mon[107703]: from='osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-21T10:51:04.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:04 smithi135 ceph-mon[107703]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-21T10:51:05.452 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-21T10:51:05.452 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-21T10:51:05.453 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-21T10:51:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-21T10:51:05.453 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110354 s, 950 MB/s 2023-11-21T10:51:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-21T10:51:05.874 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_2 2023-11-21T10:51:05.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-21T10:51:05.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: osdmap e36: 6 total, 5 up, 6 in 2023-11-21T10:51:05.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:05.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: from='osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:05.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:05.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-mon[110329]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:51:05.988 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T10:51:05.693+0000 7f54c7708700 -1 osd.5 0 waiting for initial osdmap 2023-11-21T10:51:05.988 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 10:51:05 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T10:51:05.699+0000 7f54c40a3700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: osdmap e36: 6 total, 5 up, 6 in 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: from='osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:06.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:05 smithi135 ceph-mon[107703]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: osdmap e37: 6 total, 5 up, 6 in 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi143 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi143 to 7985M 2023-11-21T10:51:06.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:06.971 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:06 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:07.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:07.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: osdmap e37: 6 total, 5 up, 6 in 2023-11-21T10:51:07.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:07.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi143 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi143 to 7985M 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:07.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:06 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325] boot 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: osdmap e38: 6 total, 6 up, 6 in 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:51:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:07 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:08.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:51:08.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:51:08.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:08.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: osd.5 [v2:172.21.15.143:6808/1023227325,v1:172.21.15.143:6809/1023227325] boot 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: osdmap e38: 6 total, 6 up, 6 in 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:51:08.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:07 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:08 smithi143 ceph-mon[110329]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:51:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:08 smithi143 ceph-mon[110329]: osdmap e39: 6 total, 6 up, 6 in 2023-11-21T10:51:09.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:08 smithi135 ceph-mon[107703]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:51:09.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:08 smithi135 ceph-mon[107703]: osdmap e39: 6 total, 6 up, 6 in 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: osdmap e40: 6 total, 6 up, 6 in 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/544093202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]: dispatch 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]: dispatch 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]': finished 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: osdmap e41: 7 total, 6 up, 7 in 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/220085692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:51:10.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: osdmap e40: 6 total, 6 up, 6 in 2023-11-21T10:51:10.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/544093202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]: dispatch 2023-11-21T10:51:10.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]: dispatch 2023-11-21T10:51:10.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab6a132b-4438-4a62-9d04-bbe745075913"}]': finished 2023-11-21T10:51:10.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: osdmap e41: 7 total, 6 up, 7 in 2023-11-21T10:51:10.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:10.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:10.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/220085692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:51:11.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:11 smithi135 ceph-mon[107703]: osdmap e42: 7 total, 6 up, 7 in 2023-11-21T10:51:11.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:11 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:11.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:11 smithi143 ceph-mon[110329]: osdmap e42: 7 total, 6 up, 7 in 2023-11-21T10:51:11.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:11 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:12.215 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:12 smithi143 ceph-mon[110329]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:12.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:12 smithi135 ceph-mon[107703]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:14 smithi143 ceph-mon[110329]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-11-21T10:51:14.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:14 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-21T10:51:14.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:14 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:14 smithi135 ceph-mon[107703]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-11-21T10:51:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:14 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-21T10:51:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:14 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:15.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:15 smithi143 ceph-mon[110329]: Deploying daemon osd.6 on smithi143 2023-11-21T10:51:15.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:15 smithi135 ceph-mon[107703]: Deploying daemon osd.6 on smithi143 2023-11-21T10:51:16.389 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:16 smithi143 ceph-mon[110329]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-11-21T10:51:16.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:16 smithi135 ceph-mon[107703]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-11-21T10:51:17.576 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:17 smithi143 ceph-mon[110329]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-11-21T10:51:17.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:17 smithi135 ceph-mon[107703]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-11-21T10:51:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:18 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:18 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:18 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:18 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:18.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:18 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:18.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:18 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:18.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:18 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:18.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:18 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:19 smithi143 ceph-mon[110329]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:19.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:19 smithi135 ceph-mon[107703]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:20.018 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 6 on host 'smithi143' 2023-11-21T10:51:20.425 DEBUG:teuthology.orchestra.run.smithi143:osd.6> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.6.service 2023-11-21T10:51:20.427 INFO:tasks.cephadm:Deploying osd.7 on smithi143 with /dev/vg_nvme/lv_1... 2023-11-21T10:51:20.427 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-21T10:51:20.457 INFO:journalctl@ceph.osd.6.smithi143.stdout:-- Logs begin at Tue 2023-11-21 10:38:47 UTC. -- 2023-11-21T10:51:21.007 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 10:51:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T10:51:20.810+0000 7f584da183c0 -1 osd.6 0 log_to_monitors true 2023-11-21T10:51:21.425 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:21.425 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:21.426 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:21 smithi143 ceph-mon[110329]: from='osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-21T10:51:21.426 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:21 smithi143 ceph-mon[110329]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-21T10:51:21.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:21.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:21.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:21 smithi135 ceph-mon[107703]: from='osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-21T10:51:21.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:21 smithi135 ceph-mon[107703]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0145856 s, 719 MB/s 2023-11-21T10:51:22.255 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-21T10:51:22.305 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T10:51:22.031+0000 7f584441b700 -1 osd.6 0 waiting for initial osdmap 2023-11-21T10:51:22.306 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T10:51:22.037+0000 7f583edb2700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: osdmap e43: 7 total, 6 up, 7 in 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: from='osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:22.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:22 smithi143 ceph-mon[110329]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-21T10:51:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: osdmap e43: 7 total, 6 up, 7 in 2023-11-21T10:51:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:22.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: from='osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:22.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:22.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:22 smithi135 ceph-mon[107703]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:22.689 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_1 2023-11-21T10:51:23.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:23 smithi143 ceph-mon[110329]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:23.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:23 smithi143 ceph-mon[110329]: osdmap e44: 7 total, 6 up, 7 in 2023-11-21T10:51:23.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:23.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:23 smithi135 ceph-mon[107703]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:23 smithi135 ceph-mon[107703]: osdmap e44: 7 total, 6 up, 7 in 2023-11-21T10:51:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185] boot 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: osdmap e45: 7 total, 7 up, 7 in 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:24.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi143 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi143 to 5323M 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:24.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: osdmap e46: 7 total, 7 up, 7 in 2023-11-21T10:51:24.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:24 smithi143 ceph-mon[110329]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: osd.6 [v2:172.21.15.143:6816/1392612185,v1:172.21.15.143:6817/1392612185] boot 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: osdmap e45: 7 total, 7 up, 7 in 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:51:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi143 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi143 to 5323M 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:24.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:24.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: osdmap e46: 7 total, 7 up, 7 in 2023-11-21T10:51:24.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:24 smithi135 ceph-mon[107703]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-21T10:51:25.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:25 smithi143 ceph-mon[110329]: osdmap e47: 7 total, 7 up, 7 in 2023-11-21T10:51:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:25 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:51:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:25 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:51:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:25 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:25.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:25 smithi135 ceph-mon[107703]: osdmap e47: 7 total, 7 up, 7 in 2023-11-21T10:51:25.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:25 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T10:51:25.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:25 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T10:51:25.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:25 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: osdmap e48: 7 total, 7 up, 7 in 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/379573493' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]: dispatch 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]: dispatch 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]': finished 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: osdmap e49: 8 total, 7 up, 8 in 2023-11-21T10:51:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:26 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:51:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: osdmap e48: 7 total, 7 up, 7 in 2023-11-21T10:51:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/379573493' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]: dispatch 2023-11-21T10:51:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]: dispatch 2023-11-21T10:51:26.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "600e396e-b9fe-47d6-ae6d-3228ba6c5203"}]': finished 2023-11-21T10:51:26.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: osdmap e49: 8 total, 7 up, 8 in 2023-11-21T10:51:26.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:26 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:27.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:27 smithi135 ceph-mon[107703]: from='client.? 172.21.15.143:0/1925408672' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:51:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:27 smithi143 ceph-mon[110329]: from='client.? 172.21.15.143:0/1925408672' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T10:51:28.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:28 smithi135 ceph-mon[107703]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:28 smithi143 ceph-mon[110329]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:29.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:29 smithi143 ceph-mon[110329]: pgmap v121: 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-21T10:51:29.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:29 smithi135 ceph-mon[107703]: pgmap v121: 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-21T10:51:31.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:31 smithi135 ceph-mon[107703]: pgmap v122: 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-21T10:51:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:31 smithi143 ceph-mon[110329]: pgmap v122: 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-21T10:51:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-21T10:51:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:32 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:32 smithi143 ceph-mon[110329]: Deploying daemon osd.7 on smithi143 2023-11-21T10:51:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-21T10:51:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:32 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:32 smithi135 ceph-mon[107703]: Deploying daemon osd.7 on smithi143 2023-11-21T10:51:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:34 smithi143 ceph-mon[110329]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-11-21T10:51:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:34 smithi135 ceph-mon[107703]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-11-21T10:51:36.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:36.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:36.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:36.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:36.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:36 smithi143 ceph-mon[110329]: pgmap v124: 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-21T10:51:36.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:36.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:36.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:36.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:36.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:36 smithi135 ceph-mon[107703]: pgmap v124: 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-21T10:51:37.486 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 7 on host 'smithi143' 2023-11-21T10:51:37.573 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:37 smithi143 ceph-mon[110329]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-11-21T10:51:37.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:37 smithi135 ceph-mon[107703]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-11-21T10:51:37.944 DEBUG:teuthology.orchestra.run.smithi143:osd.7> sudo journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.7.service 2023-11-21T10:51:37.946 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-21T10:51:37.946 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-21T10:51:37.974 INFO:journalctl@ceph.osd.7.smithi143.stdout:-- Logs begin at Tue 2023-11-21 10:38:47 UTC. -- 2023-11-21T10:51:38.485 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 10:51:38 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T10:51:38.232+0000 7fac4d24c3c0 -1 osd.7 0 log_to_monitors true 2023-11-21T10:51:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:38 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:38.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:38 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:38.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:38 smithi135 ceph-mon[107703]: from='osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-21T10:51:38.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:38 smithi135 ceph-mon[107703]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-21T10:51:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:38 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:38 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:38 smithi143 ceph-mon[110329]: from='osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-21T10:51:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:38 smithi143 ceph-mon[110329]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-21T10:51:39.460 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:39.843 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1700563883,"num_in_osds":8,"osd_in_since":1700563886,"num_remapped_pgs":0} 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: osdmap e50: 8 total, 7 up, 8 in 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2801815220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:40.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.487 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T10:51:40.240+0000 7fac43c4f700 -1 osd.7 0 waiting for initial osdmap 2023-11-21T10:51:40.487 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 10:51:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T10:51:40.248+0000 7fac3c5e2700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T10:51:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-21T10:51:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: osdmap e50: 8 total, 7 up, 8 in 2023-11-21T10:51:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2801815220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:51:40.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:51:40.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:51:40.845 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-21T10:51:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: Detected new or changed devices on smithi143 2023-11-21T10:51:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi143 to 3992M 2023-11-21T10:51:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: osdmap e51: 8 total, 7 up, 8 in 2023-11-21T10:51:41.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:41.633 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:41.633 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131] boot 2023-11-21T10:51:41.633 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: osdmap e52: 8 total, 8 up, 8 in 2023-11-21T10:51:41.633 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:41 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: Detected new or changed devices on smithi143 2023-11-21T10:51:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi143 to 3992M 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: osdmap e51: 8 total, 7 up, 8 in 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: osd.7 [v2:172.21.15.143:6824/2867288131,v1:172.21.15.143:6825/2867288131] boot 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: osdmap e52: 8 total, 8 up, 8 in 2023-11-21T10:51:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:41 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:51:42.317 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:42.522 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: purged_snaps scrub starts 2023-11-21T10:51:42.522 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: purged_snaps scrub ok 2023-11-21T10:51:42.522 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:42.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:51:42.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:51:42.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:42 smithi135 ceph-mon[107703]: osdmap e53: 8 total, 8 up, 8 in 2023-11-21T10:51:42.725 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1700563901,"num_in_osds":8,"osd_in_since":1700563886,"num_remapped_pgs":1} 2023-11-21T10:51:42.726 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T10:51:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: purged_snaps scrub starts 2023-11-21T10:51:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: purged_snaps scrub ok 2023-11-21T10:51:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:51:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:51:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:42 smithi143 ceph-mon[110329]: osdmap e53: 8 total, 8 up, 8 in 2023-11-21T10:51:42.949 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:43.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:43 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/4088384188' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T10:51:43.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:43 smithi135 ceph-mon[107703]: osdmap e54: 8 total, 8 up, 8 in 2023-11-21T10:51:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:43 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/4088384188' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T10:51:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:43 smithi143 ceph-mon[110329]: osdmap e54: 8 total, 8 up, 8 in 2023-11-21T10:51:44.205 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:44.205 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":54,"fsid":"4702e138-885b-11ee-959e-87774f69a715","created":"2023-11-21T10:47:14.812721+0000","modified":"2023-11-21T10:51:43.232818+0000","last_up_change":"2023-11-21T10:51:41.229939+0000","last_in_change":"2023-11-21T10:51:26.036037+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-21T10:50:11.545074+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9623f73-6265-4654-8a2c-26e6c1a4e226","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6803","nonce":675006045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6805","nonce":675006045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6809","nonce":675006045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6807","nonce":675006045}]},"public_addr":"172.21.15.135:6803/675006045","cluster_addr":"172.21.15.135:6805/675006045","heartbeat_back_addr":"172.21.15.135:6809/675006045","heartbeat_front_addr":"172.21.15.135:6807/675006045","state":["exists","up"]},{"osd":1,"uuid":"e0ce7272-b8aa-4acc-861d-a058a6915a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6811","nonce":2921344562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6813","nonce":2921344562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6817","nonce":2921344562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6815","nonce":2921344562}]},"public_addr":"172.21.15.135:6811/2921344562","cluster_addr":"172.21.15.135:6813/2921344562","heartbeat_back_addr":"172.21.15.135:6817/2921344562","heartbeat_front_addr":"172.21.15.135:6815/2921344562","state":["exists","up"]},{"osd":2,"uuid":"7e2ea498-b0d0-41cb-bc53-07b9a9786d16","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.135:6818","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6819","nonce":4001777326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6821","nonce":4001777326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6825","nonce":4001777326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6823","nonce":4001777326}]},"public_addr":"172.21.15.135:6819/4001777326","cluster_addr":"172.21.15.135:6821/4001777326","heartbeat_back_addr":"172.21.15.135:6825/4001777326","heartbeat_front_addr":"172.21.15.135:6823/4001777326","state":["exists","up"]},{"osd":3,"uuid":"85636fc3-b29b-4c61-8db4-0834bb425161","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6827","nonce":3762646412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6829","nonce":3762646412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6833","nonce":3762646412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6831","nonce":3762646412}]},"public_addr":"172.21.15.135:6827/3762646412","cluster_addr":"172.21.15.135:6829/3762646412","heartbeat_back_addr":"172.21.15.135:6833/3762646412","heartbeat_front_addr":"172.21.15.135:6831/3762646412","state":["exists","up"]},{"osd":4,"uuid":"b4633b86-fc38-4374-94ab-06626558f2b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6801","nonce":743081348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6803","nonce":743081348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6807","nonce":743081348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6805","nonce":743081348}]},"public_addr":"172.21.15.143:6801/743081348","cluster_addr":"172.21.15.143:6803/743081348","heartbeat_back_addr":"172.21.15.143:6807/743081348","heartbeat_front_addr":"172.21.15.143:6805/743081348","state":["exists","up"]},{"osd":5,"uuid":"aacb3080-4a82-471c-aaf2-28190195ec01","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6809","nonce":1023227325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6811","nonce":1023227325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6815","nonce":1023227325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6813","nonce":1023227325}]},"public_addr":"172.21.15.143:6809/1023227325","cluster_addr":"172.21.15.143:6811/1023227325","heartbeat_back_addr":"172.21.15.143:6815/1023227325","heartbeat_front_addr":"172.21.15.143:6813/1023227325","state":["exists","up"]},{"osd":6,"uuid":"ab6a132b-4438-4a62-9d04-bbe745075913","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6817","nonce":1392612185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6819","nonce":1392612185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6823","nonce":1392612185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6821","nonce":1392612185}]},"public_addr":"172.21.15.143:6817/1392612185","cluster_addr":"172.21.15.143:6819/1392612185","heartbeat_back_addr":"172.21.15.143:6823/1392612185","heartbeat_front_addr":"172.21.15.143:6821/1392612185","state":["exists","up"]},{"osd":7,"uuid":"600e396e-b9fe-47d6-ae6d-3228ba6c5203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6825","nonce":2867288131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6827","nonce":2867288131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6831","nonce":2867288131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6829","nonce":2867288131}]},"public_addr":"172.21.15.143:6825/2867288131","cluster_addr":"172.21.15.143:6827/2867288131","heartbeat_back_addr":"172.21.15.143:6831/2867288131","heartbeat_front_addr":"172.21.15.143:6829/2867288131","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-21T10:49:29.344549+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-21T10:49:51.297655+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-21T10:50:09.656855+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-21T10:50:27.809317+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-21T10:50:47.857210+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-21T10:51:04.996147+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-21T10:51:21.802132+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-21T10:51:39.213060+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.135:0/3581130461":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/1439054726":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653240945":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653286601":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/2749313148":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6800/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/3539609607":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/3717395469":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6801/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/205142986":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/177693221":"2023-11-22T10:47:37.644335+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-21T10:51:44.525 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:44 smithi135 ceph-mon[107703]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:44.525 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:44 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/811617560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:44.592 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-21T10:50:11.545074+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-21T10:51:44.593 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-21T10:51:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:44 smithi143 ceph-mon[110329]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:44 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/811617560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:44.816 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:45.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:45 smithi135 ceph-mon[107703]: osdmap e55: 8 total, 8 up, 8 in 2023-11-21T10:51:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:45 smithi143 ceph-mon[110329]: osdmap e55: 8 total, 8 up, 8 in 2023-11-21T10:51:46.020 INFO:teuthology.orchestra.run.smithi135.stdout:pg_num: 1 2023-11-21T10:51:46.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:46 smithi135 ceph-mon[107703]: osdmap e56: 8 total, 8 up, 8 in 2023-11-21T10:51:46.426 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:46 smithi135 ceph-mon[107703]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:46.426 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:46 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2199588541' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-21T10:51:46.444 INFO:tasks.cephadm:Setting up client nodes... 2023-11-21T10:51:46.444 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-21T10:51:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:46 smithi143 ceph-mon[110329]: osdmap e56: 8 total, 8 up, 8 in 2023-11-21T10:51:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:46 smithi143 ceph-mon[110329]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:46 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2199588541' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-21T10:51:47.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:47 smithi135 ceph-mon[107703]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-21T10:51:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:47 smithi143 ceph-mon[110329]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-21T10:51:48.009 INFO:teuthology.orchestra.run.smithi135.stdout:[client.0] 2023-11-21T10:51:48.009 INFO:teuthology.orchestra.run.smithi135.stdout: key = AQDEi1xlLJdWABAAQr32h+1v50A2881XvEKGVg== 2023-11-21T10:51:48.424 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-11-21T10:51:48.424 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-21T10:51:48.425 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-21T10:51:48.464 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-21T10:51:48.464 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-21T10:51:48.465 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-21T10:51:48.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:48 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3792965074' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-21T10:51:48.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:48 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3792965074' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-21T10:51:48.725 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:48 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3792965074' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-21T10:51:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:48 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3792965074' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-21T10:51:49.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:49 smithi135 ceph-mon[107703]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-21T10:51:49.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:49 smithi143 ceph-mon[110329]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-21T10:51:49.960 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:50.401 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi135.jalnrh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":1703360144},{"type":"v1","addr":"172.21.15.135:6801","nonce":1703360144}]},"active_addr":"172.21.15.135:6801/1703360144","active_change":"2023-11-21T10:48:41.175770+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi143.ukvqcf","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.135:8443/","prometheus":"http://172.21.15.135: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.135:0","nonce":3830653893}]},{"addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":1600708035}]},{"addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":1688238753}]},{"addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":1266229308}]}]}} 2023-11-21T10:51:50.405 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-21T10:51:50.405 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-21T10:51:50.405 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T10:51:50.629 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:50 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2021766209' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-21T10:51:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:50 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2021766209' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-21T10:51:51.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:51 smithi135 ceph-mon[107703]: pgmap v139: 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-21T10:51:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:51 smithi143 ceph-mon[110329]: pgmap v139: 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-21T10:51:51.855 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:51.855 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":56,"fsid":"4702e138-885b-11ee-959e-87774f69a715","created":"2023-11-21T10:47:14.812721+0000","modified":"2023-11-21T10:51:45.247893+0000","last_up_change":"2023-11-21T10:51:41.229939+0000","last_in_change":"2023-11-21T10:51:26.036037+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-21T10:50:11.545074+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9623f73-6265-4654-8a2c-26e6c1a4e226","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.135:6802","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6803","nonce":675006045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6805","nonce":675006045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6809","nonce":675006045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6807","nonce":675006045}]},"public_addr":"172.21.15.135:6803/675006045","cluster_addr":"172.21.15.135:6805/675006045","heartbeat_back_addr":"172.21.15.135:6809/675006045","heartbeat_front_addr":"172.21.15.135:6807/675006045","state":["exists","up"]},{"osd":1,"uuid":"e0ce7272-b8aa-4acc-861d-a058a6915a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6811","nonce":2921344562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6813","nonce":2921344562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6817","nonce":2921344562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6815","nonce":2921344562}]},"public_addr":"172.21.15.135:6811/2921344562","cluster_addr":"172.21.15.135:6813/2921344562","heartbeat_back_addr":"172.21.15.135:6817/2921344562","heartbeat_front_addr":"172.21.15.135:6815/2921344562","state":["exists","up"]},{"osd":2,"uuid":"7e2ea498-b0d0-41cb-bc53-07b9a9786d16","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.135:6818","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6819","nonce":4001777326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6821","nonce":4001777326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6825","nonce":4001777326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6823","nonce":4001777326}]},"public_addr":"172.21.15.135:6819/4001777326","cluster_addr":"172.21.15.135:6821/4001777326","heartbeat_back_addr":"172.21.15.135:6825/4001777326","heartbeat_front_addr":"172.21.15.135:6823/4001777326","state":["exists","up"]},{"osd":3,"uuid":"85636fc3-b29b-4c61-8db4-0834bb425161","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6827","nonce":3762646412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6829","nonce":3762646412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6833","nonce":3762646412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6831","nonce":3762646412}]},"public_addr":"172.21.15.135:6827/3762646412","cluster_addr":"172.21.15.135:6829/3762646412","heartbeat_back_addr":"172.21.15.135:6833/3762646412","heartbeat_front_addr":"172.21.15.135:6831/3762646412","state":["exists","up"]},{"osd":4,"uuid":"b4633b86-fc38-4374-94ab-06626558f2b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6801","nonce":743081348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6803","nonce":743081348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6807","nonce":743081348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6805","nonce":743081348}]},"public_addr":"172.21.15.143:6801/743081348","cluster_addr":"172.21.15.143:6803/743081348","heartbeat_back_addr":"172.21.15.143:6807/743081348","heartbeat_front_addr":"172.21.15.143:6805/743081348","state":["exists","up"]},{"osd":5,"uuid":"aacb3080-4a82-471c-aaf2-28190195ec01","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6809","nonce":1023227325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6811","nonce":1023227325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6815","nonce":1023227325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6813","nonce":1023227325}]},"public_addr":"172.21.15.143:6809/1023227325","cluster_addr":"172.21.15.143:6811/1023227325","heartbeat_back_addr":"172.21.15.143:6815/1023227325","heartbeat_front_addr":"172.21.15.143:6813/1023227325","state":["exists","up"]},{"osd":6,"uuid":"ab6a132b-4438-4a62-9d04-bbe745075913","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6817","nonce":1392612185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6819","nonce":1392612185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6823","nonce":1392612185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6821","nonce":1392612185}]},"public_addr":"172.21.15.143:6817/1392612185","cluster_addr":"172.21.15.143:6819/1392612185","heartbeat_back_addr":"172.21.15.143:6823/1392612185","heartbeat_front_addr":"172.21.15.143:6821/1392612185","state":["exists","up"]},{"osd":7,"uuid":"600e396e-b9fe-47d6-ae6d-3228ba6c5203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6825","nonce":2867288131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6827","nonce":2867288131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6831","nonce":2867288131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6829","nonce":2867288131}]},"public_addr":"172.21.15.143:6825/2867288131","cluster_addr":"172.21.15.143:6827/2867288131","heartbeat_back_addr":"172.21.15.143:6831/2867288131","heartbeat_front_addr":"172.21.15.143:6829/2867288131","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-21T10:49:29.344549+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-21T10:49:51.297655+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-21T10:50:09.656855+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-21T10:50:27.809317+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-21T10:50:47.857210+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-21T10:51:04.996147+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-21T10:51:21.802132+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-21T10:51:39.213060+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/3581130461":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/1439054726":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653240945":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653286601":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/2749313148":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6800/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/3539609607":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/3717395469":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6801/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/205142986":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/177693221":"2023-11-22T10:47:37.644335+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-21T10:51:52.184 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-21T10:51:52.185 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T10:51:52.408 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:52 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3203074938' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:52 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3203074938' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:53.646 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:51:53.647 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":56,"fsid":"4702e138-885b-11ee-959e-87774f69a715","created":"2023-11-21T10:47:14.812721+0000","modified":"2023-11-21T10:51:45.247893+0000","last_up_change":"2023-11-21T10:51:41.229939+0000","last_in_change":"2023-11-21T10:51:26.036037+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-21T10:50:11.545074+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9623f73-6265-4654-8a2c-26e6c1a4e226","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.135:6802","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6803","nonce":675006045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6805","nonce":675006045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6809","nonce":675006045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":675006045},{"type":"v1","addr":"172.21.15.135:6807","nonce":675006045}]},"public_addr":"172.21.15.135:6803/675006045","cluster_addr":"172.21.15.135:6805/675006045","heartbeat_back_addr":"172.21.15.135:6809/675006045","heartbeat_front_addr":"172.21.15.135:6807/675006045","state":["exists","up"]},{"osd":1,"uuid":"e0ce7272-b8aa-4acc-861d-a058a6915a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6811","nonce":2921344562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6813","nonce":2921344562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6817","nonce":2921344562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":2921344562},{"type":"v1","addr":"172.21.15.135:6815","nonce":2921344562}]},"public_addr":"172.21.15.135:6811/2921344562","cluster_addr":"172.21.15.135:6813/2921344562","heartbeat_back_addr":"172.21.15.135:6817/2921344562","heartbeat_front_addr":"172.21.15.135:6815/2921344562","state":["exists","up"]},{"osd":2,"uuid":"7e2ea498-b0d0-41cb-bc53-07b9a9786d16","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.135:6818","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6819","nonce":4001777326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6821","nonce":4001777326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6825","nonce":4001777326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":4001777326},{"type":"v1","addr":"172.21.15.135:6823","nonce":4001777326}]},"public_addr":"172.21.15.135:6819/4001777326","cluster_addr":"172.21.15.135:6821/4001777326","heartbeat_back_addr":"172.21.15.135:6825/4001777326","heartbeat_front_addr":"172.21.15.135:6823/4001777326","state":["exists","up"]},{"osd":3,"uuid":"85636fc3-b29b-4c61-8db4-0834bb425161","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6827","nonce":3762646412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6829","nonce":3762646412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6833","nonce":3762646412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":3762646412},{"type":"v1","addr":"172.21.15.135:6831","nonce":3762646412}]},"public_addr":"172.21.15.135:6827/3762646412","cluster_addr":"172.21.15.135:6829/3762646412","heartbeat_back_addr":"172.21.15.135:6833/3762646412","heartbeat_front_addr":"172.21.15.135:6831/3762646412","state":["exists","up"]},{"osd":4,"uuid":"b4633b86-fc38-4374-94ab-06626558f2b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6801","nonce":743081348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6803","nonce":743081348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6807","nonce":743081348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":743081348},{"type":"v1","addr":"172.21.15.143:6805","nonce":743081348}]},"public_addr":"172.21.15.143:6801/743081348","cluster_addr":"172.21.15.143:6803/743081348","heartbeat_back_addr":"172.21.15.143:6807/743081348","heartbeat_front_addr":"172.21.15.143:6805/743081348","state":["exists","up"]},{"osd":5,"uuid":"aacb3080-4a82-471c-aaf2-28190195ec01","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6809","nonce":1023227325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6811","nonce":1023227325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6815","nonce":1023227325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1023227325},{"type":"v1","addr":"172.21.15.143:6813","nonce":1023227325}]},"public_addr":"172.21.15.143:6809/1023227325","cluster_addr":"172.21.15.143:6811/1023227325","heartbeat_back_addr":"172.21.15.143:6815/1023227325","heartbeat_front_addr":"172.21.15.143:6813/1023227325","state":["exists","up"]},{"osd":6,"uuid":"ab6a132b-4438-4a62-9d04-bbe745075913","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6817","nonce":1392612185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6819","nonce":1392612185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6823","nonce":1392612185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":1392612185},{"type":"v1","addr":"172.21.15.143:6821","nonce":1392612185}]},"public_addr":"172.21.15.143:6817/1392612185","cluster_addr":"172.21.15.143:6819/1392612185","heartbeat_back_addr":"172.21.15.143:6823/1392612185","heartbeat_front_addr":"172.21.15.143:6821/1392612185","state":["exists","up"]},{"osd":7,"uuid":"600e396e-b9fe-47d6-ae6d-3228ba6c5203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6825","nonce":2867288131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6827","nonce":2867288131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6831","nonce":2867288131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2867288131},{"type":"v1","addr":"172.21.15.143:6829","nonce":2867288131}]},"public_addr":"172.21.15.143:6825/2867288131","cluster_addr":"172.21.15.143:6827/2867288131","heartbeat_back_addr":"172.21.15.143:6831/2867288131","heartbeat_front_addr":"172.21.15.143:6829/2867288131","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-21T10:49:29.344549+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-21T10:49:51.297655+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-21T10:50:09.656855+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-21T10:50:27.809317+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-21T10:50:47.857210+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-21T10:51:04.996147+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-21T10:51:21.802132+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-21T10:51:39.213060+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/3581130461":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/1439054726":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653240945":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:0/653286601":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/2749313148":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6800/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/3539609607":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/237900917":"2023-11-22T10:48:41.175414+0000","172.21.15.135:6800/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/3717395469":"2023-11-22T10:47:37.644335+0000","172.21.15.135:6801/45621673":"2023-11-22T10:48:00.989600+0000","172.21.15.135:6801/2563710574":"2023-11-22T10:47:37.644335+0000","172.21.15.135:0/205142986":"2023-11-22T10:48:00.989600+0000","172.21.15.135:0/177693221":"2023-11-22T10:47:37.644335+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-21T10:51:54.044 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-21T10:51:54.044 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-21T10:51:54.045 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-21T10:51:54.045 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-21T10:51:54.045 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-21T10:51:54.046 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-21T10:51:54.046 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-21T10:51:54.047 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-21T10:51:54.299 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:54 smithi135 ceph-mon[107703]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-21T10:51:54.299 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:54 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/820116124' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:54.438 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:54.468 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:54 smithi143 ceph-mon[110329]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-21T10:51:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:54 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/820116124' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T10:51:55.339 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:55.390 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:55.487 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:55 smithi135 ceph-mon[107703]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:55.491 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:55 smithi143 ceph-mon[110329]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-21T10:51:57.532 INFO:teuthology.orchestra.run.smithi135.stdout:223338299397 2023-11-21T10:51:57.532 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-21T10:51:57.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:57 smithi135 ceph-mon[107703]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-21T10:51:57.716 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:57 smithi143 ceph-mon[110329]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-21T10:51:57.746 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:57.948 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:58.641 INFO:teuthology.orchestra.run.smithi135.stdout:81604378648 2023-11-21T10:51:58.641 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-21T10:51:59.240 INFO:teuthology.orchestra.run.smithi135.stdout:133143986193 2023-11-21T10:51:59.240 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-21T10:51:59.366 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:51:59.540 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:51:59 smithi135 ceph-mon[107703]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:51:59.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:51:59 smithi143 ceph-mon[110329]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:00.840 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:00.851 INFO:teuthology.orchestra.run.smithi135.stdout:60129542172 2023-11-21T10:52:00.852 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-21T10:52:01.233 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:01.557 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:01 smithi135 ceph-mon[107703]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:01 smithi143 ceph-mon[110329]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:02.928 INFO:teuthology.orchestra.run.smithi135.stdout:38654705697 2023-11-21T10:52:02.928 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-21T10:52:03.140 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:02 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2740847946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-21T10:52:03.157 INFO:teuthology.orchestra.run.smithi135.stdout:111669149718 2023-11-21T10:52:03.157 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-21T10:52:03.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:02 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2740847946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-21T10:52:03.705 INFO:teuthology.orchestra.run.smithi135.stdout:81604378648 2023-11-21T10:52:03.883 INFO:teuthology.orchestra.run.smithi135.stdout:223338299399 2023-11-21T10:52:04.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:04 smithi135 ceph-mon[107703]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:04.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:04 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2563395606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-21T10:52:04.433 INFO:teuthology.orchestra.run.smithi135.stdout:193273528330 2023-11-21T10:52:04.433 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-21T10:52:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:04 smithi143 ceph-mon[110329]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:04 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2563395606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-21T10:52:05.023 INFO:teuthology.orchestra.run.smithi135.stdout:163208757263 2023-11-21T10:52:05.023 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-21T10:52:05.175 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378648 for osd.2 2023-11-21T10:52:05.175 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:05.376 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:05.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:05 smithi135 ceph-mon[107703]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:05.654 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299397 got 223338299399 for osd.7 2023-11-21T10:52:05.654 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:05.721 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:05.730 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:05 smithi143 ceph-mon[110329]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:06.187 INFO:teuthology.orchestra.run.smithi135.stdout:133143986194 2023-11-21T10:52:06.333 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:06.380 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:06 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/326036816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-21T10:52:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:06 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/326036816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-21T10:52:07.090 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:07.305 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986194 for osd.4 2023-11-21T10:52:07.306 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:07.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:07 smithi135 ceph-mon[107703]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:07 smithi143 ceph-mon[110329]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:08.047 INFO:teuthology.orchestra.run.smithi135.stdout:38654705699 2023-11-21T10:52:08.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:08 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/4011412486' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-21T10:52:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:08 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/4011412486' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-21T10:52:08.779 INFO:teuthology.orchestra.run.smithi135.stdout:60129542173 2023-11-21T10:52:08.876 INFO:teuthology.orchestra.run.smithi135.stdout:111669149719 2023-11-21T10:52:09.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2517275666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-21T10:52:09.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1258452986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-21T10:52:09.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:09 smithi135 ceph-mon[107703]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:09.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149718 got 111669149719 for osd.3 2023-11-21T10:52:09.581 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:09.623 INFO:teuthology.orchestra.run.smithi135.stdout:193273528332 2023-11-21T10:52:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2517275666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-21T10:52:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1258452986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-21T10:52:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:09 smithi143 ceph-mon[110329]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:09.900 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2023-11-21T10:52:09.900 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:10.222 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705697 got 38654705699 for osd.0 2023-11-21T10:52:10.222 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:10.380 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528332 for osd.6 2023-11-21T10:52:10.381 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:10.588 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:10 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2070822721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-21T10:52:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:10 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2070822721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-21T10:52:11.123 INFO:teuthology.orchestra.run.smithi135.stdout:163208757264 2023-11-21T10:52:11.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:11 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3454334035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-21T10:52:11.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:11 smithi135 ceph-mon[107703]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:11.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757263 got 163208757264 for osd.5 2023-11-21T10:52:11.581 DEBUG:teuthology.parallel:result is None 2023-11-21T10:52:11.581 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-21T10:52:11.581 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-21T10:52:11.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:11 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3454334035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-21T10:52:11.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:11 smithi143 ceph-mon[110329]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:11.807 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:13.070 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:13.071 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2023-11-21T10:52:13.505 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-11-21T10:52:11.268958+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":48332,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912884,"statfs":{"total":767960285184,"available":767910793216,"internally_reserved":0,"allocated":6172672,"data_stored":3433803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002440"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-21T10:51:45.253874+0000","last_change":"2023-11-21T10:51:45.253874+0000","last_active":"2023-11-21T10:51:45.253874+0000","last_peered":"2023-11-21T10:51:45.253874+0000","last_clean":"2023-11-21T10:51:45.253874+0000","last_became_active":"2023-11-21T10:51:45.253378+0000","last_became_peered":"2023-11-21T10:51:45.253378+0000","last_unstale":"2023-11-21T10:51:45.253874+0000","last_undegraded":"2023-11-21T10:51:45.253874+0000","last_fullsized":"2023-11-21T10:51:45.253874+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-21T10:50:12.226745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-21T10:50:12.226745+0000","last_clean_scrub_stamp":"2023-11-21T10:50:12.226745+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-22T16:13:52.628136+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"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.54700000000000004}]},{"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.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"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.61599999999999999}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759640,"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.60699999999999998}]},{"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.51100000000000001}]},{"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.55900000000000005}]},{"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.44}]},{"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.58699999999999997}]},{"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.623}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:58 2023","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.42699999999999999,"15min":0.35699999999999998},"min":{"1min":0.255,"5min":0.186,"15min":0.186},"max":{"1min":9.234,"5min":9.234,"15min":9.234},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.34699999999999998,"15min":0.32900000000000001},"min":{"1min":0.311,"5min":0.218,"15min":0.218},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":0.311}]},{"osd":2,"last update":"Tue Nov 21 10:51:14 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.29699999999999999}]},{"osd":3,"last update":"Tue Nov 21 10:51:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.55400000000000005}]},{"osd":4,"last update":"Tue Nov 21 10:51:53 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.60399999999999998}]},{"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.68799999999999994}]},{"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.73199999999999998}]},{"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.69799999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759913,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Nov 21 10:51:59 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.34399999999999997,"15min":0.33800000000000002},"min":{"1min":0.246,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.314}]},{"osd":2,"last update":"Tue Nov 21 10:51:13 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.246},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.33900000000000002}]},{"osd":3,"last update":"Tue Nov 21 10:51:30 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.374}]},{"osd":4,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.73899999999999999}]},{"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.67800000000000005}]},{"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.61799999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:16 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.255},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.315}]},{"osd":1,"last update":"Tue Nov 21 10:51:16 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.28999999999999998}]},{"osd":3,"last update":"Tue Nov 21 10:51:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34699999999999998}]},{"osd":4,"last update":"Tue Nov 21 10:51:49 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.626},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.746}]},{"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.61799999999999999}]},{"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.57099999999999995}]},{"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.78600000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149720,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.378},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.42799999999999999}]},{"osd":1,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.502},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.26900000000000002}]},{"osd":2,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.29899999999999999}]},{"osd":4,"last update":"Tue Nov 21 10:51:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.55400000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]}]},{"osd":4,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.34399999999999997}]},{"osd":1,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42499999999999999}]},{"osd":2,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.495}]},{"osd":3,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.44}]},{"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.60399999999999998}]},{"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.379}]},{"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.58399999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"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.57999999999999996}]},{"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.61699999999999999}]},{"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.53000000000000003}]},{"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.51100000000000001}]},{"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.47399999999999998}]},{"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.56399999999999995}]},{"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.501}]}]}],"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-21T10:52:13.507 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-21T10:52:13.729 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:14.537 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:14 smithi135 ceph-mon[107703]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:14.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:14 smithi135 ceph-mon[107703]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:14 smithi143 ceph-mon[110329]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:14 smithi143 ceph-mon[110329]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:15.068 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:15.069 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2023-11-21T10:52:15.343 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:15 smithi135 ceph-mon[107703]: from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:15.343 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:15 smithi135 ceph-mon[107703]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:15.547 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-11-21T10:52:13.269289+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":48332,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912884,"statfs":{"total":767960285184,"available":767910793216,"internally_reserved":0,"allocated":6172672,"data_stored":3433803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002501"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-21T10:51:45.253874+0000","last_change":"2023-11-21T10:51:45.253874+0000","last_active":"2023-11-21T10:51:45.253874+0000","last_peered":"2023-11-21T10:51:45.253874+0000","last_clean":"2023-11-21T10:51:45.253874+0000","last_became_active":"2023-11-21T10:51:45.253378+0000","last_became_peered":"2023-11-21T10:51:45.253378+0000","last_unstale":"2023-11-21T10:51:45.253874+0000","last_undegraded":"2023-11-21T10:51:45.253874+0000","last_fullsized":"2023-11-21T10:51:45.253874+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-21T10:50:12.226745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-21T10:50:12.226745+0000","last_clean_scrub_stamp":"2023-11-21T10:50:12.226745+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-22T16:13:52.628136+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"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.54700000000000004}]},{"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.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"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.61599999999999999}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759640,"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.60699999999999998}]},{"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.51100000000000001}]},{"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.55900000000000005}]},{"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.44}]},{"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.58699999999999997}]},{"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.623}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:58 2023","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.42699999999999999,"15min":0.35699999999999998},"min":{"1min":0.255,"5min":0.186,"15min":0.186},"max":{"1min":9.234,"5min":9.234,"15min":9.234},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.34699999999999998,"15min":0.32900000000000001},"min":{"1min":0.311,"5min":0.218,"15min":0.218},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":0.311}]},{"osd":2,"last update":"Tue Nov 21 10:51:14 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.29699999999999999}]},{"osd":3,"last update":"Tue Nov 21 10:51:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.55400000000000005}]},{"osd":4,"last update":"Tue Nov 21 10:51:53 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.60399999999999998}]},{"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.68799999999999994}]},{"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.73199999999999998}]},{"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.69799999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705700,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759913,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Nov 21 10:51:59 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.34399999999999997,"15min":0.33800000000000002},"min":{"1min":0.246,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.35099999999999998}]},{"osd":2,"last update":"Tue Nov 21 10:51:13 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.315},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.46999999999999997}]},{"osd":3,"last update":"Tue Nov 21 10:51:30 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.39400000000000002}]},{"osd":4,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.47799999999999998}]},{"osd":5,"last update":"Tue Nov 21 10:52:10 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.434}]},{"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.45600000000000002}]},{"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.53900000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:16 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.50600000000000001}]},{"osd":1,"last update":"Tue Nov 21 10:51:16 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.54000000000000004}]},{"osd":3,"last update":"Tue Nov 21 10:51:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.58299999999999996}]},{"osd":4,"last update":"Tue Nov 21 10:51:49 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.62},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.64100000000000001}]},{"osd":5,"last update":"Tue Nov 21 10:52:08 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2849999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.63}]},{"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.70799999999999996}]},{"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.55500000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149720,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.378},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.42799999999999999}]},{"osd":1,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.502},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.26900000000000002}]},{"osd":2,"last update":"Tue Nov 21 10:51:33 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.29899999999999999}]},{"osd":4,"last update":"Tue Nov 21 10:51:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.55400000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]}]},{"osd":4,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.34399999999999997}]},{"osd":1,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42499999999999999}]},{"osd":2,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.495}]},{"osd":3,"last update":"Tue Nov 21 10:51:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.44}]},{"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.60399999999999998}]},{"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.379}]},{"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.58399999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757265,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 21 10:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58799999999999997}]},{"osd":1,"last update":"Tue Nov 21 10:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.67600000000000005}]},{"osd":2,"last update":"Tue Nov 21 10:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.55800000000000005}]},{"osd":3,"last update":"Tue Nov 21 10:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.65900000000000003}]},{"osd":4,"last update":"Tue Nov 21 10:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.504},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.71299999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.753}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73999999999999999}]}]}],"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-21T10:52:15.548 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-21T10:52:15.548 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-21T10:52:15.548 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-21T10:52:15.549 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-21T10:52:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:15 smithi143 ceph-mon[110329]: from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:15 smithi143 ceph-mon[110329]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:15.772 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/mon.smithi135/config 2023-11-21T10:52:17.097 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:17.097 INFO:teuthology.orchestra.run.smithi135.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-21T10:52:17.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:17 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3230189515' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-21T10:52:17.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:17 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3230189515' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-21T10:52:17.573 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-21T10:52:17.573 INFO:tasks.cephadm:Setup complete, yielding 2023-11-21T10:52:17.573 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-21T10:52:17.582 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:17.582 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph orch status' 2023-11-21T10:52:18.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:18 smithi135 ceph-mon[107703]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:18.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:18 smithi143 ceph-mon[110329]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:19.016 INFO:teuthology.orchestra.run.smithi135.stdout:Backend: cephadm 2023-11-21T10:52:19.016 INFO:teuthology.orchestra.run.smithi135.stdout:Available: Yes 2023-11-21T10:52:19.016 INFO:teuthology.orchestra.run.smithi135.stdout:Paused: No 2023-11-21T10:52:19.405 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-21T10:52:19.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:19 smithi135 ceph-mon[107703]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:19.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:19 smithi135 ceph-mon[107703]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:19 smithi143 ceph-mon[110329]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:19 smithi143 ceph-mon[110329]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:20.878 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:52:20.878 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (2m) 113s ago 4m 15.5M - ba2b418f427c a5487eeb112b 2023-11-21T10:52:20.878 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (4m) 113s ago 3m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (3m) 43s ago 3m - - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (2m) 113s ago 3m 48.6M - 8.3.5 dad864ee21e9 3920754f9f20 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (5m) 113s ago 5m 462M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (3m) 43s ago 3m - - 17.2.0 e1d6a67b021e a27a2340b5a4 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (5m) 113s ago 5m 57.6M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:52:20.879 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (3m) 43s ago 3m - 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (3m) 113s ago 3m 21.5M - 1dbe0e931976 13b521bbe009 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (3m) 43s ago 3m - - 1dbe0e931976 90e451a63eeb 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (2m) 113s ago 2m 37.9M 3224M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (2m) 113s ago 2m 43.0M 3224M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (2m) 113s ago 2m 38.7M 3224M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:52:20.880 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (117s) 113s ago 117s 10.9M 3224M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:52:20.881 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (97s) 43s ago 97s - 3992M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:52:20.881 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (80s) 43s ago 80s - 3992M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:52:20.881 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (63s) 43s ago 63s - 3992M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:52:20.881 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (46s) 43s ago 45s - 3992M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:52:20.881 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (3m) 113s ago 3m 44.6M - 514e6a882f6e 63de9fb83217 2023-11-21T10:52:21.303 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-21T10:52:21.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:21 smithi135 ceph-mon[107703]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:21.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:21 smithi135 ceph-mon[107703]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:21 smithi143 ceph-mon[110329]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:21 smithi143 ceph-mon[110329]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager ?:9093,9094 1/1 115s ago 4m count:1 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:crash 2/2 115s ago 4m * 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:grafana ?:3000 1/1 115s ago 4m count:1 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:mgr 2/2 115s ago 4m count:2 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:mon 2/2 115s ago 3m smithi135:172.21.15.135=smithi135;smithi143:172.21.15.143=smithi143;count:2 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter ?:9100 2/2 115s ago 4m * 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:osd 8 115s ago - 2023-11-21T10:52:22.760 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus ?:9095 1/1 115s ago 4m count:1 2023-11-21T10:52:23.163 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-21T10:52:24.657 INFO:teuthology.orchestra.run.smithi135.stdout:HOST ADDR LABELS STATUS 2023-11-21T10:52:24.657 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 172.21.15.135 2023-11-21T10:52:24.657 INFO:teuthology.orchestra.run.smithi135.stdout:smithi143 172.21.15.143 2023-11-21T10:52:24.657 INFO:teuthology.orchestra.run.smithi135.stdout:2 hosts in cluster 2023-11-21T10:52:24.678 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:24 smithi135 ceph-mon[107703]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:24.678 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:24 smithi135 ceph-mon[107703]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:24 smithi143 ceph-mon[110329]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:24.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:24 smithi143 ceph-mon[110329]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:25.095 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-21T10:52:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:25 smithi135 ceph-mon[107703]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:25 smithi135 ceph-mon[107703]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:25.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:25 smithi143 ceph-mon[110329]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:25.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:25 smithi143 ceph-mon[110329]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:26.569 INFO:teuthology.orchestra.run.smithi135.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-21T10:52:26.570 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 400G LVM detected, locked 2023-11-21T10:52:26.570 INFO:teuthology.orchestra.run.smithi135.stdout:smithi143 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330073400BGN 400G LVM detected, locked 2023-11-21T10:52:26.995 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-21T10:52:27.005 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:27.005 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-21T10:52:27.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ systemctl stop nfs-server 2023-11-21T10:52:27.040 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi143.front.sepia.ceph.com 2023-11-21T10:52:27.041 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-21T10:52:27.079 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2023-11-21T10:52:27.087 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-21T10:52:27.096 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:27.097 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-11-21T10:52:27.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:27 smithi135 ceph-mon[107703]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:27.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:27 smithi135 ceph-mon[107703]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:27 smithi143 ceph-mon[110329]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:27.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:27 smithi143 ceph-mon[110329]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:29.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-21T10:52:29.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-21T10:52:30.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-mon[107703]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:30.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-21T10:52:30.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-mon[107703]: osdmap e57: 8 total, 8 up, 8 in 2023-11-21T10:52:30.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-21T10:52:30.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-mon[107703]: pgmap v159: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:30.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:30 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135[107680]: 2023-11-21T10:52:30.264+0000 7f7e374a0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-21T10:52:30.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:30 smithi143 ceph-mon[110329]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:30.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-21T10:52:30.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:30 smithi143 ceph-mon[110329]: osdmap e57: 8 total, 8 up, 8 in 2023-11-21T10:52:30.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-21T10:52:30.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:30 smithi143 ceph-mon[110329]: pgmap v159: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:30.844 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-21T10:52:30.857 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-21T10:52:30.858 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-21T10:52:31.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-21T10:52:31.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: osdmap e58: 8 total, 8 up, 8 in 2023-11-21T10:52:31.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-21T10:52:31.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-21T10:52:31.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: osdmap e59: 8 total, 8 up, 8 in 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: fsmap foofs:0 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: Saving service mds.foofs spec with placement count:2 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.jahocq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-21T10:52:31.383 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.jahocq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-21T10:52:31.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:31 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-21T10:52:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: osdmap e58: 8 total, 8 up, 8 in 2023-11-21T10:52:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-21T10:52:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: osdmap e59: 8 total, 8 up, 8 in 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: fsmap foofs:0 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: Saving service mds.foofs spec with placement count:2 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.jahocq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-21T10:52:31.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.jahocq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-21T10:52:31.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:31 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:32.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:32 smithi135 ceph-mon[107703]: Deploying daemon mds.foofs.smithi135.jahocq on smithi135 2023-11-21T10:52:32.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:32 smithi135 ceph-mon[107703]: pgmap v162: 65 pgs: 16 active+clean, 2 creating+activating, 9 creating+peering, 38 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:32.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:32 smithi135 ceph-mon[107703]: osdmap e60: 8 total, 8 up, 8 in 2023-11-21T10:52:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:32 smithi143 ceph-mon[110329]: Deploying daemon mds.foofs.smithi135.jahocq on smithi135 2023-11-21T10:52:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:32 smithi143 ceph-mon[110329]: pgmap v162: 65 pgs: 16 active+clean, 2 creating+activating, 9 creating+peering, 38 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:32 smithi143 ceph-mon[110329]: osdmap e60: 8 total, 8 up, 8 in 2023-11-21T10:52:32.922 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:32.922 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-21T10:47:52.225680Z", "last_refresh": "2023-11-21T10:50:27.671706Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-21T10:47:48.086019Z", "last_refresh": "2023-11-21T10:50:27.671785Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-21T10:47:50.236546Z", "last_refresh": "2023-11-21T10:50:27.671845Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-21T10:52:30.287051Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-21T10:52:30.281423Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-21T10:47:46.988171Z", "last_refresh": "2023-11-21T10:50:27.671635Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-21T10:48:24.127590Z", "last_refresh": "2023-11-21T10:50:27.671487Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-21T10:47:51.342261Z", "last_refresh": "2023-11-21T10:50:27.671904Z", "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-21T10:50:27.672022Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-21T10:47:49.287744Z", "last_refresh": "2023-11-21T10:50:27.671963Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-21T10:52:33.370 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-21T10:52:33.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:33 smithi135 ceph-mon[107703]: osdmap e61: 8 total, 8 up, 8 in 2023-11-21T10:52:33.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:33 smithi135 ceph-mon[107703]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:33.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:33 smithi135 ceph-mon[107703]: pgmap v165: 65 pgs: 38 active+clean, 2 creating+activating, 9 creating+peering, 16 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:33.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:33 smithi143 ceph-mon[110329]: osdmap e61: 8 total, 8 up, 8 in 2023-11-21T10:52:33.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:33 smithi143 ceph-mon[110329]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:33 smithi143 ceph-mon[110329]: pgmap v165: 65 pgs: 38 active+clean, 2 creating+activating, 9 creating+peering, 16 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:34.371 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.rjktbm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.rjktbm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: Deploying daemon mds.foofs.smithi143.rjktbm on smithi143 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: mds.? [v2:172.21.15.135:6834/3901356434,v1:172.21.15.135:6835/3901356434] up:boot 2023-11-21T10:52:34.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: daemon mds.foofs.smithi135.jahocq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: Cluster is now healthy 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: fsmap foofs:0 1 up:standby 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.jahocq"}]: dispatch 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:creating} 2023-11-21T10:52:34.474 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:34 smithi143 ceph-mon[110329]: daemon mds.foofs.smithi135.jahocq is now active in filesystem foofs as rank 0 2023-11-21T10:52:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.rjktbm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-21T10:52:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.rjktbm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-21T10:52:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: Deploying daemon mds.foofs.smithi143.rjktbm on smithi143 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: mds.? [v2:172.21.15.135:6834/3901356434,v1:172.21.15.135:6835/3901356434] up:boot 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: daemon mds.foofs.smithi135.jahocq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: Cluster is now healthy 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: fsmap foofs:0 1 up:standby 2023-11-21T10:52:34.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.jahocq"}]: dispatch 2023-11-21T10:52:34.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:creating} 2023-11-21T10:52:34.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:34 smithi135 ceph-mon[107703]: daemon mds.foofs.smithi135.jahocq is now active in filesystem foofs as rank 0 2023-11-21T10:52:35.879 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:35.879 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-21T10:47:52.225680Z", "last_refresh": "2023-11-21T10:50:27.671706Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-21T10:47:48.086019Z", "last_refresh": "2023-11-21T10:50:27.671785Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-21T10:47:50.236546Z", "last_refresh": "2023-11-21T10:50:27.671845Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-21T10:52:30.287051Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-21T10:52:30.281423Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-21T10:47:46.988171Z", "last_refresh": "2023-11-21T10:50:27.671635Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-21T10:48:24.127590Z", "last_refresh": "2023-11-21T10:50:27.671487Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-21T10:47:51.342261Z", "last_refresh": "2023-11-21T10:50:27.671904Z", "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-21T10:50:27.672022Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-21T10:47:49.287744Z", "last_refresh": "2023-11-21T10:50:27.671963Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: pgmap v166: 65 pgs: 63 active+clean, 2 creating+activating; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:36.184 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: mds.? [v2:172.21.15.135:6834/3901356434,v1:172.21.15.135:6835/3901356434] up:active 2023-11-21T10:52:36.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: mds.? [v2:172.21.15.143:6832/1297822144,v1:172.21.15.143:6833/1297822144] up:boot 2023-11-21T10:52:36.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:active} 1 up:standby 2023-11-21T10:52:36.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.rjktbm"}]: dispatch 2023-11-21T10:52:36.185 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:35 smithi135 ceph-mon[107703]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:active} 1 up:standby 2023-11-21T10:52:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:36.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:36.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: pgmap v166: 65 pgs: 63 active+clean, 2 creating+activating; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-11-21T10:52:36.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: mds.? [v2:172.21.15.135:6834/3901356434,v1:172.21.15.135:6835/3901356434] up:active 2023-11-21T10:52:36.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: mds.? [v2:172.21.15.143:6832/1297822144,v1:172.21.15.143:6833/1297822144] up:boot 2023-11-21T10:52:36.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:active} 1 up:standby 2023-11-21T10:52:36.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.rjktbm"}]: dispatch 2023-11-21T10:52:36.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:35 smithi143 ceph-mon[110329]: fsmap foofs:1 {0=foofs.smithi135.jahocq=up:active} 1 up:standby 2023-11-21T10:52:36.401 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-21T10:52:37.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:36 smithi135 ceph-mon[107703]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:37.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:37.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:36 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:37.402 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-21T10:52:37.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:36 smithi143 ceph-mon[110329]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:36 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:38.325 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:38 smithi135 ceph-mon[107703]: pgmap v167: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 4 op/s 2023-11-21T10:52:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:38 smithi143 ceph-mon[110329]: pgmap v167: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 4 op/s 2023-11-21T10:52:39.292 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:39.292 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-21T10:47:52.225680Z", "last_refresh": "2023-11-21T10:52:39.145238Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-21T10:47:48.086019Z", "last_refresh": "2023-11-21T10:52:36.354897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-21T10:47:50.236546Z", "last_refresh": "2023-11-21T10:52:39.145366Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-21T10:52:30.287051Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-21T10:52:30.281423Z", "last_refresh": "2023-11-21T10:52:36.355473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-21T10:47:46.988171Z", "last_refresh": "2023-11-21T10:52:36.355038Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-21T10:48:24.127590Z", "last_refresh": "2023-11-21T10:52:36.355125Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-21T10:47:51.342261Z", "last_refresh": "2023-11-21T10:52:36.355184Z", "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-21T10:52:36.355243Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-21T10:47:49.287744Z", "last_refresh": "2023-11-21T10:52:39.145498Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-21T10:52:39.729 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-21T10:52:39.729 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-21T10:52:39.738 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:39.738 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-21T10:52:40.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:40 smithi135 ceph-mon[107703]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:40 smithi143 ceph-mon[110329]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-21T10:52:41.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:41 smithi135 ceph-mon[107703]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:41.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:41 smithi143 ceph-mon[110329]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T10:52:42.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:42.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-21T10:52:42.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: pgmap v169: 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-21T10:52:42.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-11-21T10:52:42.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:52:42.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:52:42.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: pgmap v169: 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-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:52:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:43.217 INFO:teuthology.orchestra.run.smithi135.stdout:NFS Cluster Created Successfully 2023-11-21T10:52:43.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-21T10:52:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-11-21T10:52:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:43 smithi143 ceph-mon[110329]: osdmap e62: 8 total, 8 up, 8 in 2023-11-21T10:52:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-21T10:52:43.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-21T10:52:43.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-11-21T10:52:43.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:43 smithi135 ceph-mon[107703]: osdmap e62: 8 total, 8 up, 8 in 2023-11-21T10:52:43.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-21T10:52:43.603 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-21T10:52:44.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-21T10:52:44.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: osdmap e63: 8 total, 8 up, 8 in 2023-11-21T10:52:44.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: Saving service nfs.foo spec with placement count:2 2023-11-21T10:52:44.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: pgmap v172: 97 pgs: 8 creating+peering, 1 peering, 24 unknown, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: Creating key for client.nfs.foo.0.0.smithi135.wnutqf 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-21T10:52:44.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-21T10:52:44.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:44 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: osdmap e63: 8 total, 8 up, 8 in 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: Saving service nfs.foo spec with placement count:2 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: pgmap v172: 97 pgs: 8 creating+peering, 1 peering, 24 unknown, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: Creating key for client.nfs.foo.0.0.smithi135.wnutqf 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-21T10:52:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.wnutqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-21T10:52:44.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:44 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:45.365 INFO:teuthology.orchestra.run.smithi135.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-21T10:52:45.365 INFO:teuthology.orchestra.run.smithi135.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-21T10:52:45.365 INFO:teuthology.orchestra.run.smithi135.stderr:Error EINVAL: invalid command 2023-11-21T10:52:45.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:45 smithi135 ceph-mon[107703]: Rados config object exists: conf-nfs.foo 2023-11-21T10:52:45.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:45 smithi135 ceph-mon[107703]: Creating key for client.nfs.foo.0.0.smithi135.wnutqf-rgw 2023-11-21T10:52:45.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:45 smithi135 ceph-mon[107703]: Deploying daemon nfs.foo.0.0.smithi135.wnutqf on smithi135 2023-11-21T10:52:45.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:45 smithi135 ceph-mon[107703]: osdmap e64: 8 total, 8 up, 8 in 2023-11-21T10:52:45.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:45 smithi143 ceph-mon[110329]: Rados config object exists: conf-nfs.foo 2023-11-21T10:52:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:45 smithi143 ceph-mon[110329]: Creating key for client.nfs.foo.0.0.smithi135.wnutqf-rgw 2023-11-21T10:52:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:45 smithi143 ceph-mon[110329]: Deploying daemon nfs.foo.0.0.smithi135.wnutqf on smithi135 2023-11-21T10:52:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:45 smithi143 ceph-mon[110329]: osdmap e64: 8 total, 8 up, 8 in 2023-11-21T10:52:45.723 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:52:45.723 INFO:teuthology.orchestra.run.smithi135.stdout: "bind": "/fake", 2023-11-21T10:52:45.723 INFO:teuthology.orchestra.run.smithi135.stdout: "fs": "foofs", 2023-11-21T10:52:45.724 INFO:teuthology.orchestra.run.smithi135.stdout: "path": "/", 2023-11-21T10:52:45.724 INFO:teuthology.orchestra.run.smithi135.stdout: "cluster": "foo", 2023-11-21T10:52:45.724 INFO:teuthology.orchestra.run.smithi135.stdout: "mode": "RW" 2023-11-21T10:52:45.724 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:52:46.092 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: mgrmap e20: smithi135.jalnrh(active, since 4m), standbys: smithi143.ukvqcf 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: pgmap v174: 97 pgs: 8 creating+peering, 1 peering, 9 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 1 op/s 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.413 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:46.414 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.414 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:46 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: mgrmap e20: smithi135.jalnrh(active, since 4m), standbys: smithi143.ukvqcf 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: pgmap v174: 97 pgs: 8 creating+peering, 1 peering, 9 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 1 op/s 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:46 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 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-21T10:52:47.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:47 smithi135 ceph-mon[107703]: Creating key for client.nfs.foo.1.0.smithi143.zvesir 2023-11-21T10:52:47.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:47 smithi135 ceph-mon[107703]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-21T10:52:47.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:47 smithi135 ceph-mon[107703]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:47 smithi143 ceph-mon[110329]: Creating key for client.nfs.foo.1.0.smithi143.zvesir 2023-11-21T10:52:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:47 smithi143 ceph-mon[110329]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-21T10:52:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:47 smithi143 ceph-mon[110329]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:48.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:48 smithi143 ceph-mon[110329]: pgmap v175: 97 pgs: 2 creating+peering, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T10:52:48.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:48 smithi135 ceph-mon[107703]: pgmap v175: 97 pgs: 2 creating+peering, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-21T10:52:49.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:49 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-21T10:52:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-21T10:52:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-21T10:52:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.zvesir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-21T10:52:49.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:49 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:50 smithi135 ceph-mon[107703]: Rados config object exists: conf-nfs.foo 2023-11-21T10:52:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:50 smithi135 ceph-mon[107703]: Creating key for client.nfs.foo.1.0.smithi143.zvesir-rgw 2023-11-21T10:52:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:50 smithi135 ceph-mon[107703]: Deploying daemon nfs.foo.1.0.smithi143.zvesir on smithi143 2023-11-21T10:52:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:50 smithi135 ceph-mon[107703]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:50 smithi135 ceph-mon[107703]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 865 B/s wr, 1 op/s 2023-11-21T10:52:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:50 smithi143 ceph-mon[110329]: Rados config object exists: conf-nfs.foo 2023-11-21T10:52:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:50 smithi143 ceph-mon[110329]: Creating key for client.nfs.foo.1.0.smithi143.zvesir-rgw 2023-11-21T10:52:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:50 smithi143 ceph-mon[110329]: Deploying daemon nfs.foo.1.0.smithi143.zvesir on smithi143 2023-11-21T10:52:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:50 smithi143 ceph-mon[110329]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:50 smithi143 ceph-mon[110329]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 865 B/s wr, 1 op/s 2023-11-21T10:52:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:51 smithi135 ceph-mon[107703]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:51 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:51 smithi143 ceph-mon[110329]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:51 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:52 smithi135 ceph-mon[107703]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-11-21T10:52:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:52.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:52 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:52 smithi143 ceph-mon[110329]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-11-21T10:52:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:52 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:52 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:53.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:53 smithi135 ceph-mon[107703]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:53 smithi143 ceph-mon[110329]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:54.069 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-11-21T10:52:54.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.425 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:54 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.441 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-21T10:52:54.451 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:54.452 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-21T10:52:54.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ mkdir /mnt/foo 2023-11-21T10:52:54.491 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-21T10:52:54.557 INFO:teuthology.orchestra.run.smithi135.stderr:++ hostname 2023-11-21T10:52:54.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ mount -t nfs smithi135:/fake /mnt/foo -o sync 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:52:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:52:54.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:52:54.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:54 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:54.992 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-21T10:52:55.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo test 2023-11-21T10:52:55.109 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-21T10:52:55.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ sync 2023-11-21T10:52:55.610 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:55 smithi135 ceph-mon[107703]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:55.611 INFO:teuthology.run_tasks:Running task parallel... 2023-11-21T10:52:55.621 INFO:teuthology.task.parallel:starting parallel... 2023-11-21T10:52:55.621 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-21T10:52:55.622 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-21T10:52:55.622 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:55.622 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-21T10:52:55.623 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-21T10:52:55.623 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-21T10:52:55.624 INFO:teuthology.task.exec:Executing custom commands... 2023-11-21T10:52:55.624 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:52:55.624 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-21T10:52:55.724 INFO:teuthology.orchestra.run.smithi135.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-21T10:52:55.724 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T10:52:55.724 INFO:teuthology.orchestra.run.smithi135.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-21T10:52:55.735 INFO:teuthology.orchestra.run.smithi135.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-21T10:52:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:55 smithi143 ceph-mon[110329]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:52:55.835 INFO:teuthology.orchestra.run.smithi135.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-21T10:52:55.835 INFO:teuthology.orchestra.run.smithi135.stdout:releasing clients 2023-11-21T10:52:56.403 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:56 smithi135 ceph-mon[107703]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-11-21T10:52:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:56 smithi143 ceph-mon[110329]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-11-21T10:52:56.835 INFO:teuthology.orchestra.run.smithi135.stdout: 5 92 21.17 MB/sec warmup 1 sec latency 183.590 ms 2023-11-21T10:52:57.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:57 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:57.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:57 smithi135 ceph-mon[107703]: pgmap v180: 97 pgs: 97 active+clean; 2.8 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 195 KiB/s wr, 8 op/s 2023-11-21T10:52:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:57 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:52:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:57 smithi143 ceph-mon[110329]: pgmap v180: 97 pgs: 97 active+clean; 2.8 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 195 KiB/s wr, 8 op/s 2023-11-21T10:52:57.839 INFO:teuthology.orchestra.run.smithi135.stdout: 5 202 19.83 MB/sec warmup 2 sec latency 134.100 ms 2023-11-21T10:52:58.314 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-21T10:53:00.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:52:59 smithi143 ceph-mon[110329]: pgmap v181: 97 pgs: 97 active+clean; 17 MiB data, 75 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.5 MiB/s wr, 134 op/s 2023-11-21T10:53:00.614 INFO:teuthology.orchestra.run.smithi135.stdout: 5 316 19.20 MB/sec warmup 3 sec latency 164.410 ms 2023-11-21T10:53:00.614 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:52:59 smithi135 ceph-mon[107703]: pgmap v181: 97 pgs: 97 active+clean; 17 MiB data, 75 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.5 MiB/s wr, 134 op/s 2023-11-21T10:53:00.614 INFO:teuthology.orchestra.run.smithi135.stdout: 5 429 18.87 MB/sec warmup 4 sec latency 140.972 ms 2023-11-21T10:53:00.839 INFO:teuthology.orchestra.run.smithi135.stdout: 5 557 18.92 MB/sec warmup 5 sec latency 165.488 ms 2023-11-21T10:53:01.426 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:01 smithi135 ceph-mon[107703]: pgmap v182: 97 pgs: 97 active+clean; 70 MiB data, 112 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 6.0 MiB/s wr, 231 op/s 2023-11-21T10:53:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:01 smithi143 ceph-mon[110329]: pgmap v182: 97 pgs: 97 active+clean; 70 MiB data, 112 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 6.0 MiB/s wr, 231 op/s 2023-11-21T10:53:01.844 INFO:teuthology.orchestra.run.smithi135.stdout: 5 770 17.80 MB/sec warmup 6 sec latency 172.615 ms 2023-11-21T10:53:02.844 INFO:teuthology.orchestra.run.smithi135.stdout: 5 1086 16.35 MB/sec warmup 7 sec latency 110.307 ms 2023-11-21T10:53:03.448 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-21T10:53:03.847 INFO:teuthology.orchestra.run.smithi135.stdout: 5 1658 16.35 MB/sec warmup 8 sec latency 94.569 ms 2023-11-21T10:53:04.493 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:04 smithi135 ceph-mon[107703]: pgmap v183: 97 pgs: 97 active+clean; 98 MiB data, 133 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 8.3 MiB/s wr, 280 op/s 2023-11-21T10:53:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:04 smithi143 ceph-mon[110329]: pgmap v183: 97 pgs: 97 active+clean; 98 MiB data, 133 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 8.3 MiB/s wr, 280 op/s 2023-11-21T10:53:04.857 INFO:teuthology.orchestra.run.smithi135.stdout: 5 2297 15.11 MB/sec warmup 9 sec latency 110.560 ms 2023-11-21T10:53:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:05 smithi135 ceph-mon[107703]: pgmap v184: 97 pgs: 97 active+clean; 109 MiB data, 168 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 9.6 MiB/s wr, 438 op/s 2023-11-21T10:53:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:05 smithi143 ceph-mon[110329]: pgmap v184: 97 pgs: 97 active+clean; 109 MiB data, 168 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 9.6 MiB/s wr, 438 op/s 2023-11-21T10:53:05.861 INFO:teuthology.orchestra.run.smithi135.stdout: 5 2799 15.88 MB/sec warmup 10 sec latency 124.132 ms 2023-11-21T10:53:06.675 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph mgr module enable nfs --force' 2023-11-21T10:53:06.863 INFO:teuthology.orchestra.run.smithi135.stdout: 5 3275 15.85 MB/sec warmup 11 sec latency 136.178 ms 2023-11-21T10:53:07.537 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:07 smithi135 ceph-mon[107703]: pgmap v185: 97 pgs: 97 active+clean; 120 MiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 625 op/s 2023-11-21T10:53:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:07 smithi143 ceph-mon[110329]: pgmap v185: 97 pgs: 97 active+clean; 120 MiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 625 op/s 2023-11-21T10:53:07.863 INFO:teuthology.orchestra.run.smithi135.stdout: 5 3647 15.98 MB/sec warmup 12 sec latency 124.052 ms 2023-11-21T10:53:08.873 INFO:teuthology.orchestra.run.smithi135.stdout: 5 3884 15.30 MB/sec warmup 13 sec latency 136.545 ms 2023-11-21T10:53:09.316 INFO:teuthology.orchestra.run.smithi135.stderr:module 'nfs' is already enabled 2023-11-21T10:53:09.326 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/392083642' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-21T10:53:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/392083642' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-21T10:53:09.883 INFO:teuthology.orchestra.run.smithi135.stdout: 5 4259 14.36 MB/sec warmup 14 sec latency 126.578 ms 2023-11-21T10:53:09.982 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-21T10:53:10.356 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:10 smithi135 ceph-mon[107703]: pgmap v186: 97 pgs: 97 active+clean; 122 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 649 op/s 2023-11-21T10:53:10.356 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:10 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/392083642' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-21T10:53:10.356 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:10 smithi135 ceph-mon[107703]: mgrmap e21: smithi135.jalnrh(active, since 4m), standbys: smithi143.ukvqcf 2023-11-21T10:53:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:10 smithi143 ceph-mon[110329]: pgmap v186: 97 pgs: 97 active+clean; 122 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 649 op/s 2023-11-21T10:53:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:10 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/392083642' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-21T10:53:10.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:10 smithi143 ceph-mon[110329]: mgrmap e21: smithi135.jalnrh(active, since 4m), standbys: smithi143.ukvqcf 2023-11-21T10:53:10.883 INFO:teuthology.orchestra.run.smithi135.stdout: 5 4642 13.83 MB/sec warmup 15 sec latency 127.274 ms 2023-11-21T10:53:11.883 INFO:teuthology.orchestra.run.smithi135.stdout: 5 5064 13.91 MB/sec warmup 16 sec latency 127.201 ms 2023-11-21T10:53:12.391 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:12 smithi135 ceph-mon[107703]: pgmap v187: 97 pgs: 97 active+clean; 127 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 563 op/s 2023-11-21T10:53:12.448 INFO:teuthology.orchestra.run.smithi135.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:53:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:12 smithi143 ceph-mon[110329]: pgmap v187: 97 pgs: 97 active+clean; 127 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 563 op/s 2023-11-21T10:53:12.886 INFO:teuthology.orchestra.run.smithi135.stdout: 5 5498 13.38 MB/sec warmup 17 sec latency 129.582 ms 2023-11-21T10:53:13.092 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-21T10:53:13.093 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T10:53:13.093 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- 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-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.676 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:53:13.677 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:13 smithi135 ceph-mon[107703]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 251 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 7.7 MiB/s wr, 538 op/s 2023-11-21T10:53:13.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:13.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:53:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:13 smithi143 ceph-mon[110329]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 251 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 7.7 MiB/s wr, 538 op/s 2023-11-21T10:53:13.887 INFO:teuthology.orchestra.run.smithi135.stdout: 5 5844 12.98 MB/sec warmup 18 sec latency 129.732 ms 2023-11-21T10:53:14.886 INFO:teuthology.orchestra.run.smithi135.stdout: 5 6163 12.90 MB/sec warmup 19 sec latency 135.984 ms 2023-11-21T10:53:15.484 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:15 smithi135 ceph-mon[107703]: pgmap v189: 97 pgs: 97 active+clean; 132 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 6.5 MiB/s wr, 686 op/s 2023-11-21T10:53:15.701 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:53:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:15 smithi143 ceph-mon[110329]: pgmap v189: 97 pgs: 97 active+clean; 132 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 6.5 MiB/s wr, 686 op/s 2023-11-21T10:53:15.887 INFO:teuthology.orchestra.run.smithi135.stdout: 5 6505 12.93 MB/sec warmup 20 sec latency 134.215 ms 2023-11-21T10:53:16.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:16 smithi135 ceph-mon[107703]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:16.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:16 smithi135 ceph-mon[107703]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:16.575 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:53:16.575 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (3m) 23s ago 4m 26.7M - ba2b418f427c a5487eeb112b 2023-11-21T10:53:16.575 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (4m) 23s ago 4m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (4m) 24s ago 4m 7138k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (3m) 23s ago 4m 49.8M - 8.3.5 dad864ee21e9 3920754f9f20 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (43s) 23s ago 43s 15.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (41s) 24s ago 41s 12.3M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (5m) 23s ago 5m 477M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (4m) 24s ago 4m 421M - 17.2.0 e1d6a67b021e a27a2340b5a4 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (5m) 23s ago 6m 77.9M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (4m) 24s ago 4m 61.3M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (31s) 23s ago 31s 56.1M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (26s) 24s ago 26s 16.1M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:53:16.576 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (4m) 23s ago 4m 24.2M - 1dbe0e931976 13b521bbe009 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 24s ago 4m 25.4M - 1dbe0e931976 90e451a63eeb 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (3m) 23s ago 3m 56.9M 3224M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (3m) 23s ago 3m 57.5M 3224M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (3m) 23s ago 3m 52.7M 3224M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (2m) 23s ago 2m 49.3M 3224M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (2m) 24s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (2m) 24s ago 2m 48.0M 3992M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (119s) 24s ago 118s 48.5M 3992M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (101s) 24s ago 101s 50.1M 3992M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:53:16.577 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (4m) 23s ago 4m 62.0M - 514e6a882f6e 63de9fb83217 2023-11-21T10:53:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:16 smithi143 ceph-mon[110329]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:16 smithi143 ceph-mon[110329]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:16.887 INFO:teuthology.orchestra.run.smithi135.stdout: 5 6874 13.04 MB/sec warmup 21 sec latency 138.602 ms 2023-11-21T10:53:17.084 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:53:17.084 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:53:17.084 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:17.084 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:17.084 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:53:17.085 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959", 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "", 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 image" 2023-11-21T10:53:17.513 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:53:17.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:17 smithi135 ceph-mon[107703]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:17.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:17 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3040396313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:53:17.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:17 smithi135 ceph-mon[107703]: pgmap v190: 97 pgs: 97 active+clean; 133 MiB data, 300 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.4 MiB/s wr, 601 op/s 2023-11-21T10:53:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:17 smithi143 ceph-mon[110329]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:17 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3040396313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:53:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:17 smithi143 ceph-mon[110329]: pgmap v190: 97 pgs: 97 active+clean; 133 MiB data, 300 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.4 MiB/s wr, 601 op/s 2023-11-21T10:53:17.890 INFO:teuthology.orchestra.run.smithi135.stdout: 5 7108 12.84 MB/sec warmup 22 sec latency 132.523 ms 2023-11-21T10:53:18.063 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:53:18.565 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:18 smithi135 ceph-mon[107703]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:18.565 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:18 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2895394069' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:53:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:18 smithi143 ceph-mon[110329]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:18 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2895394069' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:53:18.890 INFO:teuthology.orchestra.run.smithi135.stdout: 5 7365 12.74 MB/sec warmup 23 sec latency 134.751 ms 2023-11-21T10:53:19.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:19 smithi135 ceph-mon[107703]: pgmap v191: 97 pgs: 97 active+clean; 135 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 431 op/s 2023-11-21T10:53:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:19 smithi143 ceph-mon[110329]: pgmap v191: 97 pgs: 97 active+clean; 135 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 431 op/s 2023-11-21T10:53:19.890 INFO:teuthology.orchestra.run.smithi135.stdout: 5 7588 12.30 MB/sec warmup 24 sec latency 126.767 ms 2023-11-21T10:53:20.892 INFO:teuthology.orchestra.run.smithi135.stdout: 5 7890 11.92 MB/sec warmup 25 sec latency 123.793 ms 2023-11-21T10:53:21.601 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:21 smithi135 ceph-mon[107703]: pgmap v192: 97 pgs: 97 active+clean; 146 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 543 op/s 2023-11-21T10:53:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:21 smithi143 ceph-mon[110329]: pgmap v192: 97 pgs: 97 active+clean; 146 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 543 op/s 2023-11-21T10:53:21.892 INFO:teuthology.orchestra.run.smithi135.stdout: 5 8105 11.63 MB/sec warmup 26 sec latency 140.684 ms 2023-11-21T10:53:22.892 INFO:teuthology.orchestra.run.smithi135.stdout: 5 8330 11.48 MB/sec warmup 27 sec latency 155.741 ms 2023-11-21T10:53:23.901 INFO:teuthology.orchestra.run.smithi135.stdout: 5 8550 11.31 MB/sec warmup 28 sec latency 124.436 ms 2023-11-21T10:53:24.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:24 smithi135 ceph-mon[107703]: pgmap v193: 97 pgs: 97 active+clean; 145 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-11-21T10:53:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:24 smithi143 ceph-mon[110329]: pgmap v193: 97 pgs: 97 active+clean; 145 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-11-21T10:53:24.901 INFO:teuthology.orchestra.run.smithi135.stdout: 5 8901 11.01 MB/sec warmup 29 sec latency 136.042 ms 2023-11-21T10:53:25.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:25 smithi135 ceph-mon[107703]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 384 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-21T10:53:25.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:25 smithi143 ceph-mon[110329]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 384 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-21T10:53:25.901 INFO:teuthology.orchestra.run.smithi135.stdout: 5 9243 10.84 MB/sec warmup 30 sec latency 134.770 ms 2023-11-21T10:53:26.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 9503 10.74 MB/sec warmup 31 sec latency 119.407 ms 2023-11-21T10:53:27.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:27 smithi135 ceph-mon[107703]: pgmap v195: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-11-21T10:53:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:27 smithi143 ceph-mon[110329]: pgmap v195: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-11-21T10:53:27.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 9868 10.81 MB/sec warmup 32 sec latency 119.913 ms 2023-11-21T10:53:28.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 10296 11.07 MB/sec warmup 33 sec latency 147.418 ms 2023-11-21T10:53:29.596 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:29 smithi135 ceph-mon[107703]: pgmap v196: 97 pgs: 97 active+clean; 141 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-21T10:53:29.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:29 smithi143 ceph-mon[110329]: pgmap v196: 97 pgs: 97 active+clean; 141 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-21T10:53:29.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 10707 11.22 MB/sec warmup 34 sec latency 123.594 ms 2023-11-21T10:53:30.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 10935 11.10 MB/sec warmup 35 sec latency 149.410 ms 2023-11-21T10:53:31.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:31 smithi135 ceph-mon[107703]: pgmap v197: 97 pgs: 97 active+clean; 148 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 387 op/s 2023-11-21T10:53:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:31 smithi143 ceph-mon[110329]: pgmap v197: 97 pgs: 97 active+clean; 148 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 387 op/s 2023-11-21T10:53:31.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 11200 10.85 MB/sec warmup 36 sec latency 192.104 ms 2023-11-21T10:53:32.910 INFO:teuthology.orchestra.run.smithi135.stdout: 5 11464 10.65 MB/sec warmup 37 sec latency 148.406 ms 2023-11-21T10:53:33.909 INFO:teuthology.orchestra.run.smithi135.stdout: 5 11661 10.50 MB/sec warmup 38 sec latency 123.181 ms 2023-11-21T10:53:34.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:34 smithi135 ceph-mon[107703]: pgmap v198: 97 pgs: 97 active+clean; 158 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-21T10:53:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:34 smithi143 ceph-mon[110329]: pgmap v198: 97 pgs: 97 active+clean; 158 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-21T10:53:34.914 INFO:teuthology.orchestra.run.smithi135.stdout: 5 11946 10.47 MB/sec warmup 39 sec latency 143.321 ms 2023-11-21T10:53:35.465 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:35 smithi135 ceph-mon[107703]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-11-21T10:53:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:35 smithi143 ceph-mon[110329]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-11-21T10:53:35.914 INFO:teuthology.orchestra.run.smithi135.stdout: 5 12271 10.32 MB/sec warmup 40 sec latency 120.683 ms 2023-11-21T10:53:36.914 INFO:teuthology.orchestra.run.smithi135.stdout: 5 12587 10.16 MB/sec warmup 41 sec latency 144.308 ms 2023-11-21T10:53:37.526 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:37 smithi135 ceph-mon[107703]: pgmap v200: 97 pgs: 97 active+clean; 154 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-11-21T10:53:37.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:37 smithi143 ceph-mon[110329]: pgmap v200: 97 pgs: 97 active+clean; 154 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-11-21T10:53:37.914 INFO:teuthology.orchestra.run.smithi135.stdout: 5 12880 10.16 MB/sec warmup 42 sec latency 126.773 ms 2023-11-21T10:53:38.914 INFO:teuthology.orchestra.run.smithi135.stdout: 5 13145 10.05 MB/sec warmup 43 sec latency 126.142 ms 2023-11-21T10:53:39.547 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:39 smithi135 ceph-mon[107703]: pgmap v201: 97 pgs: 97 active+clean; 151 MiB data, 496 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 389 op/s 2023-11-21T10:53:39.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:39 smithi143 ceph-mon[110329]: pgmap v201: 97 pgs: 97 active+clean; 151 MiB data, 496 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 389 op/s 2023-11-21T10:53:39.916 INFO:teuthology.orchestra.run.smithi135.stdout: 5 13518 10.10 MB/sec warmup 44 sec latency 124.134 ms 2023-11-21T10:53:40.917 INFO:teuthology.orchestra.run.smithi135.stdout: 5 13875 10.20 MB/sec warmup 45 sec latency 118.555 ms 2023-11-21T10:53:41.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:41 smithi135 ceph-mon[107703]: pgmap v202: 97 pgs: 97 active+clean; 154 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 427 op/s 2023-11-21T10:53:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:41 smithi143 ceph-mon[110329]: pgmap v202: 97 pgs: 97 active+clean; 154 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 427 op/s 2023-11-21T10:53:41.917 INFO:teuthology.orchestra.run.smithi135.stdout: 5 14136 10.25 MB/sec warmup 46 sec latency 137.235 ms 2023-11-21T10:53:42.619 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:53:42.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:53:42.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-11-21T10:53:42.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-11-21T10:53:42.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:42 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-11-21T10:53:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/trash_purge_schedule"}]: dispatch 2023-11-21T10:53:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.jalnrh/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:53:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-11-21T10:53:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-11-21T10:53:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:42 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-11-21T10:53:42.920 INFO:teuthology.orchestra.run.smithi135.stdout: 5 14438 10.23 MB/sec warmup 47 sec latency 123.962 ms 2023-11-21T10:53:43.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-11-21T10:53:43.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-11-21T10:53:43.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:43 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-11-21T10:53:43.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:43 smithi135 ceph-mon[107703]: osdmap e65: 8 total, 8 up, 8 in 2023-11-21T10:53:43.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:43 smithi135 ceph-mon[107703]: pgmap v204: 97 pgs: 97 active+clean; 163 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-11-21T10:53:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-11-21T10:53:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-11-21T10:53:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:43 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-11-21T10:53:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:43 smithi143 ceph-mon[110329]: osdmap e65: 8 total, 8 up, 8 in 2023-11-21T10:53:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:43 smithi143 ceph-mon[110329]: pgmap v204: 97 pgs: 97 active+clean; 163 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-11-21T10:53:43.918 INFO:teuthology.orchestra.run.smithi135.stdout: 5 14792 10.15 MB/sec warmup 48 sec latency 130.148 ms 2023-11-21T10:53:44.687 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:44 smithi135 ceph-mon[107703]: osdmap e66: 8 total, 8 up, 8 in 2023-11-21T10:53:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:44 smithi143 ceph-mon[110329]: osdmap e66: 8 total, 8 up, 8 in 2023-11-21T10:53:44.918 INFO:teuthology.orchestra.run.smithi135.stdout: 5 15100 10.04 MB/sec warmup 49 sec latency 139.486 ms 2023-11-21T10:53:45.732 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:45 smithi135 ceph-mon[107703]: pgmap v206: 97 pgs: 97 active+clean; 166 MiB data, 519 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 4.3 MiB/s wr, 379 op/s 2023-11-21T10:53:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:45 smithi143 ceph-mon[110329]: pgmap v206: 97 pgs: 97 active+clean; 166 MiB data, 519 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 4.3 MiB/s wr, 379 op/s 2023-11-21T10:53:45.918 INFO:teuthology.orchestra.run.smithi135.stdout: 5 15371 10.01 MB/sec warmup 50 sec latency 125.776 ms 2023-11-21T10:53:46.918 INFO:teuthology.orchestra.run.smithi135.stdout: 5 15632 9.90 MB/sec warmup 51 sec latency 120.487 ms 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: Upgrade: Target is version 18.0.0-7435-g52ca4a61 (unknown) 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e'] 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: Upgrade: Need to upgrade myself (mgr.smithi135.jalnrh) 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e on smithi143 2023-11-21T10:53:47.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:47 smithi135 ceph-mon[107703]: pgmap v207: 97 pgs: 97 active+clean; 168 MiB data, 567 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 440 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:47.918 INFO:teuthology.orchestra.run.smithi135.stdout: 5 16007 9.84 MB/sec warmup 52 sec latency 126.968 ms 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: Upgrade: Target is version 18.0.0-7435-g52ca4a61 (unknown) 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e'] 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: Upgrade: Need to upgrade myself (mgr.smithi135.jalnrh) 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e on smithi143 2023-11-21T10:53:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:47 smithi143 ceph-mon[110329]: pgmap v207: 97 pgs: 97 active+clean; 168 MiB data, 567 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 440 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:48.501 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:53:48.924 INFO:teuthology.orchestra.run.smithi135.stdout: 5 16376 9.79 MB/sec warmup 53 sec latency 126.685 ms 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (4m) 56s ago 5m 26.7M - ba2b418f427c a5487eeb112b 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (5m) 56s ago 5m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (5m) 57s ago 5m 7138k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (4m) 56s ago 5m 49.8M - 8.3.5 dad864ee21e9 3920754f9f20 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (76s) 56s ago 76s 15.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (74s) 57s ago 74s 12.3M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (6m) 56s ago 6m 477M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (5m) 57s ago 4m 421M - 17.2.0 e1d6a67b021e a27a2340b5a4 2023-11-21T10:53:49.424 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (6m) 56s ago 6m 77.9M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (4m) 57s ago 4m 61.3M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (64s) 56s ago 63s 56.1M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (59s) 57s ago 59s 16.1M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (5m) 56s ago 5m 24.2M - 1dbe0e931976 13b521bbe009 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 57s ago 4m 25.4M - 1dbe0e931976 90e451a63eeb 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (4m) 56s ago 4m 56.9M 3224M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (4m) 56s ago 4m 57.5M 3224M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (3m) 56s ago 3m 52.7M 3224M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (3m) 56s ago 3m 49.3M 3224M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (3m) 57s ago 3m 49.5M 3992M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (2m) 57s ago 2m 48.0M 3992M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (2m) 57s ago 2m 48.5M 3992M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:53:49.425 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (2m) 57s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:53:49.426 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (4m) 56s ago 4m 62.0M - 514e6a882f6e 63de9fb83217 2023-11-21T10:53:49.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:49 smithi135 ceph-mon[107703]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:49.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:49 smithi135 ceph-mon[107703]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:49.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:49 smithi135 ceph-mon[107703]: pgmap v208: 97 pgs: 97 active+clean; 168 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 505 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:49.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:49 smithi143 ceph-mon[110329]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:49.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:49 smithi143 ceph-mon[110329]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:49.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:49 smithi143 ceph-mon[110329]: pgmap v208: 97 pgs: 97 active+clean; 168 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 505 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:49.931 INFO:teuthology.orchestra.run.smithi135.stdout: 5 16842 9.92 MB/sec warmup 54 sec latency 126.857 ms 2023-11-21T10:53:49.969 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:53:49.969 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:53:49.969 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:49.970 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:53:49.971 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:53:50.396 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:53:50.396 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:53:50.396 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:53:50.396 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:53:50.396 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "0/23 daemons upgraded", 2023-11-21T10:53:50.397 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e image on host smithi143" 2023-11-21T10:53:50.397 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:53:50.659 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:50 smithi135 ceph-mon[107703]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:50.661 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:50 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/74480420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:53:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:50 smithi143 ceph-mon[110329]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:50 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/74480420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:53:50.917 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:53:50.930 INFO:teuthology.orchestra.run.smithi135.stdout: 5 17264 10.00 MB/sec warmup 55 sec latency 120.887 ms 2023-11-21T10:53:51.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:51 smithi135 ceph-mon[107703]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:51.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:51 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1386294891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:53:51.682 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:51 smithi135 ceph-mon[107703]: pgmap v209: 97 pgs: 97 active+clean; 170 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.7 MiB/s wr, 434 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:51 smithi143 ceph-mon[110329]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:53:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:51 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1386294891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:53:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:51 smithi143 ceph-mon[110329]: pgmap v209: 97 pgs: 97 active+clean; 170 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.7 MiB/s wr, 434 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:51.931 INFO:teuthology.orchestra.run.smithi135.stdout: 5 17608 10.06 MB/sec warmup 56 sec latency 120.355 ms 2023-11-21T10:53:52.931 INFO:teuthology.orchestra.run.smithi135.stdout: 5 17876 10.06 MB/sec warmup 57 sec latency 138.747 ms 2023-11-21T10:53:53.931 INFO:teuthology.orchestra.run.smithi135.stdout: 5 18118 9.96 MB/sec warmup 58 sec latency 134.998 ms 2023-11-21T10:53:54.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:54 smithi135 ceph-mon[107703]: pgmap v210: 97 pgs: 97 active+clean; 172 MiB data, 612 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 413 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:54 smithi143 ceph-mon[110329]: pgmap v210: 97 pgs: 97 active+clean; 172 MiB data, 612 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 413 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:54.935 INFO:teuthology.orchestra.run.smithi135.stdout: 5 18517 9.95 MB/sec warmup 59 sec latency 137.879 ms 2023-11-21T10:53:55.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:55 smithi135 ceph-mon[107703]: pgmap v211: 97 pgs: 97 active+clean; 178 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 436 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:55 smithi143 ceph-mon[110329]: pgmap v211: 97 pgs: 97 active+clean; 178 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 436 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:55.935 INFO:teuthology.orchestra.run.smithi135.stdout: 5 18943 9.92 MB/sec warmup 60 sec latency 130.826 ms 2023-11-21T10:53:56.935 INFO:teuthology.orchestra.run.smithi135.stdout: 5 19475 9.91 MB/sec warmup 61 sec latency 133.807 ms 2023-11-21T10:53:57.549 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:57 smithi135 ceph-mon[107703]: pgmap v212: 97 pgs: 97 active+clean; 179 MiB data, 652 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.0 MiB/s wr, 454 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:57 smithi143 ceph-mon[110329]: pgmap v212: 97 pgs: 97 active+clean; 179 MiB data, 652 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.0 MiB/s wr, 454 op/s; 0 B/s, 0 objects/s recovering 2023-11-21T10:53:57.936 INFO:teuthology.orchestra.run.smithi135.stdout: 5 19818 9.87 MB/sec warmup 62 sec latency 126.558 ms 2023-11-21T10:53:58.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 20343 10.01 MB/sec warmup 63 sec latency 127.664 ms 2023-11-21T10:53:59.601 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:53:59 smithi135 ceph-mon[107703]: pgmap v213: 97 pgs: 97 active+clean; 187 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.3 MiB/s wr, 552 op/s 2023-11-21T10:53:59.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:53:59 smithi143 ceph-mon[110329]: pgmap v213: 97 pgs: 97 active+clean; 187 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.3 MiB/s wr, 552 op/s 2023-11-21T10:53:59.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 20836 10.11 MB/sec warmup 64 sec latency 127.088 ms 2023-11-21T10:54:00.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 21078 10.07 MB/sec warmup 65 sec latency 146.116 ms 2023-11-21T10:54:01.633 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:01 smithi135 ceph-mon[107703]: pgmap v214: 97 pgs: 97 active+clean; 182 MiB data, 736 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-11-21T10:54:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:01 smithi143 ceph-mon[110329]: pgmap v214: 97 pgs: 97 active+clean; 182 MiB data, 736 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-11-21T10:54:01.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 21454 10.10 MB/sec warmup 66 sec latency 130.722 ms 2023-11-21T10:54:02.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 21784 10.09 MB/sec warmup 67 sec latency 134.463 ms 2023-11-21T10:54:03.937 INFO:teuthology.orchestra.run.smithi135.stdout: 5 22027 10.01 MB/sec warmup 68 sec latency 134.371 ms 2023-11-21T10:54:04.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:04 smithi135 ceph-mon[107703]: pgmap v215: 97 pgs: 97 active+clean; 190 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-11-21T10:54:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:04 smithi143 ceph-mon[110329]: pgmap v215: 97 pgs: 97 active+clean; 190 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-11-21T10:54:04.941 INFO:teuthology.orchestra.run.smithi135.stdout: 5 22298 9.96 MB/sec warmup 69 sec latency 142.725 ms 2023-11-21T10:54:05.734 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:05 smithi135 ceph-mon[107703]: pgmap v216: 97 pgs: 97 active+clean; 192 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 524 op/s 2023-11-21T10:54:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:05 smithi143 ceph-mon[110329]: pgmap v216: 97 pgs: 97 active+clean; 192 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 524 op/s 2023-11-21T10:54:05.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 22644 9.92 MB/sec warmup 70 sec latency 126.606 ms 2023-11-21T10:54:06.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 23106 9.86 MB/sec warmup 71 sec latency 123.823 ms 2023-11-21T10:54:07.529 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:07 smithi135 ceph-mon[107703]: pgmap v217: 97 pgs: 97 active+clean; 197 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-21T10:54:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:07 smithi143 ceph-mon[110329]: pgmap v217: 97 pgs: 97 active+clean; 197 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-21T10:54:07.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 23373 9.87 MB/sec warmup 72 sec latency 146.437 ms 2023-11-21T10:54:08.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 23746 9.88 MB/sec warmup 73 sec latency 126.846 ms 2023-11-21T10:54:09.597 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:09 smithi135 ceph-mon[107703]: pgmap v218: 97 pgs: 97 active+clean; 192 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 577 op/s 2023-11-21T10:54:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:09 smithi143 ceph-mon[110329]: pgmap v218: 97 pgs: 97 active+clean; 192 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 577 op/s 2023-11-21T10:54:09.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 24240 9.94 MB/sec warmup 74 sec latency 131.981 ms 2023-11-21T10:54:10.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 24596 9.98 MB/sec warmup 75 sec latency 129.831 ms 2023-11-21T10:54:11.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:11 smithi135 ceph-mon[107703]: pgmap v219: 97 pgs: 97 active+clean; 198 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-21T10:54:11.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:11 smithi143 ceph-mon[110329]: pgmap v219: 97 pgs: 97 active+clean; 198 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-21T10:54:11.940 INFO:teuthology.orchestra.run.smithi135.stdout: 5 24937 10.01 MB/sec warmup 76 sec latency 124.493 ms 2023-11-21T10:54:12.942 INFO:teuthology.orchestra.run.smithi135.stdout: 5 25370 10.00 MB/sec warmup 77 sec latency 126.946 ms 2023-11-21T10:54:13.941 INFO:teuthology.orchestra.run.smithi135.stdout: 5 25792 10.02 MB/sec warmup 78 sec latency 113.249 ms 2023-11-21T10:54:14.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:14 smithi135 ceph-mon[107703]: pgmap v220: 97 pgs: 97 active+clean; 200 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 509 op/s 2023-11-21T10:54:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:14 smithi143 ceph-mon[110329]: pgmap v220: 97 pgs: 97 active+clean; 200 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 509 op/s 2023-11-21T10:54:14.941 INFO:teuthology.orchestra.run.smithi135.stdout: 5 26236 10.01 MB/sec warmup 79 sec latency 138.436 ms 2023-11-21T10:54:15.697 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:15 smithi135 ceph-mon[107703]: pgmap v221: 97 pgs: 97 active+clean; 208 MiB data, 858 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-11-21T10:54:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:15 smithi143 ceph-mon[110329]: pgmap v221: 97 pgs: 97 active+clean; 208 MiB data, 858 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-11-21T10:54:15.941 INFO:teuthology.orchestra.run.smithi135.stdout: 5 26725 9.98 MB/sec warmup 80 sec latency 130.007 ms 2023-11-21T10:54:16.941 INFO:teuthology.orchestra.run.smithi135.stdout: 5 27028 9.93 MB/sec warmup 81 sec latency 132.364 ms 2023-11-21T10:54:17.725 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:17 smithi135 ceph-mon[107703]: pgmap v222: 97 pgs: 97 active+clean; 206 MiB data, 871 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 596 op/s 2023-11-21T10:54:17.942 INFO:teuthology.orchestra.run.smithi135.stdout: 5 27583 10.08 MB/sec warmup 82 sec latency 120.646 ms 2023-11-21T10:54:17.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:17 smithi143 ceph-mon[110329]: pgmap v222: 97 pgs: 97 active+clean; 206 MiB data, 871 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 596 op/s 2023-11-21T10:54:18.943 INFO:teuthology.orchestra.run.smithi135.stdout: 5 28020 10.17 MB/sec warmup 83 sec latency 126.666 ms 2023-11-21T10:54:19.746 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:19 smithi135 ceph-mon[107703]: pgmap v223: 97 pgs: 97 active+clean; 208 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-11-21T10:54:19.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:19 smithi143 ceph-mon[110329]: pgmap v223: 97 pgs: 97 active+clean; 208 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-11-21T10:54:19.942 INFO:teuthology.orchestra.run.smithi135.stdout: 5 28346 10.17 MB/sec warmup 84 sec latency 129.478 ms 2023-11-21T10:54:20.943 INFO:teuthology.orchestra.run.smithi135.stdout: 5 28553 10.09 MB/sec warmup 85 sec latency 146.769 ms 2023-11-21T10:54:21.390 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:54:21.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: Upgrade: Updating mgr.smithi143.ukvqcf 2023-11-21T10:54:21.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:21.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:54:21.551 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:54:21.551 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:21.551 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:21 smithi135 ceph-mon[107703]: Deploying daemon mgr.smithi143.ukvqcf on smithi143 2023-11-21T10:54:21.638 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: Upgrade: Updating mgr.smithi143.ukvqcf 2023-11-21T10:54:21.639 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:21.639 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ukvqcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:54:21.639 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:54:21.639 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:21.639 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:21 smithi143 ceph-mon[110329]: Deploying daemon mgr.smithi143.ukvqcf on smithi143 2023-11-21T10:54:21.943 INFO:teuthology.orchestra.run.smithi135.stdout: 5 28893 10.05 MB/sec warmup 86 sec latency 140.049 ms 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (5m) 88s ago 6m 26.7M - ba2b418f427c a5487eeb112b 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (6m) 88s ago 6m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (5m) 90s ago 5m 7138k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (4m) 88s ago 5m 49.8M - 8.3.5 dad864ee21e9 3920754f9f20 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (109s) 88s ago 108s 15.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (107s) 90s ago 107s 12.3M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (7m) 88s ago 7m 477M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:54:22.237 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (5m) 90s ago 5m 421M - 17.2.0 e1d6a67b021e a27a2340b5a4 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (7m) 88s ago 7m 77.9M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (5m) 90s ago 5m 61.3M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (97s) 88s ago 96s 56.1M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (92s) 90s ago 91s 16.1M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (5m) 88s ago 5m 24.2M - 1dbe0e931976 13b521bbe009 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 90s ago 5m 25.4M - 1dbe0e931976 90e451a63eeb 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (4m) 88s ago 4m 56.9M 3224M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (4m) 88s ago 4m 57.5M 3224M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (4m) 88s ago 4m 52.7M 3224M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (3m) 88s ago 3m 49.3M 3224M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (3m) 90s ago 3m 49.5M 3992M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (3m) 90s ago 3m 48.0M 3992M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:54:22.238 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (3m) 90s ago 3m 48.5M 3992M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:54:22.239 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (2m) 90s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:54:22.239 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (5m) 88s ago 5m 62.0M - 514e6a882f6e 63de9fb83217 2023-11-21T10:54:22.472 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:22 smithi143 ceph-mon[110329]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:22.473 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:22 smithi143 ceph-mon[110329]: pgmap v224: 97 pgs: 97 active+clean; 212 MiB data, 905 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-21T10:54:22.561 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:22 smithi135 ceph-mon[107703]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:22.561 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:22 smithi135 ceph-mon[107703]: pgmap v224: 97 pgs: 97 active+clean; 212 MiB data, 905 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:22.758 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:54:22.759 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:54:22.943 INFO:teuthology.orchestra.run.smithi135.stdout: 5 29163 9.99 MB/sec warmup 87 sec latency 130.601 ms 2023-11-21T10:54:23.194 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "", 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons" 2023-11-21T10:54:23.195 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:54:23.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:23 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/947680948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:54:23.597 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:54:23.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:23 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/947680948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:54:23.737 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:54:23.943 INFO:teuthology.orchestra.run.smithi135.stdout: 5 29502 10.03 MB/sec warmup 88 sec latency 105.324 ms 2023-11-21T10:54:24.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:24 smithi135 ceph-mon[107703]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:24.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:24 smithi135 ceph-mon[107703]: pgmap v225: 97 pgs: 97 active+clean; 215 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 477 op/s 2023-11-21T10:54:24.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:24 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2562767170' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:54:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:24 smithi143 ceph-mon[110329]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:24 smithi143 ceph-mon[110329]: pgmap v225: 97 pgs: 97 active+clean; 215 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 477 op/s 2023-11-21T10:54:24.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:24 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2562767170' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:54:24.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 29930 10.00 MB/sec warmup 89 sec latency 126.927 ms 2023-11-21T10:54:25.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 30282 9.94 MB/sec warmup 90 sec latency 127.316 ms 2023-11-21T10:54:26.156 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:25 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:26.157 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:25 smithi135 ceph-mon[107703]: pgmap v226: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.9 MiB/s wr, 618 op/s 2023-11-21T10:54:26.157 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:25 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:26.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:25 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:26.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:25 smithi143 ceph-mon[110329]: pgmap v226: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.9 MiB/s wr, 618 op/s 2023-11-21T10:54:26.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:25 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:26.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 30630 9.95 MB/sec warmup 91 sec latency 137.800 ms 2023-11-21T10:54:27.698 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:27 smithi135 ceph-mon[107703]: pgmap v227: 97 pgs: 97 active+clean; 218 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 491 op/s 2023-11-21T10:54:27.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:27 smithi143 ceph-mon[110329]: pgmap v227: 97 pgs: 97 active+clean; 218 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 491 op/s 2023-11-21T10:54:27.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 31029 9.96 MB/sec warmup 92 sec latency 134.967 ms 2023-11-21T10:54:28.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 31492 10.04 MB/sec warmup 93 sec latency 120.983 ms 2023-11-21T10:54:29.222 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: Upgrade: Need to upgrade myself (mgr.smithi135.jalnrh) 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: Failing over to other MGR 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr fail", "who": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:54:29.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:29 smithi135 ceph-mon[107703]: osdmap e67: 8 total, 8 up, 8 in 2023-11-21T10:54:29.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' 2023-11-21T10:54:29.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: Upgrade: Need to upgrade myself (mgr.smithi135.jalnrh) 2023-11-21T10:54:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: Failing over to other MGR 2023-11-21T10:54:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "mgr fail", "who": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:54:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:29 smithi143 ceph-mon[110329]: osdmap e67: 8 total, 8 up, 8 in 2023-11-21T10:54:29.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 31739 10.02 MB/sec warmup 94 sec latency 181.537 ms 2023-11-21T10:54:30.228 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:30 smithi135 ceph-mon[107703]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "mgr fail", "who": "smithi135.jalnrh"}]': finished 2023-11-21T10:54:30.228 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:30 smithi135 ceph-mon[107703]: mgrmap e22: smithi143.ukvqcf(active, starting, since 1.00311s) 2023-11-21T10:54:30.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:30 smithi143 ceph-mon[110329]: from='mgr.14204 172.21.15.135:0/2236651678' entity='mgr.smithi135.jalnrh' cmd='[{"prefix": "mgr fail", "who": "smithi135.jalnrh"}]': finished 2023-11-21T10:54:30.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:30 smithi143 ceph-mon[110329]: mgrmap e22: smithi143.ukvqcf(active, starting, since 1.00311s) 2023-11-21T10:54:30.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 32122 10.04 MB/sec warmup 95 sec latency 135.397 ms 2023-11-21T10:54:31.246 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: Active manager daemon smithi143.ukvqcf restarted 2023-11-21T10:54:31.246 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: Activating manager daemon smithi143.ukvqcf 2023-11-21T10:54:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/crt"}]: dispatch 2023-11-21T10:54:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: osdmap e68: 8 total, 8 up, 8 in 2023-11-21T10:54:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:54:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/key"}]: dispatch 2023-11-21T10:54:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:31 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: Active manager daemon smithi143.ukvqcf restarted 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: Activating manager daemon smithi143.ukvqcf 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/crt"}]: dispatch 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: osdmap e68: 8 total, 8 up, 8 in 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ukvqcf/key"}]: dispatch 2023-11-21T10:54:31.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:31 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:54:31.953 INFO:teuthology.orchestra.run.smithi135.stdout: 5 32469 10.04 MB/sec warmup 96 sec latency 140.901 ms 2023-11-21T10:54:32.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: mgrmap e23: smithi143.ukvqcf(active, starting, since 0.864499s) 2023-11-21T10:54:32.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:54:32.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:54:32.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.jahocq"}]: dispatch 2023-11-21T10:54:32.269 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.rjktbm"}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ukvqcf", "id": "smithi143.ukvqcf"}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:54:32.270 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: Manager daemon smithi143.ukvqcf is now available 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/trash_purge_schedule"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/trash_purge_schedule"}]: dispatch 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: mgrmap e23: smithi143.ukvqcf(active, starting, since 0.864499s) 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.jahocq"}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.rjktbm"}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ukvqcf", "id": "smithi143.ukvqcf"}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T10:54:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: Manager daemon smithi143.ukvqcf is now available 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:54:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/mirror_snapshot_schedule"}]: dispatch 2023-11-21T10:54:32.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/trash_purge_schedule"}]: dispatch 2023-11-21T10:54:32.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ukvqcf/trash_purge_schedule"}]: dispatch 2023-11-21T10:54:32.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:32.960 INFO:teuthology.orchestra.run.smithi135.stdout: 5 32805 10.02 MB/sec warmup 97 sec latency 152.486 ms 2023-11-21T10:54:33.289 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:33 smithi135 ceph-mon[107703]: Deploying cephadm binary to smithi143 2023-11-21T10:54:33.289 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:33 smithi135 ceph-mon[107703]: Deploying cephadm binary to smithi135 2023-11-21T10:54:33.289 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:33 smithi135 ceph-mon[107703]: mgrmap e24: smithi143.ukvqcf(active, since 1.87911s) 2023-11-21T10:54:33.289 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:33 smithi135 ceph-mon[107703]: pgmap v3: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:33 smithi143 ceph-mon[110329]: Deploying cephadm binary to smithi143 2023-11-21T10:54:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:33 smithi143 ceph-mon[110329]: Deploying cephadm binary to smithi135 2023-11-21T10:54:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:33 smithi143 ceph-mon[110329]: mgrmap e24: smithi143.ukvqcf(active, since 1.87911s) 2023-11-21T10:54:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:33 smithi143 ceph-mon[110329]: pgmap v3: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:33.961 INFO:teuthology.orchestra.run.smithi135.stdout: 5 33206 9.97 MB/sec warmup 98 sec latency 129.098 ms 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: [21/Nov/2023:10:54:32] ENGINE Bus STARTING 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: [21/Nov/2023:10:54:32] ENGINE Serving on https://172.21.15.143:7150 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: [21/Nov/2023:10:54:32] ENGINE Serving on http://172.21.15.143:8765 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: [21/Nov/2023:10:54:32] ENGINE Bus STARTED 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: pgmap v4: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:34.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:34 smithi135 ceph-mon[107703]: mgrmap e25: smithi143.ukvqcf(active, since 2s) 2023-11-21T10:54:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: [21/Nov/2023:10:54:32] ENGINE Bus STARTING 2023-11-21T10:54:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: [21/Nov/2023:10:54:32] ENGINE Serving on https://172.21.15.143:7150 2023-11-21T10:54:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: [21/Nov/2023:10:54:32] ENGINE Serving on http://172.21.15.143:8765 2023-11-21T10:54:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: [21/Nov/2023:10:54:32] ENGINE Bus STARTED 2023-11-21T10:54:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: pgmap v4: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:34 smithi143 ceph-mon[110329]: mgrmap e25: smithi143.ukvqcf(active, since 2s) 2023-11-21T10:54:34.960 INFO:teuthology.orchestra.run.smithi135.stdout: 5 33525 9.93 MB/sec warmup 99 sec latency 168.890 ms 2023-11-21T10:54:35.960 INFO:teuthology.orchestra.run.smithi135.stdout: 5 33707 9.89 MB/sec warmup 100 sec latency 267.783 ms 2023-11-21T10:54:36.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:36 smithi135 ceph-mon[107703]: pgmap v5: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:36.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:36 smithi135 ceph-mon[107703]: mgrmap e26: smithi143.ukvqcf(active, since 4s) 2023-11-21T10:54:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:36 smithi143 ceph-mon[110329]: pgmap v5: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-21T10:54:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:36 smithi143 ceph-mon[110329]: mgrmap e26: smithi143.ukvqcf(active, since 4s) 2023-11-21T10:54:36.960 INFO:teuthology.orchestra.run.smithi135.stdout: 5 34106 9.94 MB/sec warmup 101 sec latency 133.572 ms 2023-11-21T10:54:37.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:37 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi135.jalnrh/crt"}]: dispatch 2023-11-21T10:54:37.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:37 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:54:37.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:37 smithi135 ceph-mon[107703]: Standby manager daemon smithi135.jalnrh started 2023-11-21T10:54:37.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:37 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi135.jalnrh/key"}]: dispatch 2023-11-21T10:54:37.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:37 smithi135 ceph-mon[107703]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:54:37.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:37 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi135.jalnrh/crt"}]: dispatch 2023-11-21T10:54:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:37 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T10:54:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:37 smithi143 ceph-mon[110329]: Standby manager daemon smithi135.jalnrh started 2023-11-21T10:54:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:37 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi135.jalnrh/key"}]: dispatch 2023-11-21T10:54:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:37 smithi143 ceph-mon[110329]: from='mgr.? 172.21.15.135:0/273714185' entity='mgr.smithi135.jalnrh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T10:54:37.960 INFO:teuthology.orchestra.run.smithi135.stdout: 5 34548 9.90 MB/sec warmup 102 sec latency 130.392 ms 2023-11-21T10:54:38.177 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:38 smithi135 ceph-mon[107703]: pgmap v6: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 150 KiB/s wr, 22 op/s 2023-11-21T10:54:38.178 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:38 smithi135 ceph-mon[107703]: mgrmap e27: smithi143.ukvqcf(active, since 6s), standbys: smithi135.jalnrh 2023-11-21T10:54:38.178 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:38 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:54:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:38 smithi143 ceph-mon[110329]: pgmap v6: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 150 KiB/s wr, 22 op/s 2023-11-21T10:54:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:38 smithi143 ceph-mon[110329]: mgrmap e27: smithi143.ukvqcf(active, since 6s), standbys: smithi135.jalnrh 2023-11-21T10:54:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:38 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr metadata", "who": "smithi135.jalnrh", "id": "smithi135.jalnrh"}]: dispatch 2023-11-21T10:54:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: 5 34920 9.93 MB/sec warmup 103 sec latency 126.528 ms 2023-11-21T10:54:39.964 INFO:teuthology.orchestra.run.smithi135.stdout: 5 35341 10.01 MB/sec warmup 104 sec latency 130.053 ms 2023-11-21T10:54:40.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:40 smithi135 ceph-mon[107703]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 3.0 MiB/s wr, 374 op/s 2023-11-21T10:54:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:40 smithi143 ceph-mon[110329]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 3.0 MiB/s wr, 374 op/s 2023-11-21T10:54:40.967 INFO:teuthology.orchestra.run.smithi135.stdout: 5 35806 10.05 MB/sec warmup 105 sec latency 127.136 ms 2023-11-21T10:54:41.750 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:41 smithi135 ceph-mon[107703]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 2.3 MiB/s wr, 290 op/s 2023-11-21T10:54:41.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.878 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.879 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.879 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:41 smithi143 ceph-mon[110329]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 2.3 MiB/s wr, 290 op/s 2023-11-21T10:54:41.879 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.879 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:41.967 INFO:teuthology.orchestra.run.smithi135.stdout: 5 36062 10.00 MB/sec warmup 106 sec latency 130.100 ms 2023-11-21T10:54:42.967 INFO:teuthology.orchestra.run.smithi135.stdout: 5 36363 9.97 MB/sec warmup 107 sec latency 128.997 ms 2023-11-21T10:54:43.268 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:43 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:43.268 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:43 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:43 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:43 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:43.967 INFO:teuthology.orchestra.run.smithi135.stdout: 5 36737 9.94 MB/sec warmup 108 sec latency 139.117 ms 2023-11-21T10:54:44.533 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: pgmap v9: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:44.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:44 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:54:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: pgmap v9: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-11-21T10:54:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:54:44.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:44 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T10:54:44.972 INFO:teuthology.orchestra.run.smithi135.stdout: 5 37135 9.92 MB/sec warmup 109 sec latency 86.786 ms 2023-11-21T10:54:45.549 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi135 to 1944M 2023-11-21T10:54:45.549 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Adjusting osd_memory_target on smithi143 to 2712M 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Updating smithi135:/etc/ceph/ceph.conf 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Updating smithi143:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: Updating smithi135:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:45.550 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:45 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi135 to 1944M 2023-11-21T10:54:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Adjusting osd_memory_target on smithi143 to 2712M 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Updating smithi135:/etc/ceph/ceph.conf 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Updating smithi143:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: Updating smithi135:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:45 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:45.972 INFO:teuthology.orchestra.run.smithi135.stdout: 5 37497 9.91 MB/sec warmup 110 sec latency 108.219 ms 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Updating smithi143:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: pgmap v10: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Updating smithi135:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T10:54:46.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-11-21T10:54:46.576 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Updating smithi143:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: pgmap v10: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Updating smithi135:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-11-21T10:54:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:54:46.972 INFO:teuthology.orchestra.run.smithi135.stdout: 5 37916 9.93 MB/sec warmup 111 sec latency 140.142 ms 2023-11-21T10:54:47.600 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:47 smithi135 ceph-mon[107703]: pgmap v11: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-21T10:54:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:47 smithi143 ceph-mon[110329]: pgmap v11: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-21T10:54:47.973 INFO:teuthology.orchestra.run.smithi135.stdout: 5 38304 9.93 MB/sec warmup 112 sec latency 120.548 ms 2023-11-21T10:54:48.973 INFO:teuthology.orchestra.run.smithi135.stdout: 5 38608 9.96 MB/sec warmup 113 sec latency 95.533 ms 2023-11-21T10:54:49.973 INFO:teuthology.orchestra.run.smithi135.stdout: 5 38963 9.98 MB/sec warmup 114 sec latency 129.469 ms 2023-11-21T10:54:50.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:50 smithi135 ceph-mon[107703]: pgmap v12: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 6.3 MiB/s wr, 660 op/s 2023-11-21T10:54:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:50 smithi143 ceph-mon[110329]: pgmap v12: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 6.3 MiB/s wr, 660 op/s 2023-11-21T10:54:50.973 INFO:teuthology.orchestra.run.smithi135.stdout: 5 39338 9.99 MB/sec warmup 115 sec latency 126.092 ms 2023-11-21T10:54:51.974 INFO:teuthology.orchestra.run.smithi135.stdout: 5 39624 9.97 MB/sec warmup 116 sec latency 127.135 ms 2023-11-21T10:54:52.344 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:52 smithi135 ceph-mon[107703]: pgmap v13: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-21T10:54:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:52 smithi143 ceph-mon[110329]: pgmap v13: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-21T10:54:52.980 INFO:teuthology.orchestra.run.smithi135.stdout: 5 39882 9.91 MB/sec warmup 117 sec latency 127.896 ms 2023-11-21T10:54:53.980 INFO:teuthology.orchestra.run.smithi135.stdout: 5 40182 9.89 MB/sec warmup 118 sec latency 136.299 ms 2023-11-21T10:54:54.246 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:54:54.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:54 smithi135 ceph-mon[107703]: pgmap v14: 97 pgs: 97 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 7.1 MiB/s wr, 650 op/s 2023-11-21T10:54:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:54 smithi143 ceph-mon[110329]: pgmap v14: 97 pgs: 97 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 7.1 MiB/s wr, 650 op/s 2023-11-21T10:54:54.981 INFO:teuthology.orchestra.run.smithi135.stdout: 5 40382 9.84 MB/sec warmup 119 sec latency 130.306 ms 2023-11-21T10:54:55.114 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:54:55.114 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (5m) 12s ago 6m 30.2M - 0.23.0 ba2b418f427c a5487eeb112b 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (6m) 12s ago 6m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (6m) 14s ago 6m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (5m) 12s ago 6m 58.9M - 8.3.5 dad864ee21e9 3920754f9f20 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (2m) 12s ago 2m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (2m) 14s ago 2m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (7m) 12s ago 7m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:54:55.115 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (33s) 14s ago 6m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:54:55.116 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (7m) 12s ago 7m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:54:55.116 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (6m) 14s ago 6m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:54:55.116 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (2m) 12s ago 2m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:54:55.116 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (2m) 14s ago 2m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:54:55.117 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (6m) 12s ago 6m 27.8M - 1.3.1 1dbe0e931976 13b521bbe009 2023-11-21T10:54:55.117 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 14s ago 5m 25.7M - 1.3.1 1dbe0e931976 90e451a63eeb 2023-11-21T10:54:55.117 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (5m) 12s ago 5m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:54:55.117 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (5m) 12s ago 5m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:54:55.118 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (4m) 12s ago 4m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:54:55.118 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (4m) 12s ago 4m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:54:55.118 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (4m) 14s ago 4m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:54:55.118 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (3m) 14s ago 3m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:54:55.119 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (3m) 14s ago 3m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:54:55.119 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (3m) 14s ago 3m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:54:55.119 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (5m) 12s ago 5m 64.6M - 2.33.4 514e6a882f6e 63de9fb83217 2023-11-21T10:54:55.559 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:55 smithi135 ceph-mon[107703]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:55.559 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:55 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:55.559 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:55 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:55.677 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:54:55.678 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:54:55.679 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:54:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:55 smithi143 ceph-mon[110329]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:55 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:55.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:55 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:56.175 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:54:56.175 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:54:56.175 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "", 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:54:56.176 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:54:56.348 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='client.24449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: pgmap v15: 97 pgs: 97 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:54:56.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:56 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2562451167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:54:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='client.24449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: pgmap v15: 97 pgs: 97 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:54:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:56 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2562451167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:54:56.827 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:54:56.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 40860 10.36 MB/sec execute 1 sec latency 161.901 ms 2023-11-21T10:54:57.365 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:57 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:54:57.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:57 smithi135 ceph-mon[107703]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-11-21T10:54:57.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:57 smithi135 ceph-mon[107703]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:57.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:57 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3686252661' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:54:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:57 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-21T10:54:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:57 smithi143 ceph-mon[110329]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-11-21T10:54:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:57 smithi143 ceph-mon[110329]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:54:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:57 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3686252661' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:54:57.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 41102 6.69 MB/sec execute 2 sec latency 126.818 ms 2023-11-21T10:54:58.385 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:54:58 smithi135 ceph-mon[107703]: pgmap v16: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.1 MiB/s wr, 532 op/s 2023-11-21T10:54:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:54:58 smithi143 ceph-mon[110329]: pgmap v16: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.1 MiB/s wr, 532 op/s 2023-11-21T10:54:58.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 41453 6.76 MB/sec execute 3 sec latency 126.940 ms 2023-11-21T10:54:59.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 41761 7.74 MB/sec execute 4 sec latency 126.841 ms 2023-11-21T10:55:00.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:00 smithi135 ceph-mon[107703]: pgmap v17: 97 pgs: 97 active+clean; 250 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 545 op/s 2023-11-21T10:55:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:00 smithi143 ceph-mon[110329]: pgmap v17: 97 pgs: 97 active+clean; 250 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 545 op/s 2023-11-21T10:55:00.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 42084 9.05 MB/sec execute 5 sec latency 145.110 ms 2023-11-21T10:55:01.466 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:01.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 42417 9.66 MB/sec execute 6 sec latency 140.517 ms 2023-11-21T10:55:02.477 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:02 smithi135 ceph-mon[107703]: pgmap v18: 97 pgs: 97 active+clean; 250 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-21T10:55:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:02 smithi143 ceph-mon[110329]: pgmap v18: 97 pgs: 97 active+clean; 250 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-21T10:55:02.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 42674 9.55 MB/sec execute 7 sec latency 157.028 ms 2023-11-21T10:55:03.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 42940 9.40 MB/sec execute 8 sec latency 127.007 ms 2023-11-21T10:55:04.525 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:04 smithi135 ceph-mon[107703]: pgmap v19: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 526 op/s 2023-11-21T10:55:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:04 smithi143 ceph-mon[110329]: pgmap v19: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 526 op/s 2023-11-21T10:55:04.982 INFO:teuthology.orchestra.run.smithi135.stdout: 5 43112 8.68 MB/sec execute 9 sec latency 133.926 ms 2023-11-21T10:55:05.983 INFO:teuthology.orchestra.run.smithi135.stdout: 5 43370 8.20 MB/sec execute 10 sec latency 126.714 ms 2023-11-21T10:55:06.565 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:06 smithi135 ceph-mon[107703]: pgmap v20: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-11-21T10:55:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:06 smithi143 ceph-mon[110329]: pgmap v20: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-11-21T10:55:06.983 INFO:teuthology.orchestra.run.smithi135.stdout: 5 43762 8.25 MB/sec execute 11 sec latency 139.451 ms 2023-11-21T10:55:07.983 INFO:teuthology.orchestra.run.smithi135.stdout: 5 44126 8.14 MB/sec execute 12 sec latency 129.738 ms 2023-11-21T10:55:08.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:08 smithi135 ceph-mon[107703]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 425 op/s 2023-11-21T10:55:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:08 smithi143 ceph-mon[110329]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 425 op/s 2023-11-21T10:55:08.983 INFO:teuthology.orchestra.run.smithi135.stdout: 5 44533 8.22 MB/sec execute 13 sec latency 120.608 ms 2023-11-21T10:55:09.984 INFO:teuthology.orchestra.run.smithi135.stdout: 5 44920 8.26 MB/sec execute 14 sec latency 132.095 ms 2023-11-21T10:55:10.388 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:10 smithi135 ceph-mon[107703]: pgmap v22: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.4 MiB/s wr, 399 op/s 2023-11-21T10:55:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:10 smithi143 ceph-mon[110329]: pgmap v22: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.4 MiB/s wr, 399 op/s 2023-11-21T10:55:10.988 INFO:teuthology.orchestra.run.smithi135.stdout: 5 45319 8.54 MB/sec execute 15 sec latency 135.624 ms 2023-11-21T10:55:11.997 INFO:teuthology.orchestra.run.smithi135.stdout: 5 45609 8.75 MB/sec execute 16 sec latency 111.985 ms 2023-11-21T10:55:12.423 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:12 smithi135 ceph-mon[107703]: pgmap v23: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 349 op/s 2023-11-21T10:55:12.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:12 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:12.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:12 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:12.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:12 smithi135 ceph-mon[107703]: Reconfiguring node-exporter.smithi135 (dependencies changed)... 2023-11-21T10:55:12.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:12 smithi135 ceph-mon[107703]: Reconfiguring daemon node-exporter.smithi135 on smithi135 2023-11-21T10:55:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:12 smithi143 ceph-mon[110329]: pgmap v23: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 349 op/s 2023-11-21T10:55:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:12 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:12 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:12 smithi143 ceph-mon[110329]: Reconfiguring node-exporter.smithi135 (dependencies changed)... 2023-11-21T10:55:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:12 smithi143 ceph-mon[110329]: Reconfiguring daemon node-exporter.smithi135 on smithi135 2023-11-21T10:55:12.999 INFO:teuthology.orchestra.run.smithi135.stdout: 5 46054 9.12 MB/sec execute 17 sec latency 123.423 ms 2023-11-21T10:55:14.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 46450 9.48 MB/sec execute 18 sec latency 105.561 ms 2023-11-21T10:55:14.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:14 smithi135 ceph-mon[107703]: pgmap v24: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.0 MiB/s wr, 566 op/s 2023-11-21T10:55:14.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:14 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:14.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:14 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:14 smithi143 ceph-mon[110329]: pgmap v24: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.0 MiB/s wr, 566 op/s 2023-11-21T10:55:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:14 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:14 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:15.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 46748 9.22 MB/sec execute 19 sec latency 100.636 ms 2023-11-21T10:55:15.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:15 smithi135 ceph-mon[107703]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-11-21T10:55:15.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:15 smithi135 ceph-mon[107703]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-11-21T10:55:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:15 smithi143 ceph-mon[110329]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-11-21T10:55:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:15 smithi143 ceph-mon[110329]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-11-21T10:55:16.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 46989 8.98 MB/sec execute 20 sec latency 124.670 ms 2023-11-21T10:55:16.532 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:16 smithi135 ceph-mon[107703]: pgmap v25: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-21T10:55:16.533 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:16 smithi143 ceph-mon[110329]: pgmap v25: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-21T10:55:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:17.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 47256 8.69 MB/sec execute 21 sec latency 121.792 ms 2023-11-21T10:55:18.008 INFO:teuthology.orchestra.run.smithi135.stdout: 5 47530 8.52 MB/sec execute 22 sec latency 126.376 ms 2023-11-21T10:55:18.588 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:18 smithi135 ceph-mon[107703]: pgmap v26: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 504 op/s 2023-11-21T10:55:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:18 smithi143 ceph-mon[110329]: pgmap v26: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 504 op/s 2023-11-21T10:55:19.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 47971 8.98 MB/sec execute 23 sec latency 130.947 ms 2023-11-21T10:55:20.007 INFO:teuthology.orchestra.run.smithi135.stdout: 5 48520 8.82 MB/sec execute 24 sec latency 91.576 ms 2023-11-21T10:55:20.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:20 smithi135 ceph-mon[107703]: pgmap v27: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-21T10:55:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:20 smithi143 ceph-mon[110329]: pgmap v27: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-21T10:55:21.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 48936 9.00 MB/sec execute 25 sec latency 133.103 ms 2023-11-21T10:55:22.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 49347 9.28 MB/sec execute 26 sec latency 131.577 ms 2023-11-21T10:55:22.411 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:22 smithi135 ceph-mon[107703]: pgmap v28: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-21T10:55:22.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:22 smithi143 ceph-mon[110329]: pgmap v28: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-11-21T10:55:23.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 49816 9.62 MB/sec execute 27 sec latency 127.467 ms 2023-11-21T10:55:24.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 50098 9.56 MB/sec execute 28 sec latency 126.851 ms 2023-11-21T10:55:24.432 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:24 smithi135 ceph-mon[107703]: pgmap v29: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-11-21T10:55:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:24 smithi143 ceph-mon[110329]: pgmap v29: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-11-21T10:55:25.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 50390 9.36 MB/sec execute 29 sec latency 135.306 ms 2023-11-21T10:55:26.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 50748 9.24 MB/sec execute 30 sec latency 126.477 ms 2023-11-21T10:55:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:26 smithi135 ceph-mon[107703]: pgmap v30: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-21T10:55:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:26 smithi143 ceph-mon[110329]: pgmap v30: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-21T10:55:27.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 51057 9.18 MB/sec execute 31 sec latency 125.086 ms 2023-11-21T10:55:27.313 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:55:27.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:27 smithi135 ceph-mon[107703]: pgmap v31: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2023-11-21T10:55:27.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:27 smithi135 ceph-mon[107703]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:27 smithi143 ceph-mon[110329]: pgmap v31: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2023-11-21T10:55:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:27 smithi143 ceph-mon[110329]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:28.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 51491 9.22 MB/sec execute 32 sec latency 132.661 ms 2023-11-21T10:55:28.220 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:55:28.220 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:55:28.220 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (7m) 46s ago 7m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (6m) 47s ago 6m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (2m) 46s ago 2m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (2m) 47s ago 2m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (8m) 46s ago 8m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (66s) 47s ago 6m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (8m) 46s ago 8m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (6m) 47s ago 6m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (2m) 46s ago 2m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (2m) 47s ago 2m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:55:28.221 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (6m) 47s ago 6m 25.7M - 1.3.1 1dbe0e931976 90e451a63eeb 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (6m) 46s ago 6m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (5m) 46s ago 5m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (5m) 46s ago 5m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (5m) 46s ago 5m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (4m) 47s ago 4m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (4m) 47s ago 4m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (4m) 47s ago 4m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (3m) 47s ago 3m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:55:28.222 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (6m) 46s ago 6m 64.6M - 2.33.4 514e6a882f6e 63de9fb83217 2023-11-21T10:55:28.794 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:55:28.794 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:55:28.794 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:55:28.795 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:55:28.796 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:55:28.796 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:55:29.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 52050 9.30 MB/sec execute 33 sec latency 130.594 ms 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "", 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:55:29.226 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:55:29.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:29 smithi135 ceph-mon[107703]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:29.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:29 smithi135 ceph-mon[107703]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:29.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:29 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/980824487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:55:29.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:29 smithi143 ceph-mon[110329]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:29 smithi143 ceph-mon[110329]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:29 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/980824487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:55:29.744 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:55:30.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 52399 9.30 MB/sec execute 34 sec latency 129.836 ms 2023-11-21T10:55:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:30 smithi135 ceph-mon[107703]: pgmap v32: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:55:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:30 smithi135 ceph-mon[107703]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:30 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/585518729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:55:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:30 smithi143 ceph-mon[110329]: pgmap v32: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:55:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:30 smithi143 ceph-mon[110329]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:55:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:30 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/585518729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:55:31.017 INFO:teuthology.orchestra.run.smithi135.stdout: 5 52810 9.60 MB/sec execute 35 sec latency 126.468 ms 2023-11-21T10:55:31.521 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:32.021 INFO:teuthology.orchestra.run.smithi135.stdout: 5 53219 9.66 MB/sec execute 36 sec latency 183.038 ms 2023-11-21T10:55:32.575 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:32 smithi135 ceph-mon[107703]: pgmap v33: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-21T10:55:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:32 smithi143 ceph-mon[110329]: pgmap v33: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-21T10:55:33.021 INFO:teuthology.orchestra.run.smithi135.stdout: 5 53579 9.80 MB/sec execute 37 sec latency 127.877 ms 2023-11-21T10:55:34.021 INFO:teuthology.orchestra.run.smithi135.stdout: 5 53804 9.71 MB/sec execute 38 sec latency 151.291 ms 2023-11-21T10:55:34.352 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:34 smithi135 ceph-mon[107703]: pgmap v34: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.4 MiB/s wr, 705 op/s 2023-11-21T10:55:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:34 smithi143 ceph-mon[110329]: pgmap v34: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.4 MiB/s wr, 705 op/s 2023-11-21T10:55:35.022 INFO:teuthology.orchestra.run.smithi135.stdout: 5 54061 9.49 MB/sec execute 39 sec latency 132.030 ms 2023-11-21T10:55:36.026 INFO:teuthology.orchestra.run.smithi135.stdout: 5 54343 9.33 MB/sec execute 40 sec latency 137.974 ms 2023-11-21T10:55:36.396 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:36 smithi135 ceph-mon[107703]: pgmap v35: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-11-21T10:55:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:36 smithi143 ceph-mon[110329]: pgmap v35: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-11-21T10:55:37.033 INFO:teuthology.orchestra.run.smithi135.stdout: 5 54552 9.23 MB/sec execute 41 sec latency 168.169 ms 2023-11-21T10:55:38.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 54936 9.38 MB/sec execute 42 sec latency 128.112 ms 2023-11-21T10:55:38.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:38 smithi135 ceph-mon[107703]: pgmap v36: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.8 MiB/s wr, 587 op/s 2023-11-21T10:55:38.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:38 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:38.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:38 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:38.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:38 smithi135 ceph-mon[107703]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-11-21T10:55:38.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:38 smithi135 ceph-mon[107703]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-11-21T10:55:38.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:38 smithi143 ceph-mon[110329]: pgmap v36: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.8 MiB/s wr, 587 op/s 2023-11-21T10:55:38.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:38 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:38.444 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:38 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:38.444 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:38 smithi143 ceph-mon[110329]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-11-21T10:55:38.444 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:38 smithi143 ceph-mon[110329]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-11-21T10:55:39.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 55386 9.38 MB/sec execute 43 sec latency 124.060 ms 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135.front.sepia.ceph.com:9093"}]: dispatch 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135.front.sepia.ceph.com:3000"}]: dispatch 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:55:39.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135.front.sepia.ceph.com:9095"}]: dispatch 2023-11-21T10:55:39.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.441 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:39 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:55:39.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135.front.sepia.ceph.com:9093"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135.front.sepia.ceph.com:3000"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135.front.sepia.ceph.com:9095"}]: dispatch 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:39 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:55:40.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 55756 9.28 MB/sec execute 44 sec latency 129.965 ms 2023-11-21T10:55:40.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135.front.sepia.ceph.com:9093"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135.front.sepia.ceph.com:3000"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135.front.sepia.ceph.com:9095"}]: dispatch 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: Upgrade: Need to upgrade myself (mgr.smithi143.ukvqcf) 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: Upgrade: Need to upgrade myself (mgr.smithi143.ukvqcf) 2023-11-21T10:55:40.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:40 smithi135 ceph-mon[107703]: pgmap v37: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 600 op/s 2023-11-21T10:55:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-21T10:55:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135.front.sepia.ceph.com:9093"}]: dispatch 2023-11-21T10:55:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-21T10:55:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135.front.sepia.ceph.com:3000"}]: dispatch 2023-11-21T10:55:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-21T10:55:40.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135.front.sepia.ceph.com:9095"}]: dispatch 2023-11-21T10:55:40.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: Upgrade: Need to upgrade myself (mgr.smithi143.ukvqcf) 2023-11-21T10:55:40.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: Upgrade: Need to upgrade myself (mgr.smithi143.ukvqcf) 2023-11-21T10:55:40.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:40 smithi143 ceph-mon[110329]: pgmap v37: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 600 op/s 2023-11-21T10:55:41.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 56107 9.35 MB/sec execute 45 sec latency 127.085 ms 2023-11-21T10:55:41.723 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: Upgrade: Updating mgr.smithi135.jalnrh 2023-11-21T10:55:41.723 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: Deploying daemon mgr.smithi135.jalnrh on smithi135 2023-11-21T10:55:41.724 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:41 smithi135 ceph-mon[107703]: pgmap v38: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 419 op/s 2023-11-21T10:55:41.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: Upgrade: Updating mgr.smithi135.jalnrh 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.jalnrh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: Deploying daemon mgr.smithi135.jalnrh on smithi135 2023-11-21T10:55:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:41 smithi143 ceph-mon[110329]: pgmap v38: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 419 op/s 2023-11-21T10:55:42.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 56486 9.43 MB/sec execute 46 sec latency 128.688 ms 2023-11-21T10:55:43.033 INFO:teuthology.orchestra.run.smithi135.stdout: 5 56774 9.43 MB/sec execute 47 sec latency 128.245 ms 2023-11-21T10:55:44.032 INFO:teuthology.orchestra.run.smithi135.stdout: 5 57075 9.50 MB/sec execute 48 sec latency 136.959 ms 2023-11-21T10:55:44.563 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:44 smithi135 ceph-mon[107703]: pgmap v39: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 635 op/s 2023-11-21T10:55:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:44 smithi143 ceph-mon[110329]: pgmap v39: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 635 op/s 2023-11-21T10:55:45.038 INFO:teuthology.orchestra.run.smithi135.stdout: 5 57399 9.40 MB/sec execute 49 sec latency 128.898 ms 2023-11-21T10:55:46.038 INFO:teuthology.orchestra.run.smithi135.stdout: 5 57729 9.32 MB/sec execute 50 sec latency 125.831 ms 2023-11-21T10:55:46.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:46 smithi135 ceph-mon[107703]: pgmap v40: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-21T10:55:46.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:46 smithi143 ceph-mon[110329]: pgmap v40: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-11-21T10:55:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:55:47.042 INFO:teuthology.orchestra.run.smithi135.stdout: 5 57975 9.24 MB/sec execute 51 sec latency 131.523 ms 2023-11-21T10:55:48.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 58331 9.27 MB/sec execute 52 sec latency 126.769 ms 2023-11-21T10:55:48.406 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:48 smithi135 ceph-mon[107703]: pgmap v41: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-11-21T10:55:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:48 smithi143 ceph-mon[110329]: pgmap v41: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-11-21T10:55:49.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 58782 9.33 MB/sec execute 53 sec latency 108.207 ms 2023-11-21T10:55:50.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 59110 9.26 MB/sec execute 54 sec latency 123.738 ms 2023-11-21T10:55:50.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:50 smithi135 ceph-mon[107703]: pgmap v42: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-11-21T10:55:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:50 smithi143 ceph-mon[110329]: pgmap v42: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-11-21T10:55:51.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 59514 9.32 MB/sec execute 55 sec latency 126.925 ms 2023-11-21T10:55:52.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 60021 9.43 MB/sec execute 56 sec latency 129.820 ms 2023-11-21T10:55:52.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:52 smithi135 ceph-mon[107703]: pgmap v43: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-21T10:55:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:52 smithi143 ceph-mon[110329]: pgmap v43: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-21T10:55:53.040 INFO:teuthology.orchestra.run.smithi135.stdout: 5 60375 9.46 MB/sec execute 57 sec latency 90.363 ms 2023-11-21T10:55:54.041 INFO:teuthology.orchestra.run.smithi135.stdout: 5 60730 9.53 MB/sec execute 58 sec latency 121.044 ms 2023-11-21T10:55:54.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:54 smithi135 ceph-mon[107703]: pgmap v44: 97 pgs: 97 active+clean; 327 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-11-21T10:55:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:54 smithi143 ceph-mon[110329]: pgmap v44: 97 pgs: 97 active+clean; 327 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-11-21T10:55:55.041 INFO:teuthology.orchestra.run.smithi135.stdout: 5 61088 9.49 MB/sec execute 59 sec latency 127.965 ms 2023-11-21T10:55:56.050 INFO:teuthology.orchestra.run.smithi135.stdout: 5 61360 9.41 MB/sec execute 60 sec latency 130.615 ms 2023-11-21T10:55:56.544 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:56 smithi135 ceph-mon[107703]: pgmap v45: 97 pgs: 97 active+clean; 327 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-21T10:55:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:56 smithi143 ceph-mon[110329]: pgmap v45: 97 pgs: 97 active+clean; 327 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-21T10:55:57.050 INFO:teuthology.orchestra.run.smithi135.stdout: 5 61651 9.36 MB/sec execute 61 sec latency 128.638 ms 2023-11-21T10:55:58.051 INFO:teuthology.orchestra.run.smithi135.stdout: 5 62069 9.38 MB/sec execute 62 sec latency 134.641 ms 2023-11-21T10:55:58.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:55:58 smithi135 ceph-mon[107703]: pgmap v46: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 482 op/s 2023-11-21T10:55:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:55:58 smithi143 ceph-mon[110329]: pgmap v46: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 482 op/s 2023-11-21T10:55:59.051 INFO:teuthology.orchestra.run.smithi135.stdout: 5 62408 9.41 MB/sec execute 63 sec latency 120.212 ms 2023-11-21T10:56:00.051 INFO:teuthology.orchestra.run.smithi135.stdout: 5 62806 9.43 MB/sec execute 64 sec latency 109.156 ms 2023-11-21T10:56:00.186 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:56:00.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:00 smithi135 ceph-mon[107703]: pgmap v47: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.2 MiB/s wr, 489 op/s 2023-11-21T10:56:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:00 smithi143 ceph-mon[110329]: pgmap v47: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.2 MiB/s wr, 489 op/s 2023-11-21T10:56:01.032 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:56:01.032 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (7m) 78s ago 7m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (7m) 80s ago 7m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (3m) 78s ago 3m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (3m) 80s ago 3m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (8m) 78s ago 8m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (98s) 80s ago 7m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:56:01.033 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (8m) 78s ago 8m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (7m) 80s ago 7m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (3m) 78s ago 3m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (3m) 80s ago 3m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (6m) 78s ago 6m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (6m) 78s ago 6m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:56:01.034 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (5m) 78s ago 5m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (5m) 78s ago 5m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (5m) 80s ago 5m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (5m) 80s ago 5m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (4m) 80s ago 4m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (4m) 80s ago 4m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:56:01.035 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T10:56:01.051 INFO:teuthology.orchestra.run.smithi135.stdout: 5 63243 9.45 MB/sec execute 65 sec latency 129.928 ms 2023-11-21T10:56:01.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:01 smithi135 ceph-mon[107703]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:01.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:56:01.539 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:56:01.540 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:56:01.541 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:56:01.541 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:56:01.541 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:56:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:01 smithi143 ceph-mon[110329]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons", 2023-11-21T10:56:01.942 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:56:01.943 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:56:02.051 INFO:teuthology.orchestra.run.smithi135.stdout: 5 63580 9.42 MB/sec execute 66 sec latency 130.733 ms 2023-11-21T10:56:02.414 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:02 smithi135 ceph-mon[107703]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:02.414 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:02 smithi135 ceph-mon[107703]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:02.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:02 smithi135 ceph-mon[107703]: pgmap v48: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-21T10:56:02.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:02 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1681924084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:56:02.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:02 smithi135 ceph-mon[107703]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:02.450 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:56:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:02 smithi143 ceph-mon[110329]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:02 smithi143 ceph-mon[110329]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:02 smithi143 ceph-mon[110329]: pgmap v48: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-21T10:56:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:02 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1681924084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:56:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:02 smithi143 ceph-mon[110329]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:03.052 INFO:teuthology.orchestra.run.smithi135.stdout: 5 63837 9.43 MB/sec execute 67 sec latency 146.708 ms 2023-11-21T10:56:03.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:03 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1777117010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:56:03.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:03 smithi135 ceph-mon[107703]: pgmap v49: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 661 op/s 2023-11-21T10:56:03.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:03 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1777117010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:56:03.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:03 smithi143 ceph-mon[110329]: pgmap v49: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 661 op/s 2023-11-21T10:56:04.052 INFO:teuthology.orchestra.run.smithi135.stdout: 5 64156 9.43 MB/sec execute 68 sec latency 123.811 ms 2023-11-21T10:56:04.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:04 smithi135 ceph-mon[107703]: mgrmap e28: smithi143.ukvqcf(active, since 93s), standbys: smithi135.jalnrh 2023-11-21T10:56:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:04 smithi143 ceph-mon[110329]: mgrmap e28: smithi143.ukvqcf(active, since 93s), standbys: smithi135.jalnrh 2023-11-21T10:56:05.060 INFO:teuthology.orchestra.run.smithi135.stdout: 5 64446 9.39 MB/sec execute 69 sec latency 167.678 ms 2023-11-21T10:56:05.501 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:05 smithi135 ceph-mon[107703]: pgmap v50: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-21T10:56:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:05 smithi143 ceph-mon[110329]: pgmap v50: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-21T10:56:06.060 INFO:teuthology.orchestra.run.smithi135.stdout: 5 64749 9.39 MB/sec execute 70 sec latency 161.885 ms 2023-11-21T10:56:07.060 INFO:teuthology.orchestra.run.smithi135.stdout: 5 65070 9.41 MB/sec execute 71 sec latency 127.639 ms 2023-11-21T10:56:08.060 INFO:teuthology.orchestra.run.smithi135.stdout: 5 65418 9.35 MB/sec execute 72 sec latency 126.594 ms 2023-11-21T10:56:08.289 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:08 smithi135 ceph-mon[107703]: pgmap v51: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 459 op/s 2023-11-21T10:56:08.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:08 smithi143 ceph-mon[110329]: pgmap v51: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 459 op/s 2023-11-21T10:56:09.060 INFO:teuthology.orchestra.run.smithi135.stdout: 5 65739 9.36 MB/sec execute 73 sec latency 127.036 ms 2023-11-21T10:56:10.068 INFO:teuthology.orchestra.run.smithi135.stdout: 5 66103 9.37 MB/sec execute 74 sec latency 126.594 ms 2023-11-21T10:56:10.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:10 smithi135 ceph-mon[107703]: pgmap v52: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 559 op/s 2023-11-21T10:56:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:10 smithi143 ceph-mon[110329]: pgmap v52: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 559 op/s 2023-11-21T10:56:11.069 INFO:teuthology.orchestra.run.smithi135.stdout: 5 66513 9.34 MB/sec execute 75 sec latency 109.506 ms 2023-11-21T10:56:12.069 INFO:teuthology.orchestra.run.smithi135.stdout: 5 66855 9.34 MB/sec execute 76 sec latency 131.350 ms 2023-11-21T10:56:12.367 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:12 smithi135 ceph-mon[107703]: pgmap v53: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-11-21T10:56:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:12 smithi143 ceph-mon[110329]: pgmap v53: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-11-21T10:56:13.069 INFO:teuthology.orchestra.run.smithi135.stdout: 5 67261 9.41 MB/sec execute 77 sec latency 132.028 ms 2023-11-21T10:56:14.069 INFO:teuthology.orchestra.run.smithi135.stdout: 5 67700 9.41 MB/sec execute 78 sec latency 129.446 ms 2023-11-21T10:56:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:14 smithi135 ceph-mon[107703]: pgmap v54: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 652 op/s 2023-11-21T10:56:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:14 smithi143 ceph-mon[110329]: pgmap v54: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 652 op/s 2023-11-21T10:56:15.069 INFO:teuthology.orchestra.run.smithi135.stdout: 5 68008 9.40 MB/sec execute 79 sec latency 167.921 ms 2023-11-21T10:56:15.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:15 smithi135 ceph-mon[107703]: pgmap v55: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 430 op/s 2023-11-21T10:56:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:15 smithi143 ceph-mon[110329]: pgmap v55: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 430 op/s 2023-11-21T10:56:16.077 INFO:teuthology.orchestra.run.smithi135.stdout: 5 68435 9.48 MB/sec execute 80 sec latency 138.107 ms 2023-11-21T10:56:16.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:17.085 INFO:teuthology.orchestra.run.smithi135.stdout: 5 68846 9.47 MB/sec execute 81 sec latency 129.582 ms 2023-11-21T10:56:17.488 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:17 smithi135 ceph-mon[107703]: pgmap v56: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 627 op/s 2023-11-21T10:56:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:17 smithi143 ceph-mon[110329]: pgmap v56: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 627 op/s 2023-11-21T10:56:18.085 INFO:teuthology.orchestra.run.smithi135.stdout: 5 69165 9.48 MB/sec execute 82 sec latency 137.445 ms 2023-11-21T10:56:19.089 INFO:teuthology.orchestra.run.smithi135.stdout: 5 69588 9.45 MB/sec execute 83 sec latency 126.012 ms 2023-11-21T10:56:19.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:19 smithi135 ceph-mon[107703]: pgmap v57: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 675 op/s 2023-11-21T10:56:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:19 smithi143 ceph-mon[110329]: pgmap v57: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 675 op/s 2023-11-21T10:56:20.089 INFO:teuthology.orchestra.run.smithi135.stdout: 5 70114 9.46 MB/sec execute 84 sec latency 108.717 ms 2023-11-21T10:56:21.093 INFO:teuthology.orchestra.run.smithi135.stdout: 5 70578 9.56 MB/sec execute 85 sec latency 88.111 ms 2023-11-21T10:56:22.103 INFO:teuthology.orchestra.run.smithi135.stdout: 5 70875 9.51 MB/sec execute 86 sec latency 124.113 ms 2023-11-21T10:56:22.335 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:22 smithi135 ceph-mon[107703]: pgmap v58: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 516 op/s 2023-11-21T10:56:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:22 smithi143 ceph-mon[110329]: pgmap v58: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 516 op/s 2023-11-21T10:56:23.108 INFO:teuthology.orchestra.run.smithi135.stdout: 5 71187 9.50 MB/sec execute 87 sec latency 137.672 ms 2023-11-21T10:56:24.108 INFO:teuthology.orchestra.run.smithi135.stdout: 5 71537 9.52 MB/sec execute 88 sec latency 128.641 ms 2023-11-21T10:56:24.403 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:24 smithi135 ceph-mon[107703]: pgmap v59: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 765 op/s 2023-11-21T10:56:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:24 smithi143 ceph-mon[110329]: pgmap v59: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 765 op/s 2023-11-21T10:56:25.109 INFO:teuthology.orchestra.run.smithi135.stdout: 5 71856 9.57 MB/sec execute 89 sec latency 106.546 ms 2023-11-21T10:56:26.116 INFO:teuthology.orchestra.run.smithi135.stdout: 5 72125 9.57 MB/sec execute 90 sec latency 131.142 ms 2023-11-21T10:56:26.447 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:26 smithi135 ceph-mon[107703]: pgmap v60: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 522 op/s 2023-11-21T10:56:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:26 smithi143 ceph-mon[110329]: pgmap v60: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 522 op/s 2023-11-21T10:56:27.116 INFO:teuthology.orchestra.run.smithi135.stdout: 5 72428 9.52 MB/sec execute 91 sec latency 129.641 ms 2023-11-21T10:56:28.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 72673 9.44 MB/sec execute 92 sec latency 126.415 ms 2023-11-21T10:56:28.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:28 smithi135 ceph-mon[107703]: pgmap v61: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:56:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:28 smithi143 ceph-mon[110329]: pgmap v61: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:56:29.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 72969 9.39 MB/sec execute 93 sec latency 144.036 ms 2023-11-21T10:56:30.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 73289 9.42 MB/sec execute 94 sec latency 135.151 ms 2023-11-21T10:56:30.545 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:30 smithi135 ceph-mon[107703]: pgmap v62: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 505 op/s 2023-11-21T10:56:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:30 smithi143 ceph-mon[110329]: pgmap v62: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 505 op/s 2023-11-21T10:56:31.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 73686 9.41 MB/sec execute 95 sec latency 121.202 ms 2023-11-21T10:56:31.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:32.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 74098 9.43 MB/sec execute 96 sec latency 164.403 ms 2023-11-21T10:56:32.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:32 smithi135 ceph-mon[107703]: pgmap v63: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-11-21T10:56:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:32 smithi143 ceph-mon[110329]: pgmap v63: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-11-21T10:56:32.948 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:56:33.117 INFO:teuthology.orchestra.run.smithi135.stdout: 5 74430 9.43 MB/sec execute 97 sec latency 124.083 ms 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (8m) 111s ago 8m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (7m) 113s ago 7m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (4m) 111s ago 4m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (3m) 113s ago 3m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:56:33.882 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (9m) 111s ago 9m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (2m) 113s ago 7m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (9m) 111s ago 9m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (7m) 113s ago 7m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (3m) 111s ago 3m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (3m) 113s ago 3m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (7m) 111s ago 7m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (6m) 111s ago 6m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (6m) 111s ago 6m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (6m) 111s ago 6m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (5m) 113s ago 5m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:56:33.883 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (5m) 113s ago 5m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:56:33.884 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (5m) 113s ago 5m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:56:33.884 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (4m) 113s ago 4m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:56:33.884 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T10:56:34.120 INFO:teuthology.orchestra.run.smithi135.stdout: 5 74783 9.40 MB/sec execute 98 sec latency 126.340 ms 2023-11-21T10:56:34.389 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:34 smithi135 ceph-mon[107703]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:34.389 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:34 smithi135 ceph-mon[107703]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 636 op/s 2023-11-21T10:56:34.424 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:56:34.424 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:56:34.424 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:56:34.424 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:34.424 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:56:34.425 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:56:34.426 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:56:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:34 smithi143 ceph-mon[110329]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:34 smithi143 ceph-mon[110329]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 636 op/s 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons", 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:56:34.884 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:56:35.120 INFO:teuthology.orchestra.run.smithi135.stdout: 5 75125 9.45 MB/sec execute 99 sec latency 126.557 ms 2023-11-21T10:56:35.404 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:35 smithi135 ceph-mon[107703]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:35.404 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:35 smithi135 ceph-mon[107703]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:35.404 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:35 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/4030724289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:56:35.421 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:56:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:35 smithi143 ceph-mon[110329]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:35 smithi143 ceph-mon[110329]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:35 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/4030724289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:56:36.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 75401 9.45 MB/sec execute 100 sec latency 130.548 ms 2023-11-21T10:56:36.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:36 smithi135 ceph-mon[107703]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:36.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:36 smithi135 ceph-mon[107703]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-11-21T10:56:36.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:36 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3930229502' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:56:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:36 smithi143 ceph-mon[110329]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:56:36.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:36 smithi143 ceph-mon[110329]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-11-21T10:56:36.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:36 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3930229502' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:56:37.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 75750 9.45 MB/sec execute 101 sec latency 131.254 ms 2023-11-21T10:56:38.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 76104 9.44 MB/sec execute 102 sec latency 120.969 ms 2023-11-21T10:56:38.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:38 smithi135 ceph-mon[107703]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-21T10:56:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:38 smithi143 ceph-mon[110329]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-21T10:56:39.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 76361 9.39 MB/sec execute 103 sec latency 124.111 ms 2023-11-21T10:56:40.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 76669 9.42 MB/sec execute 104 sec latency 135.243 ms 2023-11-21T10:56:40.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:40 smithi135 ceph-mon[107703]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-11-21T10:56:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:40 smithi143 ceph-mon[110329]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-11-21T10:56:41.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 77064 9.39 MB/sec execute 105 sec latency 129.977 ms 2023-11-21T10:56:42.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 77354 9.35 MB/sec execute 106 sec latency 105.474 ms 2023-11-21T10:56:42.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:42 smithi135 ceph-mon[107703]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-21T10:56:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:42 smithi143 ceph-mon[110329]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-21T10:56:43.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 77627 9.35 MB/sec execute 107 sec latency 131.322 ms 2023-11-21T10:56:44.129 INFO:teuthology.orchestra.run.smithi135.stdout: 5 77977 9.34 MB/sec execute 108 sec latency 123.131 ms 2023-11-21T10:56:44.412 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:44 smithi135 ceph-mon[107703]: pgmap v69: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-11-21T10:56:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:44 smithi143 ceph-mon[110329]: pgmap v69: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-11-21T10:56:45.133 INFO:teuthology.orchestra.run.smithi135.stdout: 5 78370 9.37 MB/sec execute 109 sec latency 126.955 ms 2023-11-21T10:56:46.133 INFO:teuthology.orchestra.run.smithi135.stdout: 5 78758 9.38 MB/sec execute 110 sec latency 127.118 ms 2023-11-21T10:56:46.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:46 smithi135 ceph-mon[107703]: pgmap v70: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-21T10:56:46.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:46 smithi143 ceph-mon[110329]: pgmap v70: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-21T10:56:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:56:47.133 INFO:teuthology.orchestra.run.smithi135.stdout: 5 79099 9.36 MB/sec execute 111 sec latency 131.052 ms 2023-11-21T10:56:47.490 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:47 smithi135 ceph-mon[107703]: pgmap v71: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 426 op/s 2023-11-21T10:56:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:47 smithi143 ceph-mon[110329]: pgmap v71: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 426 op/s 2023-11-21T10:56:48.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 79469 9.37 MB/sec execute 112 sec latency 132.351 ms 2023-11-21T10:56:49.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 79918 9.43 MB/sec execute 113 sec latency 108.378 ms 2023-11-21T10:56:50.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 80304 9.47 MB/sec execute 114 sec latency 113.881 ms 2023-11-21T10:56:50.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:50 smithi135 ceph-mon[107703]: pgmap v72: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-11-21T10:56:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:50 smithi143 ceph-mon[110329]: pgmap v72: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-11-21T10:56:51.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 80658 9.42 MB/sec execute 115 sec latency 123.854 ms 2023-11-21T10:56:52.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 80904 9.37 MB/sec execute 116 sec latency 131.637 ms 2023-11-21T10:56:52.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:52 smithi135 ceph-mon[107703]: pgmap v73: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-11-21T10:56:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:52 smithi143 ceph-mon[110329]: pgmap v73: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-11-21T10:56:53.138 INFO:teuthology.orchestra.run.smithi135.stdout: 5 81211 9.36 MB/sec execute 117 sec latency 204.282 ms 2023-11-21T10:56:54.142 INFO:teuthology.orchestra.run.smithi135.stdout: 5 81525 9.38 MB/sec execute 118 sec latency 143.161 ms 2023-11-21T10:56:54.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:54 smithi135 ceph-mon[107703]: pgmap v74: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-11-21T10:56:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:54 smithi143 ceph-mon[110329]: pgmap v74: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-11-21T10:56:55.142 INFO:teuthology.orchestra.run.smithi135.stdout: 5 81904 9.40 MB/sec execute 119 sec latency 126.567 ms 2023-11-21T10:56:55.416 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:55 smithi135 ceph-mon[107703]: pgmap v75: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-21T10:56:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:55 smithi143 ceph-mon[110329]: pgmap v75: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-21T10:56:56.146 INFO:teuthology.orchestra.run.smithi135.stdout: 5 82281 9.39 MB/sec execute 120 sec latency 149.129 ms 2023-11-21T10:56:57.146 INFO:teuthology.orchestra.run.smithi135.stdout: 5 82479 9.34 MB/sec execute 121 sec latency 139.353 ms 2023-11-21T10:56:58.156 INFO:teuthology.orchestra.run.smithi135.stdout: 5 82839 9.35 MB/sec execute 122 sec latency 146.301 ms 2023-11-21T10:56:58.222 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:56:58 smithi135 ceph-mon[107703]: pgmap v76: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-21T10:56:58.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:56:58 smithi143 ceph-mon[110329]: pgmap v76: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-21T10:56:59.156 INFO:teuthology.orchestra.run.smithi135.stdout: 5 83240 9.38 MB/sec execute 123 sec latency 132.350 ms 2023-11-21T10:57:00.156 INFO:teuthology.orchestra.run.smithi135.stdout: 5 83571 9.40 MB/sec execute 124 sec latency 132.587 ms 2023-11-21T10:57:00.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:00 smithi135 ceph-mon[107703]: pgmap v77: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 581 op/s 2023-11-21T10:57:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:00 smithi143 ceph-mon[110329]: pgmap v77: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 581 op/s 2023-11-21T10:57:01.158 INFO:teuthology.orchestra.run.smithi135.stdout: 5 83861 9.40 MB/sec execute 125 sec latency 136.616 ms 2023-11-21T10:57:01.561 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:02.158 INFO:teuthology.orchestra.run.smithi135.stdout: 5 84227 9.35 MB/sec execute 126 sec latency 159.536 ms 2023-11-21T10:57:02.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:02 smithi135 ceph-mon[107703]: pgmap v78: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-21T10:57:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:02 smithi143 ceph-mon[110329]: pgmap v78: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-21T10:57:03.163 INFO:teuthology.orchestra.run.smithi135.stdout: 5 84529 9.32 MB/sec execute 127 sec latency 140.251 ms 2023-11-21T10:57:04.163 INFO:teuthology.orchestra.run.smithi135.stdout: 5 84880 9.35 MB/sec execute 128 sec latency 140.909 ms 2023-11-21T10:57:04.363 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:04 smithi135 ceph-mon[107703]: pgmap v79: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-21T10:57:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:04 smithi143 ceph-mon[110329]: pgmap v79: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-21T10:57:05.163 INFO:teuthology.orchestra.run.smithi135.stdout: 5 85268 9.35 MB/sec execute 129 sec latency 124.158 ms 2023-11-21T10:57:05.928 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:57:06.163 INFO:teuthology.orchestra.run.smithi135.stdout: 5 85659 9.37 MB/sec execute 130 sec latency 167.265 ms 2023-11-21T10:57:06.423 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:06 smithi135 ceph-mon[107703]: pgmap v80: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-21T10:57:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:06 smithi143 ceph-mon[110329]: pgmap v80: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-21T10:57:06.840 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (8m) 2m ago 8m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (8m) 2m ago 8m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (4m) 2m ago 4m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:57:06.841 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (4m) 2m ago 4m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (9m) 2m ago 9m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (2m) 2m ago 8m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (9m) 2m ago 9m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (8m) 2m ago 8m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (4m) 2m ago 4m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (4m) 2m ago 4m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (7m) 2m ago 7m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:57:06.842 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (7m) 2m ago 7m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (7m) 2m ago 7m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (6m) 2m ago 6m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (6m) 2m ago 6m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (6m) 2m ago 6m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (5m) 2m ago 5m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (5m) 2m ago 5m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:57:06.843 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T10:57:07.164 INFO:teuthology.orchestra.run.smithi135.stdout: 5 85902 9.34 MB/sec execute 131 sec latency 129.571 ms 2023-11-21T10:57:07.408 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:57:07.408 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:57:07.408 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:57:07.409 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:07.410 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:57:07.410 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:57:07.410 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:57:07.410 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:57:07.410 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:57:07.446 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:07 smithi135 ceph-mon[107703]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:07 smithi143 ceph-mon[110329]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:07.888 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:57:07.888 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:57:07.888 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:57:07.888 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:57:07.888 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:57:07.889 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:57:07.889 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons", 2023-11-21T10:57:07.889 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:57:07.889 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:57:08.164 INFO:teuthology.orchestra.run.smithi135.stdout: 5 86152 9.32 MB/sec execute 132 sec latency 126.827 ms 2023-11-21T10:57:08.420 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:57:08.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:08 smithi135 ceph-mon[107703]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:08.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:08 smithi135 ceph-mon[107703]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:08.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:08 smithi135 ceph-mon[107703]: pgmap v81: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-21T10:57:08.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:08 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2716663491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:57:08.490 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:08 smithi135 ceph-mon[107703]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:08 smithi143 ceph-mon[110329]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:08 smithi143 ceph-mon[110329]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:08 smithi143 ceph-mon[110329]: pgmap v81: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-21T10:57:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:08 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2716663491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:57:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:08 smithi143 ceph-mon[110329]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:09.164 INFO:teuthology.orchestra.run.smithi135.stdout: 5 86487 9.32 MB/sec execute 133 sec latency 143.175 ms 2023-11-21T10:57:09.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:09 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2545200702' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:57:09.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:09 smithi135 ceph-mon[107703]: pgmap v82: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-21T10:57:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:09 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2545200702' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:57:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:09 smithi143 ceph-mon[110329]: pgmap v82: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-21T10:57:10.165 INFO:teuthology.orchestra.run.smithi135.stdout: 5 86860 9.36 MB/sec execute 134 sec latency 128.498 ms 2023-11-21T10:57:11.165 INFO:teuthology.orchestra.run.smithi135.stdout: 5 87182 9.36 MB/sec execute 135 sec latency 124.728 ms 2023-11-21T10:57:12.165 INFO:teuthology.orchestra.run.smithi135.stdout: 5 87484 9.35 MB/sec execute 136 sec latency 90.817 ms 2023-11-21T10:57:12.316 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:12 smithi135 ceph-mon[107703]: pgmap v83: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-21T10:57:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:12 smithi143 ceph-mon[110329]: pgmap v83: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-21T10:57:13.165 INFO:teuthology.orchestra.run.smithi135.stdout: 5 87835 9.31 MB/sec execute 137 sec latency 133.020 ms 2023-11-21T10:57:14.166 INFO:teuthology.orchestra.run.smithi135.stdout: 5 88146 9.29 MB/sec execute 138 sec latency 126.557 ms 2023-11-21T10:57:14.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:14 smithi135 ceph-mon[107703]: pgmap v84: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 600 op/s 2023-11-21T10:57:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:14 smithi143 ceph-mon[110329]: pgmap v84: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 600 op/s 2023-11-21T10:57:15.166 INFO:teuthology.orchestra.run.smithi135.stdout: 5 88467 9.30 MB/sec execute 139 sec latency 146.169 ms 2023-11-21T10:57:16.167 INFO:teuthology.orchestra.run.smithi135.stdout: 5 88748 9.28 MB/sec execute 140 sec latency 165.867 ms 2023-11-21T10:57:16.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:16 smithi135 ceph-mon[107703]: pgmap v85: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-11-21T10:57:16.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:16 smithi143 ceph-mon[110329]: pgmap v85: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-11-21T10:57:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:17.176 INFO:teuthology.orchestra.run.smithi135.stdout: 5 89093 9.30 MB/sec execute 141 sec latency 129.817 ms 2023-11-21T10:57:18.180 INFO:teuthology.orchestra.run.smithi135.stdout: 5 89346 9.28 MB/sec execute 142 sec latency 117.600 ms 2023-11-21T10:57:18.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:18 smithi135 ceph-mon[107703]: pgmap v86: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-21T10:57:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:18 smithi143 ceph-mon[110329]: pgmap v86: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-21T10:57:19.179 INFO:teuthology.orchestra.run.smithi135.stdout: 5 89672 9.27 MB/sec execute 143 sec latency 120.852 ms 2023-11-21T10:57:19.428 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:19 smithi135 ceph-mon[107703]: pgmap v87: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-21T10:57:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:19 smithi143 ceph-mon[110329]: pgmap v87: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-21T10:57:20.184 INFO:teuthology.orchestra.run.smithi135.stdout: 5 89896 9.23 MB/sec execute 144 sec latency 144.335 ms 2023-11-21T10:57:21.180 INFO:teuthology.orchestra.run.smithi135.stdout: 5 90200 9.24 MB/sec execute 145 sec latency 131.743 ms 2023-11-21T10:57:22.180 INFO:teuthology.orchestra.run.smithi135.stdout: 5 90482 9.24 MB/sec execute 146 sec latency 126.826 ms 2023-11-21T10:57:22.262 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:22 smithi135 ceph-mon[107703]: pgmap v88: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-21T10:57:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:22 smithi143 ceph-mon[110329]: pgmap v88: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-21T10:57:23.180 INFO:teuthology.orchestra.run.smithi135.stdout: 5 90804 9.25 MB/sec execute 147 sec latency 197.615 ms 2023-11-21T10:57:24.180 INFO:teuthology.orchestra.run.smithi135.stdout: 5 91144 9.24 MB/sec execute 148 sec latency 102.401 ms 2023-11-21T10:57:24.557 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:24 smithi135 ceph-mon[107703]: pgmap v89: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 554 op/s 2023-11-21T10:57:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:24 smithi143 ceph-mon[110329]: pgmap v89: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 554 op/s 2023-11-21T10:57:25.194 INFO:teuthology.orchestra.run.smithi135.stdout: 5 91454 9.21 MB/sec execute 149 sec latency 130.367 ms 2023-11-21T10:57:26.194 INFO:teuthology.orchestra.run.smithi135.stdout: 5 91806 9.21 MB/sec execute 150 sec latency 126.494 ms 2023-11-21T10:57:26.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:26 smithi135 ceph-mon[107703]: pgmap v90: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T10:57:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:26 smithi143 ceph-mon[110329]: pgmap v90: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T10:57:27.194 INFO:teuthology.orchestra.run.smithi135.stdout: 5 92114 9.22 MB/sec execute 151 sec latency 129.850 ms 2023-11-21T10:57:28.199 INFO:teuthology.orchestra.run.smithi135.stdout: 5 92474 9.20 MB/sec execute 152 sec latency 124.396 ms 2023-11-21T10:57:28.385 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:28 smithi135 ceph-mon[107703]: pgmap v91: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-11-21T10:57:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:28 smithi143 ceph-mon[110329]: pgmap v91: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-11-21T10:57:29.205 INFO:teuthology.orchestra.run.smithi135.stdout: 5 92844 9.23 MB/sec execute 153 sec latency 201.869 ms 2023-11-21T10:57:29.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:29 smithi135 ceph-mon[107703]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 406 op/s 2023-11-21T10:57:29.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:29 smithi143 ceph-mon[110329]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 406 op/s 2023-11-21T10:57:30.205 INFO:teuthology.orchestra.run.smithi135.stdout: 5 93058 9.20 MB/sec execute 154 sec latency 113.200 ms 2023-11-21T10:57:31.206 INFO:teuthology.orchestra.run.smithi135.stdout: 5 93385 9.20 MB/sec execute 155 sec latency 126.601 ms 2023-11-21T10:57:32.204 INFO:teuthology.orchestra.run.smithi135.stdout: 5 93700 9.19 MB/sec execute 156 sec latency 135.738 ms 2023-11-21T10:57:32.237 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:32 smithi135 ceph-mon[107703]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-11-21T10:57:32.237 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:32 smithi143 ceph-mon[110329]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-11-21T10:57:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:33.213 INFO:teuthology.orchestra.run.smithi135.stdout: 5 93927 9.17 MB/sec execute 157 sec latency 127.906 ms 2023-11-21T10:57:34.218 INFO:teuthology.orchestra.run.smithi135.stdout: 5 94223 9.20 MB/sec execute 158 sec latency 135.251 ms 2023-11-21T10:57:34.540 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:34 smithi135 ceph-mon[107703]: pgmap v94: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-11-21T10:57:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:34 smithi143 ceph-mon[110329]: pgmap v94: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-11-21T10:57:35.218 INFO:teuthology.orchestra.run.smithi135.stdout: 5 94555 9.18 MB/sec execute 159 sec latency 133.473 ms 2023-11-21T10:57:35.557 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:35 smithi135 ceph-mon[107703]: pgmap v95: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-11-21T10:57:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:35 smithi143 ceph-mon[110329]: pgmap v95: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-11-21T10:57:36.220 INFO:teuthology.orchestra.run.smithi135.stdout: 5 94867 9.16 MB/sec execute 160 sec latency 143.363 ms 2023-11-21T10:57:37.221 INFO:teuthology.orchestra.run.smithi135.stdout: 5 95101 9.13 MB/sec execute 161 sec latency 125.142 ms 2023-11-21T10:57:38.221 INFO:teuthology.orchestra.run.smithi135.stdout: 5 95405 9.14 MB/sec execute 162 sec latency 125.983 ms 2023-11-21T10:57:38.358 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:38 smithi135 ceph-mon[107703]: pgmap v96: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 500 op/s 2023-11-21T10:57:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:38 smithi143 ceph-mon[110329]: pgmap v96: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 500 op/s 2023-11-21T10:57:38.895 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:57:39.231 INFO:teuthology.orchestra.run.smithi135.stdout: 5 95644 9.13 MB/sec execute 163 sec latency 129.739 ms 2023-11-21T10:57:39.830 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (9m) 2m ago 9m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (8m) 2m ago 8m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (5m) 2m ago 5m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (5m) 2m ago 5m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (10m) 2m ago 10m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (3m) 2m ago 8m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (10m) 2m ago 10m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (8m) 2m ago 8m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (4m) 2m ago 4m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:57:39.831 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (4m) 2m ago 4m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (8m) 2m ago 8m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (7m) 2m ago 7m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (7m) 2m ago 7m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (7m) 2m ago 7m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (6m) 2m ago 6m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (6m) 2m ago 6m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (6m) 2m ago 6m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (6m) 2m ago 6m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:57:39.832 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T10:57:40.236 INFO:teuthology.orchestra.run.smithi135.stdout: 5 95893 9.11 MB/sec execute 164 sec latency 120.772 ms 2023-11-21T10:57:40.379 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:57:40.379 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:57:40.379 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:57:40.380 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:57:40.381 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:57:40.381 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:57:40.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:40 smithi135 ceph-mon[107703]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:40.424 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:40 smithi135 ceph-mon[107703]: pgmap v97: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-21T10:57:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:40 smithi143 ceph-mon[110329]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:40 smithi143 ceph-mon[110329]: pgmap v97: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-21T10:57:40.834 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons", 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:57:40.835 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:57:41.245 INFO:teuthology.orchestra.run.smithi135.stdout: 5 96165 9.08 MB/sec execute 165 sec latency 123.714 ms 2023-11-21T10:57:41.420 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:57:41.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:41 smithi135 ceph-mon[107703]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:41.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:41 smithi135 ceph-mon[107703]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:41.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:41 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/724808702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:57:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:41 smithi143 ceph-mon[110329]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:41 smithi143 ceph-mon[110329]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:41 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/724808702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:57:42.247 INFO:teuthology.orchestra.run.smithi135.stdout: 5 96391 9.06 MB/sec execute 166 sec latency 127.094 ms 2023-11-21T10:57:42.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:42 smithi135 ceph-mon[107703]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:42.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:42 smithi135 ceph-mon[107703]: pgmap v98: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-21T10:57:42.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:42 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/1300559561' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:57:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:42 smithi143 ceph-mon[110329]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:57:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:42 smithi143 ceph-mon[110329]: pgmap v98: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-21T10:57:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:42 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/1300559561' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:57:43.247 INFO:teuthology.orchestra.run.smithi135.stdout: 5 96627 9.05 MB/sec execute 167 sec latency 131.318 ms 2023-11-21T10:57:44.247 INFO:teuthology.orchestra.run.smithi135.stdout: 5 96933 9.06 MB/sec execute 168 sec latency 131.843 ms 2023-11-21T10:57:44.531 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:44 smithi135 ceph-mon[107703]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-11-21T10:57:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:44 smithi143 ceph-mon[110329]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-11-21T10:57:45.247 INFO:teuthology.orchestra.run.smithi135.stdout: 5 97185 9.03 MB/sec execute 169 sec latency 143.756 ms 2023-11-21T10:57:46.247 INFO:teuthology.orchestra.run.smithi135.stdout: 5 97500 9.05 MB/sec execute 170 sec latency 124.710 ms 2023-11-21T10:57:46.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:46 smithi135 ceph-mon[107703]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-11-21T10:57:46.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:46 smithi143 ceph-mon[110329]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-11-21T10:57:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:57:47.254 INFO:teuthology.orchestra.run.smithi135.stdout: 5 97704 9.02 MB/sec execute 171 sec latency 126.617 ms 2023-11-21T10:57:47.599 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:47 smithi135 ceph-mon[107703]: pgmap v101: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 466 op/s 2023-11-21T10:57:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:47 smithi143 ceph-mon[110329]: pgmap v101: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 466 op/s 2023-11-21T10:57:48.254 INFO:teuthology.orchestra.run.smithi135.stdout: 5 97965 9.01 MB/sec execute 172 sec latency 146.482 ms 2023-11-21T10:57:49.254 INFO:teuthology.orchestra.run.smithi135.stdout: 5 98293 8.99 MB/sec execute 173 sec latency 140.274 ms 2023-11-21T10:57:50.254 INFO:teuthology.orchestra.run.smithi135.stdout: 5 98577 8.98 MB/sec execute 174 sec latency 93.599 ms 2023-11-21T10:57:50.405 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:50 smithi135 ceph-mon[107703]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-21T10:57:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:50 smithi143 ceph-mon[110329]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-21T10:57:51.254 INFO:teuthology.orchestra.run.smithi135.stdout: 5 98876 8.98 MB/sec execute 175 sec latency 151.802 ms 2023-11-21T10:57:52.263 INFO:teuthology.orchestra.run.smithi135.stdout: 5 99221 9.00 MB/sec execute 176 sec latency 129.877 ms 2023-11-21T10:57:52.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:52 smithi135 ceph-mon[107703]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-21T10:57:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:52 smithi143 ceph-mon[110329]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-21T10:57:53.271 INFO:teuthology.orchestra.run.smithi135.stdout: 5 99578 9.00 MB/sec execute 177 sec latency 129.933 ms 2023-11-21T10:57:54.271 INFO:teuthology.orchestra.run.smithi135.stdout: 5 99869 8.99 MB/sec execute 178 sec latency 129.409 ms 2023-11-21T10:57:54.498 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:54 smithi135 ceph-mon[107703]: pgmap v104: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-21T10:57:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:54 smithi143 ceph-mon[110329]: pgmap v104: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-21T10:57:55.275 INFO:teuthology.orchestra.run.smithi135.stdout: 5 100129 8.97 MB/sec execute 179 sec latency 136.756 ms 2023-11-21T10:57:56.275 INFO:teuthology.orchestra.run.smithi135.stdout: 5 100475 8.96 MB/sec execute 180 sec latency 130.098 ms 2023-11-21T10:57:56.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:56 smithi135 ceph-mon[107703]: pgmap v105: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T10:57:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:56 smithi143 ceph-mon[110329]: pgmap v105: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T10:57:57.275 INFO:teuthology.orchestra.run.smithi135.stdout: 5 100739 8.96 MB/sec execute 181 sec latency 129.590 ms 2023-11-21T10:57:57.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:57:57 smithi135 ceph-mon[107703]: pgmap v106: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 378 op/s 2023-11-21T10:57:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:57:57 smithi143 ceph-mon[110329]: pgmap v106: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 378 op/s 2023-11-21T10:57:58.275 INFO:teuthology.orchestra.run.smithi135.stdout: 5 101054 8.97 MB/sec execute 182 sec latency 126.765 ms 2023-11-21T10:57:59.282 INFO:teuthology.orchestra.run.smithi135.stdout: 5 101299 8.97 MB/sec execute 183 sec latency 196.879 ms 2023-11-21T10:58:00.282 INFO:teuthology.orchestra.run.smithi135.stdout: 5 101612 8.96 MB/sec execute 184 sec latency 135.339 ms 2023-11-21T10:58:00.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:00 smithi135 ceph-mon[107703]: pgmap v107: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-21T10:58:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:00 smithi143 ceph-mon[110329]: pgmap v107: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-21T10:58:01.283 INFO:teuthology.orchestra.run.smithi135.stdout: 5 101959 8.95 MB/sec execute 185 sec latency 134.559 ms 2023-11-21T10:58:01.412 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:01 smithi135 ceph-mon[107703]: pgmap v108: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T10:58:01.412 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:01 smithi143 ceph-mon[110329]: pgmap v108: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T10:58:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:02.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 102241 8.94 MB/sec execute 186 sec latency 129.998 ms 2023-11-21T10:58:03.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 102634 8.96 MB/sec execute 187 sec latency 191.738 ms 2023-11-21T10:58:04.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 103040 8.99 MB/sec execute 188 sec latency 124.088 ms 2023-11-21T10:58:04.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:04 smithi135 ceph-mon[107703]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-11-21T10:58:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:04 smithi143 ceph-mon[110329]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-11-21T10:58:05.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 103367 8.98 MB/sec execute 189 sec latency 133.503 ms 2023-11-21T10:58:06.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 103698 8.95 MB/sec execute 190 sec latency 130.340 ms 2023-11-21T10:58:06.520 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:06 smithi135 ceph-mon[107703]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-21T10:58:06.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:06 smithi143 ceph-mon[110329]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-21T10:58:07.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 104035 8.94 MB/sec execute 191 sec latency 127.092 ms 2023-11-21T10:58:07.537 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:07 smithi135 ceph-mon[107703]: pgmap v111: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-11-21T10:58:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:07 smithi143 ceph-mon[110329]: pgmap v111: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-11-21T10:58:08.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 104414 8.96 MB/sec execute 192 sec latency 119.451 ms 2023-11-21T10:58:09.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 104857 9.01 MB/sec execute 193 sec latency 129.506 ms 2023-11-21T10:58:09.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:09 smithi135 ceph-mon[107703]: pgmap v112: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 544 op/s 2023-11-21T10:58:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:09 smithi143 ceph-mon[110329]: pgmap v112: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 544 op/s 2023-11-21T10:58:10.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 105205 9.00 MB/sec execute 194 sec latency 141.452 ms 2023-11-21T10:58:11.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 105500 8.98 MB/sec execute 195 sec latency 125.686 ms 2023-11-21T10:58:11.839 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:58:12.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 105724 8.96 MB/sec execute 196 sec latency 149.419 ms 2023-11-21T10:58:12.408 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:12 smithi135 ceph-mon[107703]: pgmap v113: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-11-21T10:58:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:12 smithi143 ceph-mon[110329]: pgmap v113: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (9m) 3m ago 9m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (5m) 3m ago 5m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T10:58:12.700 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (5m) 3m ago 5m 13.0M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (10m) 3m ago 10m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (3m) 3m ago 9m 492M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (10m) 3m ago 10m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (9m) 3m ago 9m 57.1M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (5m) 3m ago 5m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (5m) 3m ago 5m 78.3M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (8m) 3m ago 8m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (8m) 3m ago 8m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (8m) 3m ago 8m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (7m) 3m ago 7m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T10:58:12.701 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (7m) 3m ago 7m 519M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T10:58:12.702 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (7m) 3m ago 7m 549M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T10:58:12.702 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (6m) 3m ago 6m 586M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T10:58:12.702 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (6m) 3m ago 6m 825M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T10:58:12.702 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T10:58:13.215 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T10:58:13.216 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T10:58:13.217 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T10:58:13.217 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T10:58:13.217 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T10:58:13.217 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:58:13.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 106013 8.96 MB/sec execute 197 sec latency 127.698 ms 2023-11-21T10:58:13.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:13 smithi135 ceph-mon[107703]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:13.448 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:13 smithi135 ceph-mon[107703]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:13.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:13 smithi143 ceph-mon[110329]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:13.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:13 smithi143 ceph-mon[110329]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:13.642 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Currently upgrading mgr daemons", 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": false 2023-11-21T10:58:13.643 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T10:58:14.178 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_OK 2023-11-21T10:58:14.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 106308 8.96 MB/sec execute 198 sec latency 196.177 ms 2023-11-21T10:58:14.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:14 smithi135 ceph-mon[107703]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:14.479 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:14 smithi135 ceph-mon[107703]: pgmap v114: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2023-11-21T10:58:14.479 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:14 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/94542788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:58:14.479 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:14 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/812650090' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:58:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:14 smithi143 ceph-mon[110329]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:14 smithi143 ceph-mon[110329]: pgmap v114: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2023-11-21T10:58:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:14 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/94542788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T10:58:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:14 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/812650090' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T10:58:15.249 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:15 smithi135 ceph-mon[107703]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:15.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 106610 8.97 MB/sec execute 199 sec latency 132.413 ms 2023-11-21T10:58:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:15 smithi143 ceph-mon[110329]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:16.279 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:16 smithi135 ceph-mon[107703]: pgmap v115: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-21T10:58:16.279 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:16.284 INFO:teuthology.orchestra.run.smithi135.stdout: 5 106888 8.95 MB/sec execute 200 sec latency 125.693 ms 2023-11-21T10:58:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:16 smithi143 ceph-mon[110329]: pgmap v115: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-21T10:58:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:17.285 INFO:teuthology.orchestra.run.smithi135.stdout: 5 107152 8.94 MB/sec execute 201 sec latency 148.645 ms 2023-11-21T10:58:18.285 INFO:teuthology.orchestra.run.smithi135.stdout: 5 107399 8.92 MB/sec execute 202 sec latency 138.310 ms 2023-11-21T10:58:18.372 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:18 smithi135 ceph-mon[107703]: pgmap v116: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-11-21T10:58:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:18 smithi143 ceph-mon[110329]: pgmap v116: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-11-21T10:58:19.285 INFO:teuthology.orchestra.run.smithi135.stdout: 5 107745 8.92 MB/sec execute 203 sec latency 128.734 ms 2023-11-21T10:58:20.285 INFO:teuthology.orchestra.run.smithi135.stdout: 5 108029 8.92 MB/sec execute 204 sec latency 129.817 ms 2023-11-21T10:58:20.418 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:20 smithi135 ceph-mon[107703]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-21T10:58:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:20 smithi143 ceph-mon[110329]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-21T10:58:21.285 INFO:teuthology.orchestra.run.smithi135.stdout: 5 108363 8.94 MB/sec execute 205 sec latency 129.549 ms 2023-11-21T10:58:21.439 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:21 smithi135 ceph-mon[107703]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-21T10:58:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:21 smithi143 ceph-mon[110329]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-21T10:58:22.290 INFO:teuthology.orchestra.run.smithi135.stdout: 5 108621 8.93 MB/sec execute 206 sec latency 157.251 ms 2023-11-21T10:58:23.290 INFO:teuthology.orchestra.run.smithi135.stdout: 5 108953 8.91 MB/sec execute 207 sec latency 146.317 ms 2023-11-21T10:58:24.290 INFO:teuthology.orchestra.run.smithi135.stdout: 5 109205 8.89 MB/sec execute 208 sec latency 119.205 ms 2023-11-21T10:58:24.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:24 smithi135 ceph-mon[107703]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2023-11-21T10:58:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:24 smithi143 ceph-mon[110329]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 560 op/s 2023-11-21T10:58:25.290 INFO:teuthology.orchestra.run.smithi135.stdout: 5 109424 8.87 MB/sec execute 209 sec latency 134.338 ms 2023-11-21T10:58:26.290 INFO:teuthology.orchestra.run.smithi135.stdout: 5 109783 8.90 MB/sec execute 210 sec latency 173.535 ms 2023-11-21T10:58:26.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:26 smithi135 ceph-mon[107703]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-21T10:58:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:26 smithi143 ceph-mon[110329]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-21T10:58:27.294 INFO:teuthology.orchestra.run.smithi135.stdout: 5 110123 8.89 MB/sec execute 211 sec latency 125.729 ms 2023-11-21T10:58:27.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:27 smithi135 ceph-mon[107703]: pgmap v121: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 424 op/s 2023-11-21T10:58:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:27 smithi143 ceph-mon[110329]: pgmap v121: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 424 op/s 2023-11-21T10:58:28.294 INFO:teuthology.orchestra.run.smithi135.stdout: 5 110493 8.91 MB/sec execute 212 sec latency 123.777 ms 2023-11-21T10:58:29.297 INFO:teuthology.orchestra.run.smithi135.stdout: 5 110708 8.88 MB/sec execute 213 sec latency 126.921 ms 2023-11-21T10:58:30.299 INFO:teuthology.orchestra.run.smithi135.stdout: 5 111097 8.89 MB/sec execute 214 sec latency 139.425 ms 2023-11-21T10:58:30.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:30 smithi135 ceph-mon[107703]: pgmap v122: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 394 op/s 2023-11-21T10:58:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:30 smithi143 ceph-mon[110329]: pgmap v122: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 394 op/s 2023-11-21T10:58:31.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 111455 8.89 MB/sec execute 215 sec latency 126.667 ms 2023-11-21T10:58:31.406 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:32.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 111726 8.89 MB/sec execute 216 sec latency 138.459 ms 2023-11-21T10:58:32.432 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:32 smithi135 ceph-mon[107703]: pgmap v123: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-21T10:58:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:32 smithi143 ceph-mon[110329]: pgmap v123: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-21T10:58:33.299 INFO:teuthology.orchestra.run.smithi135.stdout: 5 112064 8.90 MB/sec execute 217 sec latency 120.815 ms 2023-11-21T10:58:34.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 112428 8.90 MB/sec execute 218 sec latency 140.518 ms 2023-11-21T10:58:34.478 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:34 smithi135 ceph-mon[107703]: pgmap v124: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:58:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:34 smithi143 ceph-mon[110329]: pgmap v124: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-11-21T10:58:35.301 INFO:teuthology.orchestra.run.smithi135.stdout: 5 112750 8.88 MB/sec execute 219 sec latency 134.505 ms 2023-11-21T10:58:35.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:35 smithi135 ceph-mon[107703]: pgmap v125: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-21T10:58:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:35 smithi143 ceph-mon[110329]: pgmap v125: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-21T10:58:36.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 113000 8.87 MB/sec execute 220 sec latency 126.912 ms 2023-11-21T10:58:37.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 113315 8.88 MB/sec execute 221 sec latency 157.267 ms 2023-11-21T10:58:38.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 113644 8.88 MB/sec execute 222 sec latency 148.025 ms 2023-11-21T10:58:38.322 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:38 smithi135 ceph-mon[107703]: pgmap v126: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2023-11-21T10:58:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:38 smithi143 ceph-mon[110329]: pgmap v126: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2023-11-21T10:58:39.300 INFO:teuthology.orchestra.run.smithi135.stdout: 5 114011 8.89 MB/sec execute 223 sec latency 118.027 ms 2023-11-21T10:58:40.301 INFO:teuthology.orchestra.run.smithi135.stdout: 5 114228 8.87 MB/sec execute 224 sec latency 126.054 ms 2023-11-21T10:58:40.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:40 smithi135 ceph-mon[107703]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-11-21T10:58:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:40 smithi143 ceph-mon[110329]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-11-21T10:58:41.303 INFO:teuthology.orchestra.run.smithi135.stdout: 5 114574 8.88 MB/sec execute 225 sec latency 126.511 ms 2023-11-21T10:58:41.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:41 smithi135 ceph-mon[107703]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-21T10:58:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:41 smithi143 ceph-mon[110329]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-21T10:58:42.303 INFO:teuthology.orchestra.run.smithi135.stdout: 5 114934 8.87 MB/sec execute 226 sec latency 137.855 ms 2023-11-21T10:58:43.303 INFO:teuthology.orchestra.run.smithi135.stdout: 5 115281 8.90 MB/sec execute 227 sec latency 126.378 ms 2023-11-21T10:58:43.480 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T10:58:43.480 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:43.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:58:43.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: pgmap v129: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 613 op/s 2023-11-21T10:58:43.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:43.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:43 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T10:58:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T10:58:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: pgmap v129: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 613 op/s 2023-11-21T10:58:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:43 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:44.304 INFO:teuthology.orchestra.run.smithi135.stdout: 5 115551 8.89 MB/sec execute 228 sec latency 210.277 ms 2023-11-21T10:58:44.491 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:44 smithi135 ceph-mon[107703]: Health check failed: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-21T10:58:44.658 INFO:teuthology.orchestra.run.smithi135.stdout:true 2023-11-21T10:58:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:44 smithi143 ceph-mon[110329]: Health check failed: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-21T10:58:45.167 INFO:teuthology.orchestra.run.smithi135.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed." 2023-11-21T10:58:45.304 INFO:teuthology.orchestra.run.smithi135.stdout: 5 115878 8.89 MB/sec execute 229 sec latency 123.491 ms 2023-11-21T10:58:45.498 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:45 smithi135 ceph-mon[107703]: pgmap v130: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-21T10:58:45.498 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:45 smithi135 ceph-mon[107703]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:45.498 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:45 smithi135 ceph-mon[107703]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:45.498 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:45 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:45.499 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:45 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:45 smithi143 ceph-mon[110329]: pgmap v130: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-21T10:58:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:45 smithi143 ceph-mon[110329]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:45 smithi143 ceph-mon[110329]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T10:58:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:45 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:45 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:46.304 INFO:teuthology.orchestra.run.smithi135.stdout: 5 116232 8.86 MB/sec execute 230 sec latency 140.775 ms 2023-11-21T10:58:47.295 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:47 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:47.296 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:47 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:47.296 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:47 smithi135 ceph-mon[107703]: pgmap v131: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-21T10:58:47.304 INFO:teuthology.orchestra.run.smithi135.stdout: 5 116471 8.85 MB/sec execute 231 sec latency 139.544 ms 2023-11-21T10:58:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:47 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T10:58:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:47 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:58:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:47 smithi143 ceph-mon[110329]: pgmap v131: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-21T10:58:48.312 INFO:teuthology.orchestra.run.smithi135.stdout: 5 116821 8.86 MB/sec execute 232 sec latency 126.810 ms 2023-11-21T10:58:48.559 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:48 smithi135 ceph-mon[107703]: pgmap v132: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-11-21T10:58:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:48 smithi143 ceph-mon[110329]: pgmap v132: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-11-21T10:58:49.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 117242 8.87 MB/sec execute 233 sec latency 125.413 ms 2023-11-21T10:58:50.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 117593 8.87 MB/sec execute 234 sec latency 126.765 ms 2023-11-21T10:58:50.584 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:50 smithi135 ceph-mon[107703]: pgmap v133: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-11-21T10:58:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:50 smithi143 ceph-mon[110329]: pgmap v133: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-11-21T10:58:51.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 117794 8.87 MB/sec execute 235 sec latency 147.537 ms 2023-11-21T10:58:52.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 118064 8.87 MB/sec execute 236 sec latency 134.171 ms 2023-11-21T10:58:52.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:52 smithi135 ceph-mon[107703]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-21T10:58:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:52 smithi143 ceph-mon[110329]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-21T10:58:53.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 118374 8.86 MB/sec execute 237 sec latency 130.367 ms 2023-11-21T10:58:54.323 INFO:teuthology.orchestra.run.smithi135.stdout: 5 118620 8.85 MB/sec execute 238 sec latency 139.513 ms 2023-11-21T10:58:54.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:54 smithi135 ceph-mon[107703]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-11-21T10:58:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:54 smithi143 ceph-mon[110329]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-11-21T10:58:55.332 INFO:teuthology.orchestra.run.smithi135.stdout: 5 118919 8.87 MB/sec execute 239 sec latency 125.818 ms 2023-11-21T10:58:56.338 INFO:teuthology.orchestra.run.smithi135.stdout: 5 119201 8.85 MB/sec execute 240 sec latency 130.874 ms 2023-11-21T10:58:56.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:56 smithi135 ceph-mon[107703]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-11-21T10:58:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:56 smithi143 ceph-mon[110329]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-11-21T10:58:57.339 INFO:teuthology.orchestra.run.smithi135.stdout: 5 119557 8.85 MB/sec execute 241 sec latency 113.500 ms 2023-11-21T10:58:58.348 INFO:teuthology.orchestra.run.smithi135.stdout: 5 119760 8.83 MB/sec execute 242 sec latency 198.103 ms 2023-11-21T10:58:58.485 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:58:58 smithi135 ceph-mon[107703]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-21T10:58:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:58:58 smithi143 ceph-mon[110329]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-21T10:58:59.353 INFO:teuthology.orchestra.run.smithi135.stdout: 5 120099 8.83 MB/sec execute 243 sec latency 128.193 ms 2023-11-21T10:59:00.353 INFO:teuthology.orchestra.run.smithi135.stdout: 5 120498 8.84 MB/sec execute 244 sec latency 105.567 ms 2023-11-21T10:59:00.534 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:00 smithi135 ceph-mon[107703]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-21T10:59:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:00 smithi143 ceph-mon[110329]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-21T10:59:01.353 INFO:teuthology.orchestra.run.smithi135.stdout: 5 120782 8.82 MB/sec execute 245 sec latency 132.314 ms 2023-11-21T10:59:01.555 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:02.353 INFO:teuthology.orchestra.run.smithi135.stdout: 5 121081 8.82 MB/sec execute 246 sec latency 145.519 ms 2023-11-21T10:59:02.596 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:02 smithi135 ceph-mon[107703]: pgmap v139: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-11-21T10:59:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:02 smithi143 ceph-mon[110329]: pgmap v139: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-11-21T10:59:03.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 121429 8.82 MB/sec execute 247 sec latency 130.007 ms 2023-11-21T10:59:04.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 121777 8.83 MB/sec execute 248 sec latency 133.318 ms 2023-11-21T10:59:04.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:04 smithi135 ceph-mon[107703]: pgmap v140: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-21T10:59:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:04 smithi143 ceph-mon[110329]: pgmap v140: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-21T10:59:05.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 122011 8.83 MB/sec execute 249 sec latency 146.338 ms 2023-11-21T10:59:06.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 122277 8.84 MB/sec execute 250 sec latency 160.943 ms 2023-11-21T10:59:06.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:06 smithi135 ceph-mon[107703]: pgmap v141: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-21T10:59:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:06 smithi143 ceph-mon[110329]: pgmap v141: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-21T10:59:07.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 122517 8.83 MB/sec execute 251 sec latency 138.577 ms 2023-11-21T10:59:08.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 122738 8.82 MB/sec execute 252 sec latency 126.829 ms 2023-11-21T10:59:08.500 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:08 smithi135 ceph-mon[107703]: pgmap v142: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 540 op/s 2023-11-21T10:59:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:08 smithi143 ceph-mon[110329]: pgmap v142: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 540 op/s 2023-11-21T10:59:09.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 122944 8.79 MB/sec execute 253 sec latency 129.764 ms 2023-11-21T10:59:10.362 INFO:teuthology.orchestra.run.smithi135.stdout: 5 123210 8.77 MB/sec execute 254 sec latency 129.849 ms 2023-11-21T10:59:10.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:10 smithi135 ceph-mon[107703]: pgmap v143: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-11-21T10:59:10.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:10 smithi143 ceph-mon[110329]: pgmap v143: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-11-21T10:59:11.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 123455 8.76 MB/sec execute 255 sec latency 204.448 ms 2023-11-21T10:59:12.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 123744 8.76 MB/sec execute 256 sec latency 138.711 ms 2023-11-21T10:59:12.614 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:12 smithi135 ceph-mon[107703]: pgmap v144: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-21T10:59:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:12 smithi143 ceph-mon[110329]: pgmap v144: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-21T10:59:13.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 124122 8.76 MB/sec execute 257 sec latency 109.602 ms 2023-11-21T10:59:14.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 124458 8.76 MB/sec execute 258 sec latency 127.060 ms 2023-11-21T10:59:14.648 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:14 smithi135 ceph-mon[107703]: pgmap v145: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-21T10:59:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:14 smithi143 ceph-mon[110329]: pgmap v145: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-21T10:59:15.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 124817 8.76 MB/sec execute 259 sec latency 125.956 ms 2023-11-21T10:59:16.361 INFO:teuthology.orchestra.run.smithi135.stdout: 5 125159 8.78 MB/sec execute 260 sec latency 123.489 ms 2023-11-21T10:59:16.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:17.364 INFO:teuthology.orchestra.run.smithi135.stdout: 5 125451 8.77 MB/sec execute 261 sec latency 122.919 ms 2023-11-21T10:59:17.486 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:17 smithi135 ceph-mon[107703]: pgmap v146: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-21T10:59:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:17 smithi143 ceph-mon[110329]: pgmap v146: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-21T10:59:18.364 INFO:teuthology.orchestra.run.smithi135.stdout: 5 125719 8.78 MB/sec execute 262 sec latency 126.504 ms 2023-11-21T10:59:18.522 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:18 smithi135 ceph-mon[107703]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-11-21T10:59:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:18 smithi143 ceph-mon[110329]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-11-21T10:59:19.364 INFO:teuthology.orchestra.run.smithi135.stdout: 5 125961 8.78 MB/sec execute 263 sec latency 154.127 ms 2023-11-21T10:59:20.372 INFO:teuthology.orchestra.run.smithi135.stdout: 5 126210 8.77 MB/sec execute 264 sec latency 126.490 ms 2023-11-21T10:59:20.531 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:20 smithi135 ceph-mon[107703]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-21T10:59:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:20 smithi143 ceph-mon[110329]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-21T10:59:21.372 INFO:teuthology.orchestra.run.smithi135.stdout: 5 126404 8.75 MB/sec execute 265 sec latency 141.033 ms 2023-11-21T10:59:22.378 INFO:teuthology.orchestra.run.smithi135.stdout: 5 126644 8.73 MB/sec execute 266 sec latency 126.848 ms 2023-11-21T10:59:22.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:22 smithi135 ceph-mon[107703]: pgmap v149: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-21T10:59:22.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:22 smithi143 ceph-mon[110329]: pgmap v149: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-21T10:59:23.379 INFO:teuthology.orchestra.run.smithi135.stdout: 5 126913 8.72 MB/sec execute 267 sec latency 121.544 ms 2023-11-21T10:59:24.379 INFO:teuthology.orchestra.run.smithi135.stdout: 5 127166 8.71 MB/sec execute 268 sec latency 144.976 ms 2023-11-21T10:59:24.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:24 smithi135 ceph-mon[107703]: pgmap v150: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-21T10:59:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:24 smithi143 ceph-mon[110329]: pgmap v150: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-21T10:59:25.379 INFO:teuthology.orchestra.run.smithi135.stdout: 5 127483 8.71 MB/sec execute 269 sec latency 100.179 ms 2023-11-21T10:59:26.379 INFO:teuthology.orchestra.run.smithi135.stdout: 5 127829 8.71 MB/sec execute 270 sec latency 127.352 ms 2023-11-21T10:59:26.678 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:26 smithi135 ceph-mon[107703]: pgmap v151: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-21T10:59:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:26 smithi143 ceph-mon[110329]: pgmap v151: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-21T10:59:27.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 128152 8.72 MB/sec execute 271 sec latency 129.189 ms 2023-11-21T10:59:28.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 128496 8.71 MB/sec execute 272 sec latency 124.447 ms 2023-11-21T10:59:28.482 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:28 smithi135 ceph-mon[107703]: pgmap v152: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-21T10:59:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:28 smithi143 ceph-mon[110329]: pgmap v152: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-21T10:59:29.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 128770 8.71 MB/sec execute 273 sec latency 128.921 ms 2023-11-21T10:59:30.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 129039 8.72 MB/sec execute 274 sec latency 143.968 ms 2023-11-21T10:59:30.568 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:30 smithi135 ceph-mon[107703]: pgmap v153: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 333 op/s 2023-11-21T10:59:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:30 smithi143 ceph-mon[110329]: pgmap v153: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 333 op/s 2023-11-21T10:59:31.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 129316 8.72 MB/sec execute 275 sec latency 155.260 ms 2023-11-21T10:59:31.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:32.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 129510 8.71 MB/sec execute 276 sec latency 130.026 ms 2023-11-21T10:59:32.634 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:32 smithi135 ceph-mon[107703]: pgmap v154: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T10:59:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:32 smithi143 ceph-mon[110329]: pgmap v154: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T10:59:33.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 129752 8.69 MB/sec execute 277 sec latency 140.250 ms 2023-11-21T10:59:34.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 129989 8.68 MB/sec execute 278 sec latency 137.125 ms 2023-11-21T10:59:34.697 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:34 smithi135 ceph-mon[107703]: pgmap v155: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-21T10:59:34.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:34 smithi143 ceph-mon[110329]: pgmap v155: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-21T10:59:35.386 INFO:teuthology.orchestra.run.smithi135.stdout: 5 130192 8.67 MB/sec execute 279 sec latency 147.965 ms 2023-11-21T10:59:36.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 130484 8.66 MB/sec execute 280 sec latency 186.552 ms 2023-11-21T10:59:36.515 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:36 smithi135 ceph-mon[107703]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-21T10:59:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:36 smithi143 ceph-mon[110329]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-21T10:59:37.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 130719 8.64 MB/sec execute 281 sec latency 133.177 ms 2023-11-21T10:59:38.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 131005 8.63 MB/sec execute 282 sec latency 135.288 ms 2023-11-21T10:59:38.555 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:38 smithi135 ceph-mon[107703]: pgmap v157: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-21T10:59:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:38 smithi143 ceph-mon[110329]: pgmap v157: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-21T10:59:39.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 131385 8.63 MB/sec execute 283 sec latency 118.907 ms 2023-11-21T10:59:40.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 131695 8.63 MB/sec execute 284 sec latency 180.261 ms 2023-11-21T10:59:40.588 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:40 smithi135 ceph-mon[107703]: pgmap v158: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-21T10:59:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:40 smithi143 ceph-mon[110329]: pgmap v158: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-21T10:59:41.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 132024 8.64 MB/sec execute 285 sec latency 123.513 ms 2023-11-21T10:59:42.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 132295 8.66 MB/sec execute 286 sec latency 140.075 ms 2023-11-21T10:59:42.643 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:42 smithi135 ceph-mon[107703]: pgmap v159: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-11-21T10:59:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:42 smithi143 ceph-mon[110329]: pgmap v159: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-11-21T10:59:43.389 INFO:teuthology.orchestra.run.smithi135.stdout: 5 132521 8.65 MB/sec execute 287 sec latency 88.600 ms 2023-11-21T10:59:44.393 INFO:teuthology.orchestra.run.smithi135.stdout: 5 132802 8.66 MB/sec execute 288 sec latency 128.196 ms 2023-11-21T10:59:44.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:44 smithi135 ceph-mon[107703]: pgmap v160: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-11-21T10:59:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:44 smithi143 ceph-mon[110329]: pgmap v160: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-11-21T10:59:45.393 INFO:teuthology.orchestra.run.smithi135.stdout: 5 133039 8.65 MB/sec execute 289 sec latency 150.609 ms 2023-11-21T10:59:46.262 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:46.393 INFO:teuthology.orchestra.run.smithi135.stdout: 5 133263 8.63 MB/sec execute 290 sec latency 135.767 ms 2023-11-21T10:59:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T10:59:47.281 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:47 smithi135 ceph-mon[107703]: pgmap v161: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-11-21T10:59:47.400 INFO:teuthology.orchestra.run.smithi135.stdout: 5 133564 8.62 MB/sec execute 291 sec latency 134.196 ms 2023-11-21T10:59:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:47 smithi143 ceph-mon[110329]: pgmap v161: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-11-21T10:59:48.405 INFO:teuthology.orchestra.run.smithi135.stdout: 5 133892 8.61 MB/sec execute 292 sec latency 126.911 ms 2023-11-21T10:59:48.555 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:48 smithi135 ceph-mon[107703]: pgmap v162: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-21T10:59:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:48 smithi143 ceph-mon[110329]: pgmap v162: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-21T10:59:49.410 INFO:teuthology.orchestra.run.smithi135.stdout: 5 134252 8.62 MB/sec execute 293 sec latency 130.883 ms 2023-11-21T10:59:50.410 INFO:teuthology.orchestra.run.smithi135.stdout: 5 134575 8.60 MB/sec execute 294 sec latency 137.778 ms 2023-11-21T10:59:51.410 INFO:teuthology.orchestra.run.smithi135.stdout: 5 135025 8.61 MB/sec execute 295 sec latency 149.627 ms 2023-11-21T10:59:51.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:51 smithi135 ceph-mon[107703]: pgmap v163: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 335 op/s 2023-11-21T10:59:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:51 smithi143 ceph-mon[110329]: pgmap v163: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 335 op/s 2023-11-21T10:59:52.410 INFO:teuthology.orchestra.run.smithi135.stdout: 5 135374 8.62 MB/sec execute 296 sec latency 136.563 ms 2023-11-21T10:59:53.412 INFO:teuthology.orchestra.run.smithi135.stdout: 5 135754 8.64 MB/sec execute 297 sec latency 129.042 ms 2023-11-21T10:59:53.690 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:53 smithi135 ceph-mon[107703]: pgmap v164: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-11-21T10:59:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:53 smithi143 ceph-mon[110329]: pgmap v164: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-11-21T10:59:54.416 INFO:teuthology.orchestra.run.smithi135.stdout: 5 136159 8.66 MB/sec execute 298 sec latency 218.453 ms 2023-11-21T10:59:55.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 136487 8.68 MB/sec execute 299 sec latency 123.481 ms 2023-11-21T10:59:55.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:55 smithi135 ceph-mon[107703]: pgmap v165: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-11-21T10:59:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:55 smithi143 ceph-mon[110329]: pgmap v165: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-11-21T10:59:56.419 INFO:teuthology.orchestra.run.smithi135.stdout: 5 136721 8.66 MB/sec execute 300 sec latency 129.905 ms 2023-11-21T10:59:57.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 136954 8.64 MB/sec execute 301 sec latency 123.840 ms 2023-11-21T10:59:57.517 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:57 smithi135 ceph-mon[107703]: pgmap v166: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-11-21T10:59:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:57 smithi143 ceph-mon[110329]: pgmap v166: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-11-21T10:59:58.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 137241 8.63 MB/sec execute 302 sec latency 133.261 ms 2023-11-21T10:59:59.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 137517 8.63 MB/sec execute 303 sec latency 129.104 ms 2023-11-21T10:59:59.589 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 10:59:59 smithi135 ceph-mon[107703]: pgmap v167: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 572 op/s 2023-11-21T10:59:59.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 10:59:59 smithi143 ceph-mon[110329]: pgmap v167: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 572 op/s 2023-11-21T11:00:00.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 137845 8.62 MB/sec execute 304 sec latency 140.421 ms 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: Upgrade daemon: mgr.smithi135.jalnrh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi135.jalnrh ... 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: Traceback (most recent call last): 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: "__main__", mod_spec) 2023-11-21T11:00:00.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: exec(code, run_globals) 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7881, in 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7869, in main 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-21T11:00:00.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: File "/tmp/tmp4ldyjvg8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-21T11:00:00.608 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:00 smithi135 ceph-mon[107703]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: Upgrade daemon: mgr.smithi135.jalnrh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi135.jalnrh ... 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: Traceback (most recent call last): 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-21T11:00:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: "__main__", mod_spec) 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: exec(code, run_globals) 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7881, in 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7869, in main 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: File "/tmp/tmp4ldyjvg8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-21T11:00:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:00 smithi143 ceph-mon[110329]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-21T11:00:01.420 INFO:teuthology.orchestra.run.smithi135.stdout: 5 138221 8.62 MB/sec execute 305 sec latency 123.923 ms 2023-11-21T11:00:01.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:01 smithi135 ceph-mon[107703]: pgmap v168: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-11-21T11:00:01.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:01 smithi143 ceph-mon[110329]: pgmap v168: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-11-21T11:00:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:02.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 138539 8.61 MB/sec execute 306 sec latency 114.604 ms 2023-11-21T11:00:03.429 INFO:teuthology.orchestra.run.smithi135.stdout: 5 138962 8.63 MB/sec execute 307 sec latency 204.437 ms 2023-11-21T11:00:03.713 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:03 smithi135 ceph-mon[107703]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 602 op/s 2023-11-21T11:00:03.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:03 smithi143 ceph-mon[110329]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 602 op/s 2023-11-21T11:00:04.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 139348 8.65 MB/sec execute 308 sec latency 211.051 ms 2023-11-21T11:00:05.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 139692 8.67 MB/sec execute 309 sec latency 130.659 ms 2023-11-21T11:00:05.752 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:05 smithi135 ceph-mon[107703]: pgmap v170: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-21T11:00:05.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:05 smithi143 ceph-mon[110329]: pgmap v170: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-21T11:00:06.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 139963 8.67 MB/sec execute 310 sec latency 147.728 ms 2023-11-21T11:00:07.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 140221 8.66 MB/sec execute 311 sec latency 130.824 ms 2023-11-21T11:00:07.552 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:07 smithi135 ceph-mon[107703]: pgmap v171: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-21T11:00:07.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:07 smithi143 ceph-mon[110329]: pgmap v171: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-21T11:00:08.430 INFO:teuthology.orchestra.run.smithi135.stdout: 5 140396 8.64 MB/sec execute 312 sec latency 132.837 ms 2023-11-21T11:00:09.441 INFO:teuthology.orchestra.run.smithi135.stdout: 5 140655 8.63 MB/sec execute 313 sec latency 126.335 ms 2023-11-21T11:00:09.644 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:09 smithi135 ceph-mon[107703]: pgmap v172: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.4 MiB/s wr, 585 op/s 2023-11-21T11:00:09.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:09 smithi143 ceph-mon[110329]: pgmap v172: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.4 MiB/s wr, 585 op/s 2023-11-21T11:00:10.441 INFO:teuthology.orchestra.run.smithi135.stdout: 5 140945 8.61 MB/sec execute 314 sec latency 131.639 ms 2023-11-21T11:00:11.441 INFO:teuthology.orchestra.run.smithi135.stdout: 5 141227 8.61 MB/sec execute 315 sec latency 159.339 ms 2023-11-21T11:00:11.691 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:11 smithi135 ceph-mon[107703]: pgmap v173: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-21T11:00:11.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:11 smithi143 ceph-mon[110329]: pgmap v173: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-21T11:00:12.451 INFO:teuthology.orchestra.run.smithi135.stdout: 5 141439 8.60 MB/sec execute 316 sec latency 130.132 ms 2023-11-21T11:00:13.451 INFO:teuthology.orchestra.run.smithi135.stdout: 5 141801 8.60 MB/sec execute 317 sec latency 129.361 ms 2023-11-21T11:00:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:13 smithi135 ceph-mon[107703]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2023-11-21T11:00:13.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:13 smithi143 ceph-mon[110329]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2023-11-21T11:00:14.451 INFO:teuthology.orchestra.run.smithi135.stdout: 5 142069 8.59 MB/sec execute 318 sec latency 117.942 ms 2023-11-21T11:00:15.452 INFO:teuthology.orchestra.run.smithi135.stdout: 5 142444 8.60 MB/sec execute 319 sec latency 123.809 ms 2023-11-21T11:00:15.810 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:15 smithi135 ceph-mon[107703]: pgmap v175: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-11-21T11:00:15.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:15 smithi143 ceph-mon[110329]: pgmap v175: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-11-21T11:00:16.452 INFO:teuthology.orchestra.run.smithi135.stdout: 5 142798 8.61 MB/sec execute 320 sec latency 134.642 ms 2023-11-21T11:00:16.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:16.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:17.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 143099 8.62 MB/sec execute 321 sec latency 170.233 ms 2023-11-21T11:00:17.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:17 smithi135 ceph-mon[107703]: pgmap v176: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-11-21T11:00:17.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:17 smithi143 ceph-mon[110329]: pgmap v176: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-11-21T11:00:18.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 143454 8.64 MB/sec execute 322 sec latency 198.891 ms 2023-11-21T11:00:19.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 143693 8.62 MB/sec execute 323 sec latency 138.300 ms 2023-11-21T11:00:19.674 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:19 smithi135 ceph-mon[107703]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2023-11-21T11:00:19.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:19 smithi143 ceph-mon[110329]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2023-11-21T11:00:20.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 143957 8.62 MB/sec execute 324 sec latency 135.825 ms 2023-11-21T11:00:21.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 144263 8.61 MB/sec execute 325 sec latency 134.802 ms 2023-11-21T11:00:21.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:21 smithi135 ceph-mon[107703]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-21T11:00:21.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:21 smithi143 ceph-mon[110329]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-21T11:00:22.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 144449 8.60 MB/sec execute 326 sec latency 126.505 ms 2023-11-21T11:00:23.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 144730 8.58 MB/sec execute 327 sec latency 117.434 ms 2023-11-21T11:00:23.854 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:23 smithi135 ceph-mon[107703]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-21T11:00:23.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:23 smithi143 ceph-mon[110329]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-21T11:00:24.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 144993 8.57 MB/sec execute 328 sec latency 120.812 ms 2023-11-21T11:00:25.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 145244 8.56 MB/sec execute 329 sec latency 126.899 ms 2023-11-21T11:00:25.635 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:25 smithi135 ceph-mon[107703]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-21T11:00:25.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:25 smithi143 ceph-mon[110329]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-21T11:00:26.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 145450 8.55 MB/sec execute 330 sec latency 114.726 ms 2023-11-21T11:00:27.459 INFO:teuthology.orchestra.run.smithi135.stdout: 5 145789 8.56 MB/sec execute 331 sec latency 118.011 ms 2023-11-21T11:00:27.691 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:27 smithi135 ceph-mon[107703]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-21T11:00:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:27 smithi143 ceph-mon[110329]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-21T11:00:28.466 INFO:teuthology.orchestra.run.smithi135.stdout: 5 146064 8.55 MB/sec execute 332 sec latency 127.398 ms 2023-11-21T11:00:29.466 INFO:teuthology.orchestra.run.smithi135.stdout: 5 146380 8.57 MB/sec execute 333 sec latency 127.137 ms 2023-11-21T11:00:29.720 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:29 smithi135 ceph-mon[107703]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 517 op/s 2023-11-21T11:00:29.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:29 smithi143 ceph-mon[110329]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 517 op/s 2023-11-21T11:00:30.467 INFO:teuthology.orchestra.run.smithi135.stdout: 5 146577 8.56 MB/sec execute 334 sec latency 143.565 ms 2023-11-21T11:00:31.473 INFO:teuthology.orchestra.run.smithi135.stdout: 5 146840 8.57 MB/sec execute 335 sec latency 195.280 ms 2023-11-21T11:00:31.804 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:31 smithi135 ceph-mon[107703]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-11-21T11:00:31.804 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:31.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:31 smithi143 ceph-mon[110329]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-11-21T11:00:31.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:32.471 INFO:teuthology.orchestra.run.smithi135.stdout: 5 147156 8.57 MB/sec execute 336 sec latency 135.369 ms 2023-11-21T11:00:33.471 INFO:teuthology.orchestra.run.smithi135.stdout: 5 147422 8.56 MB/sec execute 337 sec latency 143.169 ms 2023-11-21T11:00:33.859 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:33 smithi135 ceph-mon[107703]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-11-21T11:00:33.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:33 smithi143 ceph-mon[110329]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-11-21T11:00:34.472 INFO:teuthology.orchestra.run.smithi135.stdout: 5 147718 8.55 MB/sec execute 338 sec latency 129.531 ms 2023-11-21T11:00:35.473 INFO:teuthology.orchestra.run.smithi135.stdout: 5 148048 8.55 MB/sec execute 339 sec latency 108.596 ms 2023-11-21T11:00:35.891 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:35 smithi135 ceph-mon[107703]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-21T11:00:35.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:35 smithi143 ceph-mon[110329]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-21T11:00:36.473 INFO:teuthology.orchestra.run.smithi135.stdout: 5 148406 8.55 MB/sec execute 340 sec latency 129.887 ms 2023-11-21T11:00:37.473 INFO:teuthology.orchestra.run.smithi135.stdout: 5 148786 8.54 MB/sec execute 341 sec latency 127.081 ms 2023-11-21T11:00:37.915 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:37 smithi135 ceph-mon[107703]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-21T11:00:37.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:37 smithi143 ceph-mon[110329]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-21T11:00:38.473 INFO:teuthology.orchestra.run.smithi135.stdout: 5 149093 8.53 MB/sec execute 342 sec latency 126.591 ms 2023-11-21T11:00:39.474 INFO:teuthology.orchestra.run.smithi135.stdout: 5 149419 8.54 MB/sec execute 343 sec latency 108.097 ms 2023-11-21T11:00:39.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:39 smithi135 ceph-mon[107703]: pgmap v187: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 522 op/s 2023-11-21T11:00:39.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:39 smithi143 ceph-mon[110329]: pgmap v187: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 522 op/s 2023-11-21T11:00:40.474 INFO:teuthology.orchestra.run.smithi135.stdout: 5 149793 8.56 MB/sec execute 344 sec latency 127.979 ms 2023-11-21T11:00:41.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 150126 8.57 MB/sec execute 345 sec latency 126.376 ms 2023-11-21T11:00:41.748 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:41 smithi135 ceph-mon[107703]: pgmap v188: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T11:00:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:41 smithi143 ceph-mon[110329]: pgmap v188: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-21T11:00:42.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 150441 8.58 MB/sec execute 346 sec latency 126.235 ms 2023-11-21T11:00:43.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 150709 8.58 MB/sec execute 347 sec latency 126.834 ms 2023-11-21T11:00:43.778 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:43 smithi135 ceph-mon[107703]: pgmap v189: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.0 MiB/s wr, 550 op/s 2023-11-21T11:00:43.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:43 smithi143 ceph-mon[110329]: pgmap v189: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.0 MiB/s wr, 550 op/s 2023-11-21T11:00:44.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 151015 8.57 MB/sec execute 348 sec latency 107.115 ms 2023-11-21T11:00:45.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 151184 8.55 MB/sec execute 349 sec latency 131.875 ms 2023-11-21T11:00:45.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:45 smithi135 ceph-mon[107703]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-21T11:00:45.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:45 smithi143 ceph-mon[110329]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-21T11:00:46.476 INFO:teuthology.orchestra.run.smithi135.stdout: 5 151320 8.53 MB/sec execute 350 sec latency 163.927 ms 2023-11-21T11:00:46.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:00:47.478 INFO:teuthology.orchestra.run.smithi135.stdout: 5 151539 8.52 MB/sec execute 351 sec latency 138.101 ms 2023-11-21T11:00:47.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:47 smithi135 ceph-mon[107703]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-21T11:00:47.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:47 smithi143 ceph-mon[110329]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-21T11:00:48.481 INFO:teuthology.orchestra.run.smithi135.stdout: 5 151772 8.52 MB/sec execute 352 sec latency 146.035 ms 2023-11-21T11:00:49.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 152035 8.51 MB/sec execute 354 sec latency 124.057 ms 2023-11-21T11:00:49.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:49 smithi135 ceph-mon[107703]: pgmap v192: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-11-21T11:00:49.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:49 smithi143 ceph-mon[110329]: pgmap v192: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-11-21T11:00:50.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 152445 8.50 MB/sec execute 355 sec latency 127.206 ms 2023-11-21T11:00:51.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 152748 8.50 MB/sec execute 356 sec latency 204.457 ms 2023-11-21T11:00:51.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:51 smithi135 ceph-mon[107703]: pgmap v193: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 345 op/s 2023-11-21T11:00:51.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:51 smithi143 ceph-mon[110329]: pgmap v193: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 345 op/s 2023-11-21T11:00:52.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 153126 8.51 MB/sec execute 357 sec latency 135.584 ms 2023-11-21T11:00:53.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 153430 8.52 MB/sec execute 358 sec latency 140.579 ms 2023-11-21T11:00:53.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:53 smithi135 ceph-mon[107703]: pgmap v194: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-21T11:00:53.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:53 smithi143 ceph-mon[110329]: pgmap v194: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-21T11:00:54.482 INFO:teuthology.orchestra.run.smithi135.stdout: 5 153803 8.54 MB/sec execute 359 sec latency 123.855 ms 2023-11-21T11:00:55.491 INFO:teuthology.orchestra.run.smithi135.stdout: 5 154119 8.55 MB/sec execute 360 sec latency 149.046 ms 2023-11-21T11:00:55.852 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:55 smithi135 ceph-mon[107703]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 340 op/s 2023-11-21T11:00:55.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:55 smithi143 ceph-mon[110329]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 340 op/s 2023-11-21T11:00:56.491 INFO:teuthology.orchestra.run.smithi135.stdout: 5 154366 8.54 MB/sec execute 361 sec latency 145.904 ms 2023-11-21T11:00:57.491 INFO:teuthology.orchestra.run.smithi135.stdout: 5 154588 8.53 MB/sec execute 362 sec latency 143.597 ms 2023-11-21T11:00:57.901 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:57 smithi135 ceph-mon[107703]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 340 op/s 2023-11-21T11:00:57.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:57 smithi143 ceph-mon[110329]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 340 op/s 2023-11-21T11:00:58.491 INFO:teuthology.orchestra.run.smithi135.stdout: 5 154879 8.52 MB/sec execute 363 sec latency 129.493 ms 2023-11-21T11:00:59.491 INFO:teuthology.orchestra.run.smithi135.stdout: 5 155170 8.51 MB/sec execute 364 sec latency 126.913 ms 2023-11-21T11:00:59.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:00:59 smithi135 ceph-mon[107703]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-21T11:01:00.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:00:59 smithi143 ceph-mon[110329]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-21T11:01:00.494 INFO:teuthology.orchestra.run.smithi135.stdout: 5 155441 8.50 MB/sec execute 365 sec latency 138.558 ms 2023-11-21T11:01:01.494 INFO:teuthology.orchestra.run.smithi135.stdout: 5 155768 8.50 MB/sec execute 366 sec latency 130.008 ms 2023-11-21T11:01:01.754 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:01 smithi135 ceph-mon[107703]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-21T11:01:01.754 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:01.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:01 smithi143 ceph-mon[110329]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-21T11:01:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:02.494 INFO:teuthology.orchestra.run.smithi135.stdout: 5 156065 8.49 MB/sec execute 367 sec latency 130.371 ms 2023-11-21T11:01:03.500 INFO:teuthology.orchestra.run.smithi135.stdout: 5 156397 8.49 MB/sec execute 368 sec latency 132.936 ms 2023-11-21T11:01:03.775 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:03 smithi135 ceph-mon[107703]: pgmap v199: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 543 op/s 2023-11-21T11:01:04.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:03 smithi143 ceph-mon[110329]: pgmap v199: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 543 op/s 2023-11-21T11:01:04.504 INFO:teuthology.orchestra.run.smithi135.stdout: 5 156673 8.49 MB/sec execute 369 sec latency 133.009 ms 2023-11-21T11:01:05.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 156978 8.51 MB/sec execute 370 sec latency 147.301 ms 2023-11-21T11:01:05.812 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:05 smithi135 ceph-mon[107703]: pgmap v200: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-21T11:01:06.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:05 smithi143 ceph-mon[110329]: pgmap v200: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-21T11:01:06.504 INFO:teuthology.orchestra.run.smithi135.stdout: 5 157291 8.52 MB/sec execute 371 sec latency 128.049 ms 2023-11-21T11:01:07.504 INFO:teuthology.orchestra.run.smithi135.stdout: 5 157570 8.52 MB/sec execute 372 sec latency 137.453 ms 2023-11-21T11:01:07.864 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:07 smithi135 ceph-mon[107703]: pgmap v201: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-21T11:01:08.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:07 smithi143 ceph-mon[110329]: pgmap v201: 97 pgs: 97 active+clean; 335 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-21T11:01:08.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 157797 8.52 MB/sec execute 373 sec latency 138.276 ms 2023-11-21T11:01:09.504 INFO:teuthology.orchestra.run.smithi135.stdout: 5 158019 8.50 MB/sec execute 374 sec latency 129.843 ms 2023-11-21T11:01:09.901 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:09 smithi135 ceph-mon[107703]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 530 op/s 2023-11-21T11:01:10.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:09 smithi143 ceph-mon[110329]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 530 op/s 2023-11-21T11:01:10.504 INFO:teuthology.orchestra.run.smithi135.stdout: 5 158302 8.49 MB/sec execute 375 sec latency 99.001 ms 2023-11-21T11:01:11.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 158542 8.48 MB/sec execute 376 sec latency 168.633 ms 2023-11-21T11:01:11.943 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:11 smithi135 ceph-mon[107703]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-21T11:01:12.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:11 smithi143 ceph-mon[110329]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-21T11:01:12.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 158875 8.49 MB/sec execute 377 sec latency 145.895 ms 2023-11-21T11:01:13.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 159285 8.48 MB/sec execute 378 sec latency 120.698 ms 2023-11-21T11:01:13.926 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:13 smithi135 ceph-mon[107703]: pgmap v204: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-21T11:01:14.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:13 smithi143 ceph-mon[110329]: pgmap v204: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-21T11:01:14.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 159745 8.47 MB/sec execute 379 sec latency 133.726 ms 2023-11-21T11:01:15.505 INFO:teuthology.orchestra.run.smithi135.stdout: 5 159979 8.47 MB/sec execute 380 sec latency 131.688 ms 2023-11-21T11:01:16.032 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:15 smithi135 ceph-mon[107703]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 335 op/s 2023-11-21T11:01:16.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:15 smithi143 ceph-mon[110329]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 335 op/s 2023-11-21T11:01:16.507 INFO:teuthology.orchestra.run.smithi135.stdout: 5 160383 8.49 MB/sec execute 381 sec latency 127.382 ms 2023-11-21T11:01:17.052 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:17.511 INFO:teuthology.orchestra.run.smithi135.stdout: 5 160748 8.51 MB/sec execute 382 sec latency 125.276 ms 2023-11-21T11:01:17.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:17 smithi135 ceph-mon[107703]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 335 op/s 2023-11-21T11:01:18.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:17 smithi143 ceph-mon[110329]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 335 op/s 2023-11-21T11:01:18.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 161031 8.52 MB/sec execute 383 sec latency 129.316 ms 2023-11-21T11:01:19.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 161246 8.51 MB/sec execute 384 sec latency 126.626 ms 2023-11-21T11:01:19.886 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:19 smithi135 ceph-mon[107703]: pgmap v207: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.9 MiB/s wr, 552 op/s 2023-11-21T11:01:20.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:19 smithi143 ceph-mon[110329]: pgmap v207: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.9 MiB/s wr, 552 op/s 2023-11-21T11:01:20.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 161444 8.50 MB/sec execute 385 sec latency 126.830 ms 2023-11-21T11:01:21.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 161645 8.49 MB/sec execute 386 sec latency 136.326 ms 2023-11-21T11:01:21.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:21 smithi135 ceph-mon[107703]: pgmap v208: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-11-21T11:01:22.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:21 smithi143 ceph-mon[110329]: pgmap v208: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-11-21T11:01:22.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 161826 8.47 MB/sec execute 387 sec latency 120.638 ms 2023-11-21T11:01:23.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 162000 8.46 MB/sec execute 388 sec latency 134.058 ms 2023-11-21T11:01:24.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:23 smithi135 ceph-mon[107703]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-11-21T11:01:24.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:23 smithi143 ceph-mon[110329]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-11-21T11:01:24.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 162258 8.46 MB/sec execute 389 sec latency 126.950 ms 2023-11-21T11:01:25.519 INFO:teuthology.orchestra.run.smithi135.stdout: 5 162547 8.45 MB/sec execute 390 sec latency 124.537 ms 2023-11-21T11:01:26.073 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:25 smithi135 ceph-mon[107703]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-21T11:01:26.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:25 smithi143 ceph-mon[110329]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-21T11:01:26.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 162805 8.44 MB/sec execute 391 sec latency 135.622 ms 2023-11-21T11:01:27.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 163030 8.43 MB/sec execute 392 sec latency 126.801 ms 2023-11-21T11:01:28.056 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:27 smithi135 ceph-mon[107703]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-21T11:01:28.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:27 smithi143 ceph-mon[110329]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-21T11:01:28.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 163362 8.43 MB/sec execute 393 sec latency 131.310 ms 2023-11-21T11:01:29.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 163597 8.43 MB/sec execute 394 sec latency 134.308 ms 2023-11-21T11:01:30.096 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:29 smithi135 ceph-mon[107703]: pgmap v212: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 521 op/s 2023-11-21T11:01:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:29 smithi143 ceph-mon[110329]: pgmap v212: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 521 op/s 2023-11-21T11:01:30.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 163864 8.44 MB/sec execute 395 sec latency 126.270 ms 2023-11-21T11:01:31.526 INFO:teuthology.orchestra.run.smithi135.stdout: 5 164124 8.44 MB/sec execute 396 sec latency 133.210 ms 2023-11-21T11:01:32.149 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:31 smithi135 ceph-mon[107703]: pgmap v213: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-11-21T11:01:32.149 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:31 smithi143 ceph-mon[110329]: pgmap v213: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-11-21T11:01:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:32.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 164310 8.43 MB/sec execute 397 sec latency 146.156 ms 2023-11-21T11:01:33.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 164511 8.42 MB/sec execute 398 sec latency 149.426 ms 2023-11-21T11:01:33.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:33 smithi135 ceph-mon[107703]: pgmap v214: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-11-21T11:01:34.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:33 smithi143 ceph-mon[110329]: pgmap v214: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-11-21T11:01:34.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 164705 8.42 MB/sec execute 399 sec latency 121.040 ms 2023-11-21T11:01:35.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 164889 8.41 MB/sec execute 400 sec latency 129.918 ms 2023-11-21T11:01:36.029 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:35 smithi135 ceph-mon[107703]: pgmap v215: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-21T11:01:36.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:35 smithi143 ceph-mon[110329]: pgmap v215: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-21T11:01:36.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 165063 8.40 MB/sec execute 401 sec latency 157.497 ms 2023-11-21T11:01:37.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 165294 8.39 MB/sec execute 402 sec latency 137.683 ms 2023-11-21T11:01:38.078 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:37 smithi135 ceph-mon[107703]: pgmap v216: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-21T11:01:38.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:37 smithi143 ceph-mon[110329]: pgmap v216: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-21T11:01:38.535 INFO:teuthology.orchestra.run.smithi135.stdout: 5 165477 8.38 MB/sec execute 403 sec latency 126.546 ms 2023-11-21T11:01:39.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 165684 8.37 MB/sec execute 404 sec latency 126.373 ms 2023-11-21T11:01:40.125 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:39 smithi135 ceph-mon[107703]: pgmap v217: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-11-21T11:01:40.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:39 smithi143 ceph-mon[110329]: pgmap v217: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-11-21T11:01:40.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 165892 8.37 MB/sec execute 405 sec latency 153.515 ms 2023-11-21T11:01:41.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 166134 8.35 MB/sec execute 406 sec latency 120.977 ms 2023-11-21T11:01:42.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:41 smithi135 ceph-mon[107703]: pgmap v218: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 260 op/s 2023-11-21T11:01:42.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:41 smithi143 ceph-mon[110329]: pgmap v218: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 260 op/s 2023-11-21T11:01:42.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 166417 8.34 MB/sec execute 407 sec latency 145.289 ms 2023-11-21T11:01:43.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 166603 8.33 MB/sec execute 408 sec latency 126.141 ms 2023-11-21T11:01:44.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:43 smithi135 ceph-mon[107703]: pgmap v219: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-11-21T11:01:44.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:43 smithi143 ceph-mon[110329]: pgmap v219: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-11-21T11:01:44.543 INFO:teuthology.orchestra.run.smithi135.stdout: 5 166850 8.33 MB/sec execute 409 sec latency 120.128 ms 2023-11-21T11:01:45.542 INFO:teuthology.orchestra.run.smithi135.stdout: 5 167197 8.34 MB/sec execute 410 sec latency 127.647 ms 2023-11-21T11:01:46.057 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:45 smithi135 ceph-mon[107703]: pgmap v220: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.4 MiB/s wr, 258 op/s 2023-11-21T11:01:46.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:45 smithi143 ceph-mon[110329]: pgmap v220: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.4 MiB/s wr, 258 op/s 2023-11-21T11:01:46.548 INFO:teuthology.orchestra.run.smithi135.stdout: 5 167496 8.35 MB/sec execute 411 sec latency 128.948 ms 2023-11-21T11:01:47.078 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:47.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:01:47.548 INFO:teuthology.orchestra.run.smithi135.stdout: 5 167819 8.36 MB/sec execute 412 sec latency 124.101 ms 2023-11-21T11:01:48.093 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:47 smithi135 ceph-mon[107703]: pgmap v221: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.4 MiB/s wr, 258 op/s 2023-11-21T11:01:48.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:47 smithi143 ceph-mon[110329]: pgmap v221: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.4 MiB/s wr, 258 op/s 2023-11-21T11:01:48.549 INFO:teuthology.orchestra.run.smithi135.stdout: 5 168060 8.35 MB/sec execute 413 sec latency 109.980 ms 2023-11-21T11:01:49.553 INFO:teuthology.orchestra.run.smithi135.stdout: 5 168275 8.34 MB/sec execute 414 sec latency 136.849 ms 2023-11-21T11:01:50.128 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:50 smithi135 ceph-mon[107703]: pgmap v222: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-11-21T11:01:50.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:50 smithi143 ceph-mon[110329]: pgmap v222: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-11-21T11:01:50.559 INFO:teuthology.orchestra.run.smithi135.stdout: 5 168478 8.34 MB/sec execute 415 sec latency 144.923 ms 2023-11-21T11:01:51.559 INFO:teuthology.orchestra.run.smithi135.stdout: 5 168722 8.33 MB/sec execute 416 sec latency 131.509 ms 2023-11-21T11:01:52.161 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:52 smithi135 ceph-mon[107703]: pgmap v223: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-11-21T11:01:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:52 smithi143 ceph-mon[110329]: pgmap v223: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-11-21T11:01:52.571 INFO:teuthology.orchestra.run.smithi135.stdout: 5 168959 8.33 MB/sec execute 417 sec latency 135.596 ms 2023-11-21T11:01:53.571 INFO:teuthology.orchestra.run.smithi135.stdout: 5 169178 8.32 MB/sec execute 418 sec latency 123.017 ms 2023-11-21T11:01:54.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:54 smithi135 ceph-mon[107703]: pgmap v224: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-21T11:01:54.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:54 smithi143 ceph-mon[110329]: pgmap v224: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-21T11:01:54.571 INFO:teuthology.orchestra.run.smithi135.stdout: 5 169449 8.31 MB/sec execute 419 sec latency 131.220 ms 2023-11-21T11:01:55.579 INFO:teuthology.orchestra.run.smithi135.stdout: 5 169670 8.30 MB/sec execute 420 sec latency 136.875 ms 2023-11-21T11:01:56.249 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:56 smithi135 ceph-mon[107703]: pgmap v225: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-11-21T11:01:56.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:56 smithi143 ceph-mon[110329]: pgmap v225: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-11-21T11:01:56.579 INFO:teuthology.orchestra.run.smithi135.stdout: 5 169966 8.30 MB/sec execute 421 sec latency 135.405 ms 2023-11-21T11:01:57.580 INFO:teuthology.orchestra.run.smithi135.stdout: 5 170277 8.29 MB/sec execute 422 sec latency 126.708 ms 2023-11-21T11:01:58.304 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:01:58 smithi135 ceph-mon[107703]: pgmap v226: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-11-21T11:01:58.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:01:58 smithi143 ceph-mon[110329]: pgmap v226: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-11-21T11:01:58.583 INFO:teuthology.orchestra.run.smithi135.stdout: 5 170613 8.29 MB/sec execute 423 sec latency 99.485 ms 2023-11-21T11:01:59.583 INFO:teuthology.orchestra.run.smithi135.stdout: 5 171017 8.32 MB/sec execute 424 sec latency 120.021 ms 2023-11-21T11:02:00.067 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:00 smithi135 ceph-mon[107703]: pgmap v227: 97 pgs: 97 active+clean; 342 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-21T11:02:00.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:00 smithi143 ceph-mon[110329]: pgmap v227: 97 pgs: 97 active+clean; 342 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-21T11:02:00.583 INFO:teuthology.orchestra.run.smithi135.stdout: 5 171364 8.32 MB/sec execute 425 sec latency 125.864 ms 2023-11-21T11:02:01.588 INFO:teuthology.orchestra.run.smithi135.stdout: 5 171631 8.32 MB/sec execute 426 sec latency 134.547 ms 2023-11-21T11:02:02.129 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:02 smithi135 ceph-mon[107703]: pgmap v228: 97 pgs: 97 active+clean; 342 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 307 op/s 2023-11-21T11:02:02.129 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:02 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:02.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:02 smithi143 ceph-mon[110329]: pgmap v228: 97 pgs: 97 active+clean; 342 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 307 op/s 2023-11-21T11:02:02.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:02 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:02.588 INFO:teuthology.orchestra.run.smithi135.stdout: 5 171853 8.31 MB/sec execute 427 sec latency 127.283 ms 2023-11-21T11:02:03.597 INFO:teuthology.orchestra.run.smithi135.stdout: 5 172110 8.31 MB/sec execute 428 sec latency 132.099 ms 2023-11-21T11:02:04.162 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:04 smithi135 ceph-mon[107703]: pgmap v229: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-11-21T11:02:04.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:04 smithi143 ceph-mon[110329]: pgmap v229: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-11-21T11:02:04.601 INFO:teuthology.orchestra.run.smithi135.stdout: 5 172354 8.31 MB/sec execute 429 sec latency 127.495 ms 2023-11-21T11:02:05.598 INFO:teuthology.orchestra.run.smithi135.stdout: 5 172635 8.30 MB/sec execute 430 sec latency 132.318 ms 2023-11-21T11:02:06.221 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:06 smithi135 ceph-mon[107703]: pgmap v230: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T11:02:06.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:06 smithi143 ceph-mon[110329]: pgmap v230: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T11:02:06.598 INFO:teuthology.orchestra.run.smithi135.stdout: 5 172900 8.29 MB/sec execute 431 sec latency 132.500 ms 2023-11-21T11:02:07.607 INFO:teuthology.orchestra.run.smithi135.stdout: 5 173276 8.29 MB/sec execute 432 sec latency 126.760 ms 2023-11-21T11:02:08.267 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:08 smithi135 ceph-mon[107703]: pgmap v231: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T11:02:08.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:08 smithi143 ceph-mon[110329]: pgmap v231: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-11-21T11:02:08.608 INFO:teuthology.orchestra.run.smithi135.stdout: 5 173629 8.29 MB/sec execute 433 sec latency 126.608 ms 2023-11-21T11:02:09.608 INFO:teuthology.orchestra.run.smithi135.stdout: 5 173944 8.29 MB/sec execute 434 sec latency 131.111 ms 2023-11-21T11:02:10.299 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:10 smithi135 ceph-mon[107703]: pgmap v232: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 530 op/s 2023-11-21T11:02:10.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:10 smithi143 ceph-mon[110329]: pgmap v232: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 530 op/s 2023-11-21T11:02:10.608 INFO:teuthology.orchestra.run.smithi135.stdout: 5 174315 8.30 MB/sec execute 435 sec latency 126.324 ms 2023-11-21T11:02:11.616 INFO:teuthology.orchestra.run.smithi135.stdout: 5 174665 8.31 MB/sec execute 436 sec latency 125.606 ms 2023-11-21T11:02:12.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:12 smithi135 ceph-mon[107703]: pgmap v233: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-21T11:02:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:12 smithi143 ceph-mon[110329]: pgmap v233: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-21T11:02:12.624 INFO:teuthology.orchestra.run.smithi135.stdout: 5 174996 8.32 MB/sec execute 437 sec latency 138.499 ms 2023-11-21T11:02:13.624 INFO:teuthology.orchestra.run.smithi135.stdout: 5 175203 8.31 MB/sec execute 438 sec latency 141.276 ms 2023-11-21T11:02:14.139 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:14 smithi135 ceph-mon[107703]: pgmap v234: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 564 op/s 2023-11-21T11:02:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:14 smithi143 ceph-mon[110329]: pgmap v234: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 564 op/s 2023-11-21T11:02:14.624 INFO:teuthology.orchestra.run.smithi135.stdout: 5 175515 8.32 MB/sec execute 439 sec latency 141.089 ms 2023-11-21T11:02:15.625 INFO:teuthology.orchestra.run.smithi135.stdout: 5 175728 8.30 MB/sec execute 440 sec latency 123.712 ms 2023-11-21T11:02:16.186 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:16 smithi135 ceph-mon[107703]: pgmap v235: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-21T11:02:16.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:16 smithi143 ceph-mon[110329]: pgmap v235: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-21T11:02:16.625 INFO:teuthology.orchestra.run.smithi135.stdout: 5 175963 8.30 MB/sec execute 441 sec latency 126.458 ms 2023-11-21T11:02:17.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:17 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:17.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:17 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:17.625 INFO:teuthology.orchestra.run.smithi135.stdout: 5 176158 8.29 MB/sec execute 442 sec latency 132.100 ms 2023-11-21T11:02:18.233 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:18 smithi135 ceph-mon[107703]: pgmap v236: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-21T11:02:18.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:18 smithi143 ceph-mon[110329]: pgmap v236: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-21T11:02:18.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 176383 8.28 MB/sec execute 443 sec latency 136.964 ms 2023-11-21T11:02:19.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 176704 8.28 MB/sec execute 444 sec latency 123.848 ms 2023-11-21T11:02:20.299 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:20 smithi135 ceph-mon[107703]: pgmap v237: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-21T11:02:20.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:20 smithi143 ceph-mon[110329]: pgmap v237: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-21T11:02:20.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 177078 8.27 MB/sec execute 445 sec latency 128.669 ms 2023-11-21T11:02:21.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 177424 8.28 MB/sec execute 446 sec latency 129.780 ms 2023-11-21T11:02:22.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:22 smithi135 ceph-mon[107703]: pgmap v238: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-11-21T11:02:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:22 smithi143 ceph-mon[110329]: pgmap v238: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-11-21T11:02:22.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 177775 8.28 MB/sec execute 447 sec latency 210.916 ms 2023-11-21T11:02:23.629 INFO:teuthology.orchestra.run.smithi135.stdout: 5 178107 8.29 MB/sec execute 448 sec latency 133.180 ms 2023-11-21T11:02:24.418 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:24 smithi135 ceph-mon[107703]: pgmap v239: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-21T11:02:24.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:24 smithi143 ceph-mon[110329]: pgmap v239: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-21T11:02:24.639 INFO:teuthology.orchestra.run.smithi135.stdout: 5 178370 8.29 MB/sec execute 449 sec latency 147.153 ms 2023-11-21T11:02:25.639 INFO:teuthology.orchestra.run.smithi135.stdout: 5 178545 8.29 MB/sec execute 450 sec latency 141.477 ms 2023-11-21T11:02:26.246 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:26 smithi135 ceph-mon[107703]: pgmap v240: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-11-21T11:02:26.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:26 smithi143 ceph-mon[110329]: pgmap v240: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-11-21T11:02:26.639 INFO:teuthology.orchestra.run.smithi135.stdout: 5 178810 8.29 MB/sec execute 451 sec latency 130.184 ms 2023-11-21T11:02:27.646 INFO:teuthology.orchestra.run.smithi135.stdout: 5 179033 8.29 MB/sec execute 452 sec latency 161.214 ms 2023-11-21T11:02:28.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:28 smithi135 ceph-mon[107703]: pgmap v241: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-11-21T11:02:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:28 smithi143 ceph-mon[110329]: pgmap v241: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-11-21T11:02:28.646 INFO:teuthology.orchestra.run.smithi135.stdout: 5 179252 8.28 MB/sec execute 453 sec latency 133.264 ms 2023-11-21T11:02:29.646 INFO:teuthology.orchestra.run.smithi135.stdout: 5 179520 8.27 MB/sec execute 454 sec latency 130.022 ms 2023-11-21T11:02:30.350 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:30 smithi135 ceph-mon[107703]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T11:02:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:30 smithi143 ceph-mon[110329]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T11:02:30.646 INFO:teuthology.orchestra.run.smithi135.stdout: 5 179782 8.27 MB/sec execute 455 sec latency 123.540 ms 2023-11-21T11:02:31.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:31.646 INFO:teuthology.orchestra.run.smithi135.stdout: 5 180029 8.26 MB/sec execute 456 sec latency 137.130 ms 2023-11-21T11:02:32.403 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:32 smithi135 ceph-mon[107703]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-21T11:02:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:32 smithi143 ceph-mon[110329]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-21T11:02:32.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 180335 8.25 MB/sec execute 457 sec latency 150.065 ms 2023-11-21T11:02:33.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 180604 8.25 MB/sec execute 458 sec latency 114.758 ms 2023-11-21T11:02:34.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:34 smithi135 ceph-mon[107703]: pgmap v244: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-11-21T11:02:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:34 smithi143 ceph-mon[110329]: pgmap v244: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-11-21T11:02:34.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 180897 8.25 MB/sec execute 459 sec latency 122.685 ms 2023-11-21T11:02:35.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 181144 8.24 MB/sec execute 460 sec latency 147.888 ms 2023-11-21T11:02:36.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:36 smithi135 ceph-mon[107703]: pgmap v245: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-21T11:02:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:36 smithi143 ceph-mon[110329]: pgmap v245: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-21T11:02:36.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 181449 8.25 MB/sec execute 461 sec latency 128.425 ms 2023-11-21T11:02:37.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 181686 8.25 MB/sec execute 462 sec latency 127.476 ms 2023-11-21T11:02:38.354 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:38 smithi135 ceph-mon[107703]: pgmap v246: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-21T11:02:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:38 smithi143 ceph-mon[110329]: pgmap v246: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-21T11:02:38.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 182074 8.26 MB/sec execute 463 sec latency 123.755 ms 2023-11-21T11:02:39.657 INFO:teuthology.orchestra.run.smithi135.stdout: 5 182335 8.26 MB/sec execute 464 sec latency 157.255 ms 2023-11-21T11:02:40.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:40 smithi135 ceph-mon[107703]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-11-21T11:02:40.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:40 smithi143 ceph-mon[110329]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-11-21T11:02:40.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 182596 8.26 MB/sec execute 465 sec latency 180.101 ms 2023-11-21T11:02:41.656 INFO:teuthology.orchestra.run.smithi135.stdout: 5 182882 8.26 MB/sec execute 466 sec latency 142.327 ms 2023-11-21T11:02:42.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:42 smithi135 ceph-mon[107703]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-11-21T11:02:42.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 183186 8.25 MB/sec execute 467 sec latency 138.629 ms 2023-11-21T11:02:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:42 smithi143 ceph-mon[110329]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-11-21T11:02:43.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 183458 8.25 MB/sec execute 468 sec latency 135.636 ms 2023-11-21T11:02:44.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:44 smithi135 ceph-mon[107703]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-21T11:02:44.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 183712 8.24 MB/sec execute 469 sec latency 154.749 ms 2023-11-21T11:02:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:44 smithi143 ceph-mon[110329]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-21T11:02:45.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 184067 8.24 MB/sec execute 470 sec latency 129.492 ms 2023-11-21T11:02:46.308 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:46 smithi135 ceph-mon[107703]: pgmap v250: 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, 335 op/s 2023-11-21T11:02:46.309 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:46.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 184404 8.24 MB/sec execute 471 sec latency 126.618 ms 2023-11-21T11:02:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:46 smithi143 ceph-mon[110329]: pgmap v250: 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, 335 op/s 2023-11-21T11:02:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:02:47.661 INFO:teuthology.orchestra.run.smithi135.stdout: 5 184725 8.24 MB/sec execute 472 sec latency 129.896 ms 2023-11-21T11:02:48.364 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:48 smithi135 ceph-mon[107703]: pgmap v251: 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, 335 op/s 2023-11-21T11:02:48.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 184884 8.23 MB/sec execute 473 sec latency 126.605 ms 2023-11-21T11:02:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:48 smithi143 ceph-mon[110329]: pgmap v251: 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, 335 op/s 2023-11-21T11:02:49.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 185136 8.24 MB/sec execute 474 sec latency 141.846 ms 2023-11-21T11:02:50.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:50 smithi135 ceph-mon[107703]: pgmap v252: 97 pgs: 97 active+clean; 342 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-21T11:02:50.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 185384 8.23 MB/sec execute 475 sec latency 126.674 ms 2023-11-21T11:02:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:50 smithi143 ceph-mon[110329]: pgmap v252: 97 pgs: 97 active+clean; 342 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-21T11:02:51.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 185652 8.24 MB/sec execute 476 sec latency 130.794 ms 2023-11-21T11:02:52.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:52 smithi135 ceph-mon[107703]: pgmap v253: 97 pgs: 97 active+clean; 342 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-21T11:02:52.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 185804 8.23 MB/sec execute 477 sec latency 180.465 ms 2023-11-21T11:02:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:52 smithi143 ceph-mon[110329]: pgmap v253: 97 pgs: 97 active+clean; 342 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-21T11:02:53.667 INFO:teuthology.orchestra.run.smithi135.stdout: 5 185960 8.22 MB/sec execute 478 sec latency 195.754 ms 2023-11-21T11:02:54.369 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:54 smithi135 ceph-mon[107703]: pgmap v254: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-21T11:02:54.682 INFO:teuthology.orchestra.run.smithi135.stdout: 5 186190 8.22 MB/sec execute 479 sec latency 140.386 ms 2023-11-21T11:02:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:54 smithi143 ceph-mon[110329]: pgmap v254: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-21T11:02:55.682 INFO:teuthology.orchestra.run.smithi135.stdout: 5 186420 8.22 MB/sec execute 480 sec latency 130.071 ms 2023-11-21T11:02:56.421 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:56 smithi135 ceph-mon[107703]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-21T11:02:56.682 INFO:teuthology.orchestra.run.smithi135.stdout: 5 186648 8.21 MB/sec execute 481 sec latency 121.094 ms 2023-11-21T11:02:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:56 smithi143 ceph-mon[110329]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-21T11:02:57.682 INFO:teuthology.orchestra.run.smithi135.stdout: 5 186841 8.20 MB/sec execute 482 sec latency 131.711 ms 2023-11-21T11:02:58.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:02:58 smithi135 ceph-mon[107703]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-21T11:02:58.682 INFO:teuthology.orchestra.run.smithi135.stdout: 5 187124 8.19 MB/sec execute 483 sec latency 129.824 ms 2023-11-21T11:02:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:02:58 smithi143 ceph-mon[110329]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-21T11:02:59.686 INFO:teuthology.orchestra.run.smithi135.stdout: 5 187455 8.20 MB/sec execute 484 sec latency 126.794 ms 2023-11-21T11:03:00.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:00 smithi135 ceph-mon[107703]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-21T11:03:00.686 INFO:teuthology.orchestra.run.smithi135.stdout: 5 187816 8.19 MB/sec execute 485 sec latency 129.611 ms 2023-11-21T11:03:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:00 smithi143 ceph-mon[110329]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-21T11:03:01.543 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:01.689 INFO:teuthology.orchestra.run.smithi135.stdout: 5 188112 8.19 MB/sec execute 486 sec latency 140.683 ms 2023-11-21T11:03:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:02.564 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:02 smithi135 ceph-mon[107703]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 257 op/s 2023-11-21T11:03:02.690 INFO:teuthology.orchestra.run.smithi135.stdout: 5 188400 8.20 MB/sec execute 487 sec latency 124.713 ms 2023-11-21T11:03:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:02 smithi143 ceph-mon[110329]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 257 op/s 2023-11-21T11:03:03.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 188616 8.19 MB/sec execute 488 sec latency 132.739 ms 2023-11-21T11:03:04.602 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:04 smithi135 ceph-mon[107703]: pgmap v259: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-11-21T11:03:04.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 188929 8.19 MB/sec execute 489 sec latency 119.889 ms 2023-11-21T11:03:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:04 smithi143 ceph-mon[110329]: pgmap v259: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-11-21T11:03:05.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 189248 8.19 MB/sec execute 490 sec latency 131.666 ms 2023-11-21T11:03:06.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:06 smithi135 ceph-mon[107703]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:03:06.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 189554 8.21 MB/sec execute 491 sec latency 213.484 ms 2023-11-21T11:03:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:06 smithi143 ceph-mon[110329]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:03:07.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 189832 8.21 MB/sec execute 492 sec latency 137.424 ms 2023-11-21T11:03:08.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:08 smithi135 ceph-mon[107703]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:03:08.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 190090 8.20 MB/sec execute 493 sec latency 123.704 ms 2023-11-21T11:03:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:08 smithi143 ceph-mon[110329]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:03:09.693 INFO:teuthology.orchestra.run.smithi135.stdout: 5 190337 8.19 MB/sec execute 494 sec latency 129.519 ms 2023-11-21T11:03:10.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:10 smithi135 ceph-mon[107703]: pgmap v262: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-21T11:03:10.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 190557 8.18 MB/sec execute 495 sec latency 210.975 ms 2023-11-21T11:03:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:10 smithi143 ceph-mon[110329]: pgmap v262: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-21T11:03:11.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 190821 8.18 MB/sec execute 496 sec latency 126.574 ms 2023-11-21T11:03:12.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:12 smithi135 ceph-mon[107703]: pgmap v263: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-21T11:03:12.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 191083 8.18 MB/sec execute 497 sec latency 201.693 ms 2023-11-21T11:03:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:12 smithi143 ceph-mon[110329]: pgmap v263: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-21T11:03:13.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 191448 8.19 MB/sec execute 498 sec latency 134.549 ms 2023-11-21T11:03:14.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:14 smithi135 ceph-mon[107703]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-21T11:03:14.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 191793 8.18 MB/sec execute 499 sec latency 130.301 ms 2023-11-21T11:03:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:14 smithi143 ceph-mon[110329]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-21T11:03:15.696 INFO:teuthology.orchestra.run.smithi135.stdout: 5 192094 8.17 MB/sec execute 500 sec latency 123.694 ms 2023-11-21T11:03:16.630 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:16 smithi135 ceph-mon[107703]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-21T11:03:16.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:16.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 192366 8.17 MB/sec execute 501 sec latency 129.511 ms 2023-11-21T11:03:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:16 smithi143 ceph-mon[110329]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-21T11:03:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:17.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 192614 8.17 MB/sec execute 502 sec latency 128.320 ms 2023-11-21T11:03:18.427 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:18 smithi135 ceph-mon[107703]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-21T11:03:18.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 192927 8.18 MB/sec execute 503 sec latency 126.607 ms 2023-11-21T11:03:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:18 smithi143 ceph-mon[110329]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-21T11:03:19.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 193251 8.19 MB/sec execute 504 sec latency 128.769 ms 2023-11-21T11:03:19.708 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:19 smithi135 ceph-mon[107703]: pgmap v267: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-21T11:03:19.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:19 smithi143 ceph-mon[110329]: pgmap v267: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-21T11:03:20.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 193484 8.19 MB/sec execute 505 sec latency 128.807 ms 2023-11-21T11:03:21.697 INFO:teuthology.orchestra.run.smithi135.stdout: 5 193692 8.18 MB/sec execute 506 sec latency 155.072 ms 2023-11-21T11:03:21.749 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:21 smithi135 ceph-mon[107703]: pgmap v268: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-11-21T11:03:21.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:21 smithi143 ceph-mon[110329]: pgmap v268: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-11-21T11:03:22.703 INFO:teuthology.orchestra.run.smithi135.stdout: 5 193855 8.17 MB/sec execute 507 sec latency 131.454 ms 2023-11-21T11:03:23.703 INFO:teuthology.orchestra.run.smithi135.stdout: 5 194049 8.16 MB/sec execute 508 sec latency 127.929 ms 2023-11-21T11:03:23.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:23 smithi135 ceph-mon[107703]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-11-21T11:03:23.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:23 smithi143 ceph-mon[110329]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-11-21T11:03:24.704 INFO:teuthology.orchestra.run.smithi135.stdout: 5 194236 8.15 MB/sec execute 509 sec latency 134.841 ms 2023-11-21T11:03:25.640 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:25 smithi135 ceph-mon[107703]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-21T11:03:25.703 INFO:teuthology.orchestra.run.smithi135.stdout: 5 194462 8.15 MB/sec execute 510 sec latency 141.975 ms 2023-11-21T11:03:25.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:25 smithi143 ceph-mon[110329]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-21T11:03:26.703 INFO:teuthology.orchestra.run.smithi135.stdout: 5 194630 8.14 MB/sec execute 511 sec latency 152.792 ms 2023-11-21T11:03:27.706 INFO:teuthology.orchestra.run.smithi135.stdout: 5 194882 8.14 MB/sec execute 512 sec latency 133.047 ms 2023-11-21T11:03:27.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:27 smithi135 ceph-mon[107703]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-21T11:03:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:27 smithi143 ceph-mon[110329]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-21T11:03:28.712 INFO:teuthology.orchestra.run.smithi135.stdout: 5 195119 8.13 MB/sec execute 513 sec latency 117.062 ms 2023-11-21T11:03:29.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 195419 8.13 MB/sec execute 514 sec latency 151.105 ms 2023-11-21T11:03:29.766 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:29 smithi135 ceph-mon[107703]: pgmap v272: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-11-21T11:03:29.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:29 smithi143 ceph-mon[110329]: pgmap v272: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-11-21T11:03:30.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 195672 8.12 MB/sec execute 515 sec latency 153.132 ms 2023-11-21T11:03:31.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 195883 8.12 MB/sec execute 516 sec latency 128.079 ms 2023-11-21T11:03:31.809 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:31 smithi135 ceph-mon[107703]: pgmap v273: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 278 op/s 2023-11-21T11:03:31.809 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:31.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:31 smithi143 ceph-mon[110329]: pgmap v273: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 278 op/s 2023-11-21T11:03:31.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:32.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 196235 8.12 MB/sec execute 517 sec latency 214.987 ms 2023-11-21T11:03:33.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 196610 8.13 MB/sec execute 518 sec latency 127.092 ms 2023-11-21T11:03:33.872 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:33 smithi135 ceph-mon[107703]: pgmap v274: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-11-21T11:03:33.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:33 smithi143 ceph-mon[110329]: pgmap v274: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-11-21T11:03:34.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 196903 8.14 MB/sec execute 519 sec latency 127.466 ms 2023-11-21T11:03:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:35 smithi135 ceph-mon[107703]: pgmap v275: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-21T11:03:35.713 INFO:teuthology.orchestra.run.smithi135.stdout: 5 197176 8.14 MB/sec execute 520 sec latency 210.368 ms 2023-11-21T11:03:35.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:35 smithi143 ceph-mon[110329]: pgmap v275: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-21T11:03:36.714 INFO:teuthology.orchestra.run.smithi135.stdout: 5 197453 8.14 MB/sec execute 521 sec latency 148.777 ms 2023-11-21T11:03:37.714 INFO:teuthology.orchestra.run.smithi135.stdout: 5 197714 8.14 MB/sec execute 522 sec latency 127.521 ms 2023-11-21T11:03:37.729 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:37 smithi135 ceph-mon[107703]: pgmap v276: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-21T11:03:37.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:37 smithi143 ceph-mon[110329]: pgmap v276: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-21T11:03:38.714 INFO:teuthology.orchestra.run.smithi135.stdout: 5 197970 8.14 MB/sec execute 523 sec latency 131.127 ms 2023-11-21T11:03:39.714 INFO:teuthology.orchestra.run.smithi135.stdout: 5 198185 8.12 MB/sec execute 524 sec latency 136.242 ms 2023-11-21T11:03:39.794 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:39 smithi135 ceph-mon[107703]: pgmap v277: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-21T11:03:39.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:39 smithi143 ceph-mon[110329]: pgmap v277: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-21T11:03:40.717 INFO:teuthology.orchestra.run.smithi135.stdout: 5 198439 8.12 MB/sec execute 525 sec latency 134.571 ms 2023-11-21T11:03:41.718 INFO:teuthology.orchestra.run.smithi135.stdout: 5 198786 8.11 MB/sec execute 526 sec latency 129.344 ms 2023-11-21T11:03:41.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:41 smithi135 ceph-mon[107703]: pgmap v278: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-11-21T11:03:41.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:41 smithi143 ceph-mon[110329]: pgmap v278: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-11-21T11:03:42.727 INFO:teuthology.orchestra.run.smithi135.stdout: 5 199085 8.11 MB/sec execute 527 sec latency 133.571 ms 2023-11-21T11:03:43.735 INFO:teuthology.orchestra.run.smithi135.stdout: 5 199396 8.12 MB/sec execute 528 sec latency 120.120 ms 2023-11-21T11:03:43.809 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:43 smithi135 ceph-mon[107703]: pgmap v279: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 508 op/s 2023-11-21T11:03:43.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:43 smithi143 ceph-mon[110329]: pgmap v279: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 508 op/s 2023-11-21T11:03:44.735 INFO:teuthology.orchestra.run.smithi135.stdout: 5 199714 8.12 MB/sec execute 529 sec latency 129.827 ms 2023-11-21T11:03:45.735 INFO:teuthology.orchestra.run.smithi135.stdout: 5 200017 8.12 MB/sec execute 530 sec latency 149.058 ms 2023-11-21T11:03:45.867 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:45 smithi135 ceph-mon[107703]: pgmap v280: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-21T11:03:45.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:45 smithi143 ceph-mon[110329]: pgmap v280: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-21T11:03:46.740 INFO:teuthology.orchestra.run.smithi135.stdout: 5 200329 8.13 MB/sec execute 531 sec latency 135.644 ms 2023-11-21T11:03:46.891 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:03:47.732 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:47 smithi135 ceph-mon[107703]: pgmap v281: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-21T11:03:47.739 INFO:teuthology.orchestra.run.smithi135.stdout: 5 200532 8.13 MB/sec execute 532 sec latency 126.570 ms 2023-11-21T11:03:47.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:47 smithi143 ceph-mon[110329]: pgmap v281: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-21T11:03:48.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 200774 8.12 MB/sec execute 533 sec latency 129.811 ms 2023-11-21T11:03:49.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 201021 8.12 MB/sec execute 534 sec latency 138.942 ms 2023-11-21T11:03:49.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:49 smithi135 ceph-mon[107703]: pgmap v282: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-21T11:03:50.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:49 smithi143 ceph-mon[110329]: pgmap v282: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-21T11:03:50.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 201245 8.11 MB/sec execute 535 sec latency 129.431 ms 2023-11-21T11:03:51.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 201478 8.11 MB/sec execute 536 sec latency 142.475 ms 2023-11-21T11:03:52.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:51 smithi135 ceph-mon[107703]: pgmap v283: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-21T11:03:52.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:51 smithi143 ceph-mon[110329]: pgmap v283: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-21T11:03:52.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 201708 8.11 MB/sec execute 537 sec latency 151.885 ms 2023-11-21T11:03:53.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 201953 8.10 MB/sec execute 538 sec latency 126.727 ms 2023-11-21T11:03:54.026 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:53 smithi135 ceph-mon[107703]: pgmap v284: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-11-21T11:03:54.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:53 smithi143 ceph-mon[110329]: pgmap v284: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-11-21T11:03:54.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 202280 8.09 MB/sec execute 539 sec latency 156.284 ms 2023-11-21T11:03:55.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 202496 8.09 MB/sec execute 540 sec latency 121.840 ms 2023-11-21T11:03:55.853 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:55 smithi135 ceph-mon[107703]: pgmap v285: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-11-21T11:03:56.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:55 smithi143 ceph-mon[110329]: pgmap v285: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-11-21T11:03:56.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 202703 8.08 MB/sec execute 541 sec latency 121.024 ms 2023-11-21T11:03:57.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 202982 8.09 MB/sec execute 542 sec latency 210.322 ms 2023-11-21T11:03:57.905 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:57 smithi135 ceph-mon[107703]: pgmap v286: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-11-21T11:03:58.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:57 smithi143 ceph-mon[110329]: pgmap v286: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-11-21T11:03:58.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 203249 8.09 MB/sec execute 543 sec latency 123.701 ms 2023-11-21T11:03:59.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 203548 8.09 MB/sec execute 544 sec latency 117.635 ms 2023-11-21T11:03:59.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:03:59 smithi135 ceph-mon[107703]: pgmap v287: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-11-21T11:04:00.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:03:59 smithi143 ceph-mon[110329]: pgmap v287: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-11-21T11:04:00.746 INFO:teuthology.orchestra.run.smithi135.stdout: 5 203736 8.09 MB/sec execute 545 sec latency 129.454 ms 2023-11-21T11:04:01.756 INFO:teuthology.orchestra.run.smithi135.stdout: 5 203943 8.08 MB/sec execute 546 sec latency 135.217 ms 2023-11-21T11:04:02.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:01 smithi135 ceph-mon[107703]: pgmap v288: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 308 op/s 2023-11-21T11:04:02.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:02.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:01 smithi143 ceph-mon[110329]: pgmap v288: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 308 op/s 2023-11-21T11:04:02.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:02.756 INFO:teuthology.orchestra.run.smithi135.stdout: 5 204214 8.08 MB/sec execute 547 sec latency 123.914 ms 2023-11-21T11:04:03.756 INFO:teuthology.orchestra.run.smithi135.stdout: 5 204377 8.07 MB/sec execute 548 sec latency 209.162 ms 2023-11-21T11:04:03.851 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:03 smithi135 ceph-mon[107703]: pgmap v289: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-21T11:04:04.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:03 smithi143 ceph-mon[110329]: pgmap v289: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-21T11:04:04.766 INFO:teuthology.orchestra.run.smithi135.stdout: 5 204603 8.07 MB/sec execute 549 sec latency 134.610 ms 2023-11-21T11:04:05.766 INFO:teuthology.orchestra.run.smithi135.stdout: 5 204784 8.07 MB/sec execute 550 sec latency 136.616 ms 2023-11-21T11:04:05.918 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:05 smithi135 ceph-mon[107703]: pgmap v290: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-21T11:04:06.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:05 smithi143 ceph-mon[110329]: pgmap v290: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-21T11:04:06.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 205056 8.07 MB/sec execute 551 sec latency 131.659 ms 2023-11-21T11:04:07.776 INFO:teuthology.orchestra.run.smithi135.stdout: 5 205274 8.06 MB/sec execute 552 sec latency 145.369 ms 2023-11-21T11:04:07.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:07 smithi135 ceph-mon[107703]: pgmap v291: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-21T11:04:08.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:07 smithi143 ceph-mon[110329]: pgmap v291: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-21T11:04:08.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 205557 8.05 MB/sec execute 553 sec latency 126.610 ms 2023-11-21T11:04:09.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 205791 8.04 MB/sec execute 554 sec latency 120.982 ms 2023-11-21T11:04:09.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:09 smithi135 ceph-mon[107703]: pgmap v292: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-11-21T11:04:10.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:09 smithi143 ceph-mon[110329]: pgmap v292: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-11-21T11:04:10.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 206006 8.04 MB/sec execute 555 sec latency 201.986 ms 2023-11-21T11:04:11.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 206160 8.04 MB/sec execute 556 sec latency 129.830 ms 2023-11-21T11:04:12.074 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:11 smithi135 ceph-mon[107703]: pgmap v293: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-11-21T11:04:12.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:11 smithi143 ceph-mon[110329]: pgmap v293: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-11-21T11:04:12.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 206412 8.04 MB/sec execute 557 sec latency 132.732 ms 2023-11-21T11:04:13.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 206705 8.04 MB/sec execute 558 sec latency 159.129 ms 2023-11-21T11:04:13.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:13 smithi135 ceph-mon[107703]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-21T11:04:14.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:13 smithi143 ceph-mon[110329]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-21T11:04:14.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 206915 8.03 MB/sec execute 559 sec latency 123.594 ms 2023-11-21T11:04:15.775 INFO:teuthology.orchestra.run.smithi135.stdout: 5 207170 8.03 MB/sec execute 560 sec latency 124.458 ms 2023-11-21T11:04:15.895 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:15 smithi135 ceph-mon[107703]: pgmap v295: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:16.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:15 smithi143 ceph-mon[110329]: pgmap v295: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:16.776 INFO:teuthology.orchestra.run.smithi135.stdout: 5 207408 8.03 MB/sec execute 561 sec latency 123.659 ms 2023-11-21T11:04:16.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:17.776 INFO:teuthology.orchestra.run.smithi135.stdout: 5 207682 8.03 MB/sec execute 562 sec latency 131.552 ms 2023-11-21T11:04:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:17 smithi135 ceph-mon[107703]: pgmap v296: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:18.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:17 smithi143 ceph-mon[110329]: pgmap v296: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:18.776 INFO:teuthology.orchestra.run.smithi135.stdout: 5 207933 8.03 MB/sec execute 563 sec latency 141.947 ms 2023-11-21T11:04:19.776 INFO:teuthology.orchestra.run.smithi135.stdout: 5 208210 8.03 MB/sec execute 564 sec latency 140.503 ms 2023-11-21T11:04:20.025 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:19 smithi135 ceph-mon[107703]: pgmap v297: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-21T11:04:20.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:19 smithi143 ceph-mon[110329]: pgmap v297: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-21T11:04:20.777 INFO:teuthology.orchestra.run.smithi135.stdout: 5 208440 8.03 MB/sec execute 565 sec latency 126.499 ms 2023-11-21T11:04:21.777 INFO:teuthology.orchestra.run.smithi135.stdout: 5 208649 8.02 MB/sec execute 566 sec latency 148.360 ms 2023-11-21T11:04:22.057 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:21 smithi135 ceph-mon[107703]: pgmap v298: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:22.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:21 smithi143 ceph-mon[110329]: pgmap v298: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-21T11:04:22.780 INFO:teuthology.orchestra.run.smithi135.stdout: 5 208895 8.02 MB/sec execute 567 sec latency 204.437 ms 2023-11-21T11:04:23.780 INFO:teuthology.orchestra.run.smithi135.stdout: 5 209102 8.01 MB/sec execute 568 sec latency 136.523 ms 2023-11-21T11:04:24.123 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:23 smithi135 ceph-mon[107703]: pgmap v299: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-21T11:04:24.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:23 smithi143 ceph-mon[110329]: pgmap v299: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-21T11:04:24.780 INFO:teuthology.orchestra.run.smithi135.stdout: 5 209378 8.01 MB/sec execute 569 sec latency 138.418 ms 2023-11-21T11:04:25.780 INFO:teuthology.orchestra.run.smithi135.stdout: 5 209729 8.01 MB/sec execute 570 sec latency 130.029 ms 2023-11-21T11:04:26.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:25 smithi135 ceph-mon[107703]: pgmap v300: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-21T11:04:26.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:25 smithi143 ceph-mon[110329]: pgmap v300: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-21T11:04:26.780 INFO:teuthology.orchestra.run.smithi135.stdout: 5 210044 8.00 MB/sec execute 571 sec latency 150.499 ms 2023-11-21T11:04:27.781 INFO:teuthology.orchestra.run.smithi135.stdout: 5 210316 8.00 MB/sec execute 572 sec latency 135.874 ms 2023-11-21T11:04:27.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:27 smithi135 ceph-mon[107703]: pgmap v301: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-21T11:04:28.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:27 smithi143 ceph-mon[110329]: pgmap v301: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-21T11:04:28.781 INFO:teuthology.orchestra.run.smithi135.stdout: 5 210631 8.01 MB/sec execute 573 sec latency 119.165 ms 2023-11-21T11:04:29.781 INFO:teuthology.orchestra.run.smithi135.stdout: 5 210924 8.01 MB/sec execute 574 sec latency 201.983 ms 2023-11-21T11:04:30.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:29 smithi135 ceph-mon[107703]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2023-11-21T11:04:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:29 smithi143 ceph-mon[110329]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2023-11-21T11:04:30.785 INFO:teuthology.orchestra.run.smithi135.stdout: 5 211220 8.02 MB/sec execute 575 sec latency 134.419 ms 2023-11-21T11:04:31.785 INFO:teuthology.orchestra.run.smithi135.stdout: 5 211495 8.02 MB/sec execute 576 sec latency 129.065 ms 2023-11-21T11:04:32.044 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:31 smithi135 ceph-mon[107703]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-11-21T11:04:32.044 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:31 smithi143 ceph-mon[110329]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-11-21T11:04:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:32.792 INFO:teuthology.orchestra.run.smithi135.stdout: 5 211706 8.01 MB/sec execute 577 sec latency 139.413 ms 2023-11-21T11:04:33.793 INFO:teuthology.orchestra.run.smithi135.stdout: 5 212010 8.02 MB/sec execute 578 sec latency 129.792 ms 2023-11-21T11:04:34.103 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:34 smithi135 ceph-mon[107703]: pgmap v304: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T11:04:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:34 smithi143 ceph-mon[110329]: pgmap v304: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-21T11:04:34.792 INFO:teuthology.orchestra.run.smithi135.stdout: 5 212193 8.01 MB/sec execute 579 sec latency 125.229 ms 2023-11-21T11:04:35.793 INFO:teuthology.orchestra.run.smithi135.stdout: 5 212387 8.00 MB/sec execute 580 sec latency 176.004 ms 2023-11-21T11:04:36.167 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:36 smithi135 ceph-mon[107703]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-21T11:04:36.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:36 smithi143 ceph-mon[110329]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-21T11:04:36.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 212623 8.00 MB/sec execute 581 sec latency 126.778 ms 2023-11-21T11:04:37.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 212972 7.99 MB/sec execute 582 sec latency 126.168 ms 2023-11-21T11:04:38.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:38 smithi135 ceph-mon[107703]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-21T11:04:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:38 smithi143 ceph-mon[110329]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-21T11:04:38.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 213270 7.99 MB/sec execute 583 sec latency 121.006 ms 2023-11-21T11:04:39.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 213569 7.99 MB/sec execute 584 sec latency 120.710 ms 2023-11-21T11:04:40.241 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:40 smithi135 ceph-mon[107703]: pgmap v307: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-21T11:04:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:40 smithi143 ceph-mon[110329]: pgmap v307: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-21T11:04:40.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 213900 8.00 MB/sec execute 585 sec latency 134.880 ms 2023-11-21T11:04:41.800 INFO:teuthology.orchestra.run.smithi135.stdout: 5 214164 8.01 MB/sec execute 586 sec latency 123.631 ms 2023-11-21T11:04:42.310 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:42 smithi135 ceph-mon[107703]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-21T11:04:42.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:42 smithi143 ceph-mon[110329]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-21T11:04:42.806 INFO:teuthology.orchestra.run.smithi135.stdout: 5 214408 8.00 MB/sec execute 587 sec latency 198.597 ms 2023-11-21T11:04:43.806 INFO:teuthology.orchestra.run.smithi135.stdout: 5 214642 7.99 MB/sec execute 588 sec latency 156.683 ms 2023-11-21T11:04:44.128 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:44 smithi135 ceph-mon[107703]: pgmap v309: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-11-21T11:04:44.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:44 smithi143 ceph-mon[110329]: pgmap v309: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-11-21T11:04:44.806 INFO:teuthology.orchestra.run.smithi135.stdout: 5 214831 7.98 MB/sec execute 589 sec latency 126.967 ms 2023-11-21T11:04:45.808 INFO:teuthology.orchestra.run.smithi135.stdout: 5 215007 7.97 MB/sec execute 590 sec latency 131.001 ms 2023-11-21T11:04:46.196 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:46 smithi135 ceph-mon[107703]: pgmap v310: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-21T11:04:46.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:46 smithi143 ceph-mon[110329]: pgmap v310: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-21T11:04:46.812 INFO:teuthology.orchestra.run.smithi135.stdout: 5 215229 7.97 MB/sec execute 591 sec latency 137.971 ms 2023-11-21T11:04:47.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:47 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:47.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:47 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:04:47.820 INFO:teuthology.orchestra.run.smithi135.stdout: 5 215390 7.97 MB/sec execute 592 sec latency 145.028 ms 2023-11-21T11:04:48.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:48 smithi135 ceph-mon[107703]: pgmap v311: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-21T11:04:48.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:48 smithi143 ceph-mon[110329]: pgmap v311: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-21T11:04:48.820 INFO:teuthology.orchestra.run.smithi135.stdout: 5 215658 7.96 MB/sec execute 593 sec latency 151.299 ms 2023-11-21T11:04:49.820 INFO:teuthology.orchestra.run.smithi135.stdout: 5 215907 7.97 MB/sec execute 594 sec latency 142.961 ms 2023-11-21T11:04:50.312 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:50 smithi135 ceph-mon[107703]: pgmap v312: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 455 op/s 2023-11-21T11:04:50.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:50 smithi143 ceph-mon[110329]: pgmap v312: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 455 op/s 2023-11-21T11:04:50.820 INFO:teuthology.orchestra.run.smithi135.stdout: 5 216124 7.96 MB/sec execute 595 sec latency 209.635 ms 2023-11-21T11:04:51.824 INFO:teuthology.orchestra.run.smithi135.stdout: 5 216405 7.97 MB/sec execute 596 sec latency 129.830 ms 2023-11-21T11:04:52.118 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:52 smithi135 ceph-mon[107703]: pgmap v313: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:04:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:52 smithi143 ceph-mon[110329]: pgmap v313: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-11-21T11:04:52.824 INFO:teuthology.orchestra.run.smithi135.stdout: 5 216677 7.96 MB/sec execute 597 sec latency 129.603 ms 2023-11-21T11:04:53.827 INFO:teuthology.orchestra.run.smithi135.stdout: 5 216897 7.96 MB/sec execute 598 sec latency 146.232 ms 2023-11-21T11:04:54.177 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:54 smithi135 ceph-mon[107703]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-21T11:04:54.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:54 smithi143 ceph-mon[110329]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-21T11:04:54.827 INFO:teuthology.orchestra.run.smithi135.stdout: 5 217136 7.95 MB/sec execute 599 sec latency 148.112 ms 2023-11-21T11:04:55.827 INFO:teuthology.orchestra.run.smithi135.stdout: 5 217341 7.95 MB/sec execute 600 sec latency 138.131 ms 2023-11-21T11:04:56.233 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:56 smithi135 ceph-mon[107703]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-21T11:04:56.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:56 smithi143 ceph-mon[110329]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-21T11:04:56.836 INFO:teuthology.orchestra.run.smithi135.stdout: 5 cleanup 601 sec 2023-11-21T11:04:57.836 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 602 sec 2023-11-21T11:04:58.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:04:58 smithi135 ceph-mon[107703]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-21T11:04:58.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:04:58 smithi143 ceph-mon[110329]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-21T11:04:58.836 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 603 sec 2023-11-21T11:04:59.836 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 604 sec 2023-11-21T11:05:00.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:00 smithi135 ceph-mon[107703]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-21T11:05:00.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:00 smithi143 ceph-mon[110329]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-21T11:05:00.836 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 605 sec 2023-11-21T11:05:01.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 606 sec 2023-11-21T11:05:02.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:02 smithi135 ceph-mon[107703]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 277 op/s 2023-11-21T11:05:02.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:02 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:02.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:02 smithi143 ceph-mon[110329]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 277 op/s 2023-11-21T11:05:02.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:02 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:02.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 607 sec 2023-11-21T11:05:03.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 608 sec 2023-11-21T11:05:04.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:04 smithi135 ceph-mon[107703]: pgmap v319: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-11-21T11:05:04.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:04 smithi143 ceph-mon[110329]: pgmap v319: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-11-21T11:05:04.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 609 sec 2023-11-21T11:05:05.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 610 sec 2023-11-21T11:05:06.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:06 smithi135 ceph-mon[107703]: pgmap v320: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 167 op/s 2023-11-21T11:05:06.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:06 smithi143 ceph-mon[110329]: pgmap v320: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 167 op/s 2023-11-21T11:05:06.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 611 sec 2023-11-21T11:05:07.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 612 sec 2023-11-21T11:05:08.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:08 smithi135 ceph-mon[107703]: pgmap v321: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 167 op/s 2023-11-21T11:05:08.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:08 smithi143 ceph-mon[110329]: pgmap v321: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 167 op/s 2023-11-21T11:05:08.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 613 sec 2023-11-21T11:05:09.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 614 sec 2023-11-21T11:05:10.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:10 smithi135 ceph-mon[107703]: pgmap v322: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.5 MiB/s wr, 169 op/s 2023-11-21T11:05:10.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:10 smithi143 ceph-mon[110329]: pgmap v322: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.5 MiB/s wr, 169 op/s 2023-11-21T11:05:10.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 615 sec 2023-11-21T11:05:11.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 616 sec 2023-11-21T11:05:12.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:12 smithi135 ceph-mon[107703]: pgmap v323: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 35 KiB/s wr, 34 op/s 2023-11-21T11:05:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:12 smithi143 ceph-mon[110329]: pgmap v323: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 35 KiB/s wr, 34 op/s 2023-11-21T11:05:12.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 617 sec 2023-11-21T11:05:13.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 618 sec 2023-11-21T11:05:14.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:14 smithi135 ceph-mon[107703]: pgmap v324: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 35 KiB/s wr, 34 op/s 2023-11-21T11:05:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:14 smithi143 ceph-mon[110329]: pgmap v324: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 35 KiB/s wr, 34 op/s 2023-11-21T11:05:14.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 619 sec 2023-11-21T11:05:15.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 620 sec 2023-11-21T11:05:16.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:16 smithi135 ceph-mon[107703]: pgmap v325: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 23 KiB/s wr, 1 op/s 2023-11-21T11:05:16.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:16 smithi143 ceph-mon[110329]: pgmap v325: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 23 KiB/s wr, 1 op/s 2023-11-21T11:05:16.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 621 sec 2023-11-21T11:05:17.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:17 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:17.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:17 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:17.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 622 sec 2023-11-21T11:05:18.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:18 smithi143 ceph-mon[110329]: pgmap v326: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 23 KiB/s wr, 1 op/s 2023-11-21T11:05:18.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:18 smithi135 ceph-mon[107703]: pgmap v326: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 23 KiB/s wr, 1 op/s 2023-11-21T11:05:18.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 623 sec 2023-11-21T11:05:19.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 624 sec 2023-11-21T11:05:20.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:20 smithi143 ceph-mon[110329]: pgmap v327: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:05:20.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:20 smithi135 ceph-mon[107703]: pgmap v327: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:05:20.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 625 sec 2023-11-21T11:05:21.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 626 sec 2023-11-21T11:05:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:22 smithi143 ceph-mon[110329]: pgmap v328: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T11:05:22.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:22 smithi135 ceph-mon[107703]: pgmap v328: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T11:05:22.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 627 sec 2023-11-21T11:05:23.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 628 sec 2023-11-21T11:05:24.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:24 smithi135 ceph-mon[107703]: pgmap v329: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T11:05:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:24 smithi143 ceph-mon[110329]: pgmap v329: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-21T11:05:24.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 629 sec 2023-11-21T11:05:25.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 630 sec 2023-11-21T11:05:26.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:26 smithi135 ceph-mon[107703]: pgmap v330: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-21T11:05:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:26 smithi143 ceph-mon[110329]: pgmap v330: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-21T11:05:26.837 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 631 sec 2023-11-21T11:05:27.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 632 sec 2023-11-21T11:05:28.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:28 smithi135 ceph-mon[107703]: pgmap v331: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-21T11:05:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:28 smithi143 ceph-mon[110329]: pgmap v331: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-21T11:05:28.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 633 sec 2023-11-21T11:05:29.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 634 sec 2023-11-21T11:05:30.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:30 smithi135 ceph-mon[107703]: pgmap v332: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-21T11:05:30.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:30 smithi143 ceph-mon[110329]: pgmap v332: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-21T11:05:30.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 635 sec 2023-11-21T11:05:31.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:31.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 636 sec 2023-11-21T11:05:32.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:32 smithi135 ceph-mon[107703]: pgmap v333: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-11-21T11:05:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:32 smithi143 ceph-mon[110329]: pgmap v333: 97 pgs: 97 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-11-21T11:05:32.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 637 sec 2023-11-21T11:05:33.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 638 sec 2023-11-21T11:05:34.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:34 smithi135 ceph-mon[107703]: pgmap v334: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:34 smithi143 ceph-mon[110329]: pgmap v334: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:34.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 639 sec 2023-11-21T11:05:35.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 640 sec 2023-11-21T11:05:36.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:36 smithi135 ceph-mon[107703]: pgmap v335: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:36 smithi143 ceph-mon[110329]: pgmap v335: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:36.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 641 sec 2023-11-21T11:05:37.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 642 sec 2023-11-21T11:05:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:38 smithi135 ceph-mon[107703]: pgmap v336: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:38 smithi143 ceph-mon[110329]: pgmap v336: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 2 op/s 2023-11-21T11:05:38.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 643 sec 2023-11-21T11:05:39.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 644 sec 2023-11-21T11:05:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:40 smithi135 ceph-mon[107703]: pgmap v337: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-11-21T11:05:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:40 smithi143 ceph-mon[110329]: pgmap v337: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-11-21T11:05:40.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 645 sec 2023-11-21T11:05:41.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 646 sec 2023-11-21T11:05:42.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:42 smithi135 ceph-mon[107703]: pgmap v338: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 2 op/s 2023-11-21T11:05:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:42 smithi143 ceph-mon[110329]: pgmap v338: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 2 op/s 2023-11-21T11:05:42.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 647 sec 2023-11-21T11:05:43.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 648 sec 2023-11-21T11:05:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:44 smithi135 ceph-mon[107703]: pgmap v339: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 2 op/s 2023-11-21T11:05:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:44 smithi143 ceph-mon[110329]: pgmap v339: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 2 op/s 2023-11-21T11:05:44.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 649 sec 2023-11-21T11:05:45.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 650 sec 2023-11-21T11:05:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:46 smithi135 ceph-mon[107703]: pgmap v340: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:46 smithi143 ceph-mon[110329]: pgmap v340: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:05:46.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 651 sec 2023-11-21T11:05:47.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 652 sec 2023-11-21T11:05:48.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:48 smithi135 ceph-mon[107703]: pgmap v341: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:48 smithi143 ceph-mon[110329]: pgmap v341: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:48.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 653 sec 2023-11-21T11:05:49.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 654 sec 2023-11-21T11:05:50.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:50 smithi135 ceph-mon[107703]: pgmap v342: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:50 smithi143 ceph-mon[110329]: pgmap v342: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-21T11:05:50.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 655 sec 2023-11-21T11:05:51.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 656 sec 2023-11-21T11:05:52.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:52 smithi135 ceph-mon[107703]: pgmap v343: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:52.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:52 smithi143 ceph-mon[110329]: pgmap v343: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:52.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 657 sec 2023-11-21T11:05:53.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 658 sec 2023-11-21T11:05:54.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:54 smithi135 ceph-mon[107703]: pgmap v344: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:54 smithi143 ceph-mon[110329]: pgmap v344: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:54.838 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 659 sec 2023-11-21T11:05:55.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 660 sec 2023-11-21T11:05:56.683 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:56 smithi135 ceph-mon[107703]: pgmap v345: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:56 smithi143 ceph-mon[110329]: pgmap v345: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:56.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 661 sec 2023-11-21T11:05:57.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 662 sec 2023-11-21T11:05:58.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:05:58 smithi135 ceph-mon[107703]: pgmap v346: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:05:58 smithi143 ceph-mon[110329]: pgmap v346: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:05:58.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 663 sec 2023-11-21T11:05:59.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 664 sec 2023-11-21T11:06:00.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:00 smithi135 ceph-mon[107703]: pgmap v347: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:00 smithi143 ceph-mon[110329]: pgmap v347: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:00.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 665 sec 2023-11-21T11:06:01.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:01.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 666 sec 2023-11-21T11:06:02.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:02 smithi135 ceph-mon[107703]: pgmap v348: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:02 smithi143 ceph-mon[110329]: pgmap v348: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:02.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 667 sec 2023-11-21T11:06:03.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 668 sec 2023-11-21T11:06:04.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:04 smithi135 ceph-mon[107703]: pgmap v349: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:04 smithi143 ceph-mon[110329]: pgmap v349: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:04.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 669 sec 2023-11-21T11:06:05.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 670 sec 2023-11-21T11:06:06.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:06 smithi135 ceph-mon[107703]: pgmap v350: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:06 smithi143 ceph-mon[110329]: pgmap v350: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:06.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 671 sec 2023-11-21T11:06:07.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 672 sec 2023-11-21T11:06:08.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:08 smithi135 ceph-mon[107703]: pgmap v351: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:08 smithi143 ceph-mon[110329]: pgmap v351: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:08.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 673 sec 2023-11-21T11:06:09.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 674 sec 2023-11-21T11:06:10.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:10 smithi135 ceph-mon[107703]: pgmap v352: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:10 smithi143 ceph-mon[110329]: pgmap v352: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:10.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 675 sec 2023-11-21T11:06:11.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 676 sec 2023-11-21T11:06:12.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:12 smithi135 ceph-mon[107703]: pgmap v353: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:12 smithi143 ceph-mon[110329]: pgmap v353: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:12.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 677 sec 2023-11-21T11:06:13.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 678 sec 2023-11-21T11:06:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:14 smithi135 ceph-mon[107703]: pgmap v354: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:14 smithi143 ceph-mon[110329]: pgmap v354: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:14.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 679 sec 2023-11-21T11:06:15.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 680 sec 2023-11-21T11:06:16.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:16 smithi135 ceph-mon[107703]: pgmap v355: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:16.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:16 smithi143 ceph-mon[110329]: pgmap v355: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:16.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 681 sec 2023-11-21T11:06:17.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 682 sec 2023-11-21T11:06:18.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:18 smithi135 ceph-mon[107703]: pgmap v356: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:18 smithi143 ceph-mon[110329]: pgmap v356: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:18.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 683 sec 2023-11-21T11:06:19.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 684 sec 2023-11-21T11:06:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:20 smithi143 ceph-mon[110329]: pgmap v357: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:20.839 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 685 sec 2023-11-21T11:06:20.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:20 smithi135 ceph-mon[107703]: pgmap v357: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-21T11:06:21.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 686 sec 2023-11-21T11:06:22.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:22 smithi143 ceph-mon[110329]: pgmap v358: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:22.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 687 sec 2023-11-21T11:06:22.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:22 smithi135 ceph-mon[107703]: pgmap v358: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:23.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 688 sec 2023-11-21T11:06:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:24 smithi143 ceph-mon[110329]: pgmap v359: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:24.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 689 sec 2023-11-21T11:06:24.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:24 smithi135 ceph-mon[107703]: pgmap v359: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:25.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 690 sec 2023-11-21T11:06:25.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:25 smithi135 ceph-mon[107703]: pgmap v360: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:25.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:25 smithi143 ceph-mon[110329]: pgmap v360: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:26.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 691 sec 2023-11-21T11:06:27.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 692 sec 2023-11-21T11:06:28.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 693 sec 2023-11-21T11:06:29.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 694 sec 2023-11-21T11:06:30.840 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 695 sec 2023-11-21T11:06:31.544 INFO:teuthology.orchestra.run.smithi135.stdout: 0 cleanup 696 sec 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Operation Count AvgLat MaxLat 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: ---------------------------------------- 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: NTCreateX 152948 7.026 170.710 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Close 112336 0.126 21.600 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Rename 6478 11.682 218.447 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Unlink 30871 6.839 114.619 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Qpathinfo 138723 2.717 116.914 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Qfileinfo 24223 0.090 10.816 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Qfsinfo 25421 1.431 39.723 2023-11-21T11:06:31.545 INFO:teuthology.orchestra.run.smithi135.stdout: Sfileinfo 12443 10.556 83.563 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: Find 53644 5.167 149.411 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: WriteX 75609 10.572 87.533 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: ReadX 240455 0.010 14.959 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: LockX 500 0.356 2.290 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: UnlockX 500 0.263 2.052 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: Flush 10704 0.002 0.027 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T11:06:31.546 INFO:teuthology.orchestra.run.smithi135.stdout:Throughput 7.94923 MB/sec 5 clients 5 procs max_latency=218.453 ms 2023-11-21T11:06:31.547 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-21T11:06:31.611 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-21T11:06:31.687 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-21T11:06:31.713 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph orch ps' 2023-11-21T11:06:31.748 INFO:teuthology.orchestra.run.smithi135.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-21T11:06:31.748 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T11:06:31.748 INFO:teuthology.orchestra.run.smithi135.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-21T11:06:31.749 INFO:teuthology.orchestra.run.smithi135.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-21T11:06:31.849 INFO:teuthology.orchestra.run.smithi135.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-21T11:06:31.849 INFO:teuthology.orchestra.run.smithi135.stdout:releasing clients 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: pgmap v361: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: pgmap v362: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: pgmap v363: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:32.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:32 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: pgmap v361: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: pgmap v362: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:06:32.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: pgmap v363: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-11-21T11:06:32.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:32.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:32.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:32 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:33.860 INFO:teuthology.orchestra.run.smithi135.stdout: 5 306 20.98 MB/sec execute 1 sec latency 120.106 ms 2023-11-21T11:06:34.467 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:34 smithi135 ceph-mon[107703]: pgmap v364: 97 pgs: 97 active+clean; 260 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.0 MiB/s wr, 7 op/s 2023-11-21T11:06:34.530 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T11:06:34.530 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 starting - - - - 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (18m) 11m ago 18m 7000k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (17m) 7m ago 17m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 starting - - - - 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (14m) 11m ago 14m 35.1M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (13m) 7m ago 13m 14.2M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:9283 running (19m) 11m ago 19m 424M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (12m) 7m ago 17m 513M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (19m) 11m ago 19m 89.5M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (17m) 7m ago 17m 64.7M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (13m) 11m ago 13m 258M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (13m) 7m ago 13m 84.4M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T11:06:34.531 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 starting - - - - 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (10m) 7m ago 17m 25.9M - 1.3.1 1dbe0e931976 3a0faa1ea394 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (17m) 11m ago 17m 592M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (16m) 11m ago 16m 378M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (16m) 11m ago 16m 259M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (16m) 11m ago 16m 546M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (15m) 7m ago 15m 1391M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (15m) 7m ago 15m 1784M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (15m) 7m ago 15m 1479M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (14m) 7m ago 14m 2089M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T11:06:34.532 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 starting - - - - 2023-11-21T11:06:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:34 smithi143 ceph-mon[110329]: pgmap v364: 97 pgs: 97 active+clean; 260 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.0 MiB/s wr, 7 op/s 2023-11-21T11:06:34.859 INFO:teuthology.orchestra.run.smithi135.stdout: 5 429 20.24 MB/sec execute 2 sec latency 131.550 ms 2023-11-21T11:06:35.275 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph versions' 2023-11-21T11:06:35.862 INFO:teuthology.orchestra.run.smithi135.stdout: 5 587 21.66 MB/sec execute 3 sec latency 117.016 ms 2023-11-21T11:06:36.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:36 smithi135 ceph-mon[107703]: pgmap v365: 97 pgs: 97 active+clean; 260 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.0 MiB/s wr, 7 op/s 2023-11-21T11:06:36.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:36 smithi135 ceph-mon[107703]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:06:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:36 smithi143 ceph-mon[110329]: pgmap v365: 97 pgs: 97 active+clean; 260 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.0 MiB/s wr, 7 op/s 2023-11-21T11:06:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:36 smithi143 ceph-mon[110329]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:06:36.862 INFO:teuthology.orchestra.run.smithi135.stdout: 5 825 18.09 MB/sec execute 4 sec latency 95.926 ms 2023-11-21T11:06:37.862 INFO:teuthology.orchestra.run.smithi135.stdout: 5 cleanup 5 sec 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T11:06:38.014 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T11:06:38.015 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: pgmap v366: 97 pgs: 97 active+clean; 283 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.0 MiB/s wr, 20 op/s 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.072 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:37 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: pgmap v366: 97 pgs: 97 active+clean; 283 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.0 MiB/s wr, 20 op/s 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:38.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:37 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:06:38.647 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-21T11:06:38.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 6 sec 2023-11-21T11:06:39.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:38 smithi143 ceph-mon[110329]: pgmap v367: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 463 B/s rd, 9.8 MiB/s wr, 191 op/s 2023-11-21T11:06:39.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:38 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/232565082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:06:39.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:38 smithi143 ceph-mon[110329]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-21T11:06:39.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:38 smithi135 ceph-mon[107703]: pgmap v367: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 463 B/s rd, 9.8 MiB/s wr, 191 op/s 2023-11-21T11:06:39.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:38 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/232565082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:06:39.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:38 smithi135 ceph-mon[107703]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-21T11:06:39.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 7 sec 2023-11-21T11:06:40.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 8 sec 2023-11-21T11:06:41.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:40 smithi143 ceph-mon[110329]: pgmap v368: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 463 B/s rd, 9.8 MiB/s wr, 191 op/s 2023-11-21T11:06:41.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:40 smithi135 ceph-mon[107703]: pgmap v368: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 463 B/s rd, 9.8 MiB/s wr, 191 op/s 2023-11-21T11:06:41.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 9 sec 2023-11-21T11:06:42.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 10 sec 2023-11-21T11:06:43.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:43 smithi135 ceph-mon[107703]: pgmap v369: 97 pgs: 97 active+clean; 327 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 9.9 MiB/s wr, 200 op/s 2023-11-21T11:06:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:43 smithi143 ceph-mon[110329]: pgmap v369: 97 pgs: 97 active+clean; 327 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 9.9 MiB/s wr, 200 op/s 2023-11-21T11:06:43.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 11 sec 2023-11-21T11:06:44.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 12 sec 2023-11-21T11:06:45.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:45 smithi135 ceph-mon[107703]: pgmap v370: 97 pgs: 97 active+clean; 255 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.3 MiB/s wr, 234 op/s 2023-11-21T11:06:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:45 smithi143 ceph-mon[110329]: pgmap v370: 97 pgs: 97 active+clean; 255 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.3 MiB/s wr, 234 op/s 2023-11-21T11:06:45.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 13 sec 2023-11-21T11:06:46.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 14 sec 2023-11-21T11:06:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:47 smithi143 ceph-mon[110329]: pgmap v371: 97 pgs: 97 active+clean; 255 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.3 MiB/s wr, 234 op/s 2023-11-21T11:06:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:47 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:47 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:47 smithi135 ceph-mon[107703]: pgmap v371: 97 pgs: 97 active+clean; 255 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.3 MiB/s wr, 234 op/s 2023-11-21T11:06:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:47 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:06:47.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:47 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:06:47.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 15 sec 2023-11-21T11:06:48.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 16 sec 2023-11-21T11:06:49.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:49 smithi143 ceph-mon[110329]: pgmap v372: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 7.1 MiB/s wr, 221 op/s 2023-11-21T11:06:49.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:49 smithi135 ceph-mon[107703]: pgmap v372: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 7.1 MiB/s wr, 221 op/s 2023-11-21T11:06:49.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 17 sec 2023-11-21T11:06:50.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 18 sec 2023-11-21T11:06:51.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:51 smithi143 ceph-mon[110329]: pgmap v373: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 569 KiB/s wr, 48 op/s 2023-11-21T11:06:51.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:51 smithi135 ceph-mon[107703]: pgmap v373: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 569 KiB/s wr, 48 op/s 2023-11-21T11:06:51.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 19 sec 2023-11-21T11:06:52.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 20 sec 2023-11-21T11:06:53.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:53 smithi135 ceph-mon[107703]: pgmap v374: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 569 KiB/s wr, 48 op/s 2023-11-21T11:06:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:53 smithi143 ceph-mon[110329]: pgmap v374: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 569 KiB/s wr, 48 op/s 2023-11-21T11:06:53.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 21 sec 2023-11-21T11:06:54.862 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 22 sec 2023-11-21T11:06:55.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:55 smithi135 ceph-mon[107703]: pgmap v375: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 480 KiB/s wr, 40 op/s 2023-11-21T11:06:55.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:55 smithi143 ceph-mon[110329]: pgmap v375: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 480 KiB/s wr, 40 op/s 2023-11-21T11:06:55.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 23 sec 2023-11-21T11:06:56.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 24 sec 2023-11-21T11:06:57.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:57 smithi135 ceph-mon[107703]: pgmap v376: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:06:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:57 smithi143 ceph-mon[110329]: pgmap v376: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:06:57.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 25 sec 2023-11-21T11:06:58.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 26 sec 2023-11-21T11:06:59.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:06:59 smithi135 ceph-mon[107703]: pgmap v377: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:06:59.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:06:59 smithi143 ceph-mon[110329]: pgmap v377: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 23 KiB/s wr, 2 op/s 2023-11-21T11:06:59.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 27 sec 2023-11-21T11:07:00.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 28 sec 2023-11-21T11:07:01.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:01 smithi135 ceph-mon[107703]: pgmap v378: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:04.518 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:04.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:01 smithi143 ceph-mon[110329]: pgmap v378: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:04.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:04.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:03 smithi143 ceph-mon[110329]: pgmap v379: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:04.520 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 29 sec 2023-11-21T11:07:04.520 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 30 sec 2023-11-21T11:07:04.520 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:03 smithi135 ceph-mon[107703]: pgmap v379: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:04.520 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 31 sec 2023-11-21T11:07:04.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 32 sec 2023-11-21T11:07:05.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:05 smithi135 ceph-mon[107703]: pgmap v380: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:05 smithi143 ceph-mon[110329]: pgmap v380: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-21T11:07:05.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 33 sec 2023-11-21T11:07:06.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 34 sec 2023-11-21T11:07:07.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:07 smithi135 ceph-mon[107703]: pgmap v381: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:07 smithi143 ceph-mon[110329]: pgmap v381: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:07.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 35 sec 2023-11-21T11:07:08.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 36 sec 2023-11-21T11:07:09.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:09 smithi135 ceph-mon[107703]: pgmap v382: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:09 smithi143 ceph-mon[110329]: pgmap v382: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:09.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 37 sec 2023-11-21T11:07:10.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 38 sec 2023-11-21T11:07:11.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:11 smithi135 ceph-mon[107703]: pgmap v383: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:11.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:11 smithi143 ceph-mon[110329]: pgmap v383: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:11.871 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 39 sec 2023-11-21T11:07:12.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 40 sec 2023-11-21T11:07:13.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:13 smithi135 ceph-mon[107703]: pgmap v384: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:13 smithi143 ceph-mon[110329]: pgmap v384: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:13.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 41 sec 2023-11-21T11:07:14.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 42 sec 2023-11-21T11:07:15.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:15 smithi143 ceph-mon[110329]: pgmap v385: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:15.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 43 sec 2023-11-21T11:07:15.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:15 smithi135 ceph-mon[107703]: pgmap v385: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:16.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 44 sec 2023-11-21T11:07:16.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:17 smithi143 ceph-mon[110329]: pgmap v386: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:17.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 45 sec 2023-11-21T11:07:17.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:17 smithi135 ceph-mon[107703]: pgmap v386: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:18.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 46 sec 2023-11-21T11:07:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:19 smithi143 ceph-mon[110329]: pgmap v387: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:19.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 47 sec 2023-11-21T11:07:19.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:19 smithi135 ceph-mon[107703]: pgmap v387: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:20.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 48 sec 2023-11-21T11:07:21.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:21 smithi143 ceph-mon[110329]: pgmap v388: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:21.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 49 sec 2023-11-21T11:07:21.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:21 smithi135 ceph-mon[107703]: pgmap v388: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:22.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:22 smithi143 ceph-mon[110329]: pgmap v389: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:22.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 50 sec 2023-11-21T11:07:22.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:22 smithi135 ceph-mon[107703]: pgmap v389: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:23.863 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 51 sec 2023-11-21T11:07:24.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 52 sec 2023-11-21T11:07:24.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:24 smithi135 ceph-mon[107703]: pgmap v390: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:24.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:24 smithi143 ceph-mon[110329]: pgmap v390: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:25.865 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 53 sec 2023-11-21T11:07:26.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 54 sec 2023-11-21T11:07:27.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:27 smithi135 ceph-mon[107703]: pgmap v391: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:27 smithi143 ceph-mon[110329]: pgmap v391: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:27.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 55 sec 2023-11-21T11:07:28.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 56 sec 2023-11-21T11:07:29.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:29 smithi135 ceph-mon[107703]: pgmap v392: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:29 smithi143 ceph-mon[110329]: pgmap v392: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:29.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 57 sec 2023-11-21T11:07:30.864 INFO:teuthology.orchestra.run.smithi135.stdout: 1 cleanup 58 sec 2023-11-21T11:07:31.339 INFO:teuthology.orchestra.run.smithi135.stdout: 0 cleanup 58 sec 2023-11-21T11:07:31.339 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T11:07:31.339 INFO:teuthology.orchestra.run.smithi135.stdout: Operation Count AvgLat MaxLat 2023-11-21T11:07:31.339 INFO:teuthology.orchestra.run.smithi135.stdout: ---------------------------------------- 2023-11-21T11:07:31.339 INFO:teuthology.orchestra.run.smithi135.stdout: NTCreateX 635 18.185 131.546 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Close 587 7.176 38.703 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Rename 22 18.358 65.703 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Unlink 54 4.351 36.787 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Qpathinfo 201 2.268 64.053 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Qfileinfo 338 11.638 29.249 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Qfsinfo 111 2.501 31.254 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Sfileinfo 95 12.175 42.831 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: Find 141 11.061 95.919 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: WriteX 1670 0.025 0.061 2023-11-21T11:07:31.340 INFO:teuthology.orchestra.run.smithi135.stdout: ReadX 495 0.022 0.511 2023-11-21T11:07:31.341 INFO:teuthology.orchestra.run.smithi135.stdout: Flush 120 10.596 25.839 2023-11-21T11:07:31.341 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-11-21T11:07:31.341 INFO:teuthology.orchestra.run.smithi135.stdout:Throughput 18.0915 MB/sec 5 clients 5 procs max_latency=131.550 ms 2023-11-21T11:07:31.343 DEBUG:teuthology.parallel:result is None 2023-11-21T11:07:31.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:31 smithi135 ceph-mon[107703]: pgmap v393: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:31.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:31 smithi143 ceph-mon[110329]: pgmap v393: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:32.220 INFO:teuthology.orchestra.run.smithi135.stdout:wait for servicemap items w/ changing names to refresh 2023-11-21T11:07:32.652 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'sleep 60' 2023-11-21T11:07:33.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:33 smithi135 ceph-mon[107703]: pgmap v394: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:33.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:33 smithi143 ceph-mon[110329]: pgmap v394: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: pgmap v395: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:07:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.685 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:35 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: pgmap v395: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:35 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:36.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:36 smithi135 ceph-mon[107703]: pgmap v396: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 176 B/s rd, 2.4 KiB/s wr, 0 op/s 2023-11-21T11:07:36.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:36 smithi135 ceph-mon[107703]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-21T11:07:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:36 smithi143 ceph-mon[110329]: pgmap v396: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 176 B/s rd, 2.4 KiB/s wr, 0 op/s 2023-11-21T11:07:36.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:36 smithi143 ceph-mon[110329]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-21T11:07:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:38 smithi135 ceph-mon[107703]: pgmap v397: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 618 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-21T11:07:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:38 smithi143 ceph-mon[110329]: pgmap v397: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 618 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-21T11:07:40.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:40 smithi135 ceph-mon[107703]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 5.6 KiB/s wr, 2 op/s 2023-11-21T11:07:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:40 smithi143 ceph-mon[110329]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 5.6 KiB/s wr, 2 op/s 2023-11-21T11:07:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:42 smithi143 ceph-mon[110329]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 5.6 KiB/s wr, 2 op/s 2023-11-21T11:07:42.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:42 smithi135 ceph-mon[107703]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 5.6 KiB/s wr, 2 op/s 2023-11-21T11:07:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:44 smithi143 ceph-mon[110329]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 7.1 KiB/s wr, 3 op/s 2023-11-21T11:07:44.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:44 smithi135 ceph-mon[107703]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 7.1 KiB/s wr, 3 op/s 2023-11-21T11:07:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:46 smithi143 ceph-mon[110329]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 4.7 KiB/s wr, 3 op/s 2023-11-21T11:07:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:46 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:46 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:46 smithi135 ceph-mon[107703]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 4.7 KiB/s wr, 3 op/s 2023-11-21T11:07:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:46 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:07:46.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:46 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:07:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:48 smithi143 ceph-mon[110329]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.5 KiB/s wr, 3 op/s 2023-11-21T11:07:48.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:48 smithi135 ceph-mon[107703]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.5 KiB/s wr, 3 op/s 2023-11-21T11:07:50.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:50 smithi143 ceph-mon[110329]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-21T11:07:50.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:50 smithi135 ceph-mon[107703]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-21T11:07:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:52 smithi143 ceph-mon[110329]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.4 KiB/s wr, 0 op/s 2023-11-21T11:07:52.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:52 smithi135 ceph-mon[107703]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.4 KiB/s wr, 0 op/s 2023-11-21T11:07:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:54 smithi143 ceph-mon[110329]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 0 op/s 2023-11-21T11:07:54.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:54 smithi135 ceph-mon[107703]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 0 op/s 2023-11-21T11:07:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:56 smithi143 ceph-mon[110329]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:56.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:56 smithi135 ceph-mon[107703]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:07:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:07:58 smithi143 ceph-mon[110329]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:07:58.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:07:58 smithi135 ceph-mon[107703]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:00 smithi143 ceph-mon[110329]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:00.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:00 smithi135 ceph-mon[107703]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:01 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:01.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:01 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:02 smithi143 ceph-mon[110329]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:02.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:02 smithi135 ceph-mon[107703]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:04 smithi143 ceph-mon[110329]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:04.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:04 smithi135 ceph-mon[107703]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:05 smithi143 ceph-mon[110329]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:05.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:05 smithi135 ceph-mon[107703]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:08.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:08 smithi135 ceph-mon[107703]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:08 smithi143 ceph-mon[110329]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:10.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:10 smithi135 ceph-mon[107703]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:10 smithi143 ceph-mon[110329]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:12.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:12 smithi135 ceph-mon[107703]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:12 smithi143 ceph-mon[110329]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:14.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:14 smithi135 ceph-mon[107703]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:14 smithi143 ceph-mon[110329]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:16.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:16 smithi135 ceph-mon[107703]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:16.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:16 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:16 smithi143 ceph-mon[110329]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:16.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:16 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:18.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:18 smithi135 ceph-mon[107703]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:18 smithi143 ceph-mon[110329]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:20 smithi143 ceph-mon[110329]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:20.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:20 smithi135 ceph-mon[107703]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:22 smithi143 ceph-mon[110329]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:22.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:22 smithi135 ceph-mon[107703]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:24 smithi143 ceph-mon[110329]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:24.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:24 smithi135 ceph-mon[107703]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:26.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:26 smithi143 ceph-mon[110329]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:26.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:26 smithi135 ceph-mon[107703]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:28 smithi143 ceph-mon[110329]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:28.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:28 smithi135 ceph-mon[107703]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:30.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:30 smithi143 ceph-mon[110329]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:30.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:30 smithi135 ceph-mon[107703]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:31.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:31 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:31.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:31 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-21T11:08:32.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:32 smithi143 ceph-mon[110329]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:32.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:32 smithi135 ceph-mon[107703]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:34.730 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:34 smithi135 ceph-mon[107703]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:34 smithi143 ceph-mon[110329]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:34.898 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph orch ps' 2023-11-21T11:08:35.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:35 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:08:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:35 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:08:36.585 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (13m) 61s ago 20m 23.6M - 0.23.0 ba2b418f427c 91b455118462 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (20m) 61s ago 20m 6987k - 17.2.0 e1d6a67b021e 98a5185959b4 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi143 smithi143 running (19m) 9m ago 19m 7142k - 17.2.0 e1d6a67b021e ae4433b70fe7 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (13m) 61s ago 20m 57.3M - 8.3.5 dad864ee21e9 07615d645fa4 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.jahocq smithi135 running (16m) 61s ago 16m 39.3M - 17.2.0 e1d6a67b021e fd6cb2a2e662 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi143.rjktbm smithi143 running (16m) 9m ago 16m 14.2M - 17.2.0 e1d6a67b021e 2a7aee1c9d62 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.jalnrh smithi135 *:8443,9283,8765 running (21m) 61s ago 21m 431M - 17.2.0 e1d6a67b021e 058ddf0e9c54 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi143.ukvqcf smithi143 *:8443,9283 running (14m) 9m ago 19m 513M - 18.0.0-7435-g52ca4a61 b235d47f54fd 183f49f5f49c 2023-11-21T11:08:36.586 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (21m) 61s ago 21m 175M 2048M 17.2.0 e1d6a67b021e 9ac412fec5fe 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi143 smithi143 running (19m) 9m ago 19m 64.7M 2048M 17.2.0 e1d6a67b021e 4e4be110b357 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.wnutqf smithi135 *:2049 running (15m) 61s ago 15m 349M - 4.0 e1d6a67b021e 7988afd196bf 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.1.0.smithi143.zvesir smithi143 *:2049 running (15m) 9m ago 15m 84.4M - 4.0 e1d6a67b021e b5d3c475e1a9 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (13m) 61s ago 20m 28.2M - 1.3.1 1dbe0e931976 4cb02b0f2934 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi143 smithi143 *:9100 running (12m) 9m ago 19m 25.9M - 1.3.1 1dbe0e931976 3a0faa1ea394 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (19m) 61s ago 19m 2746M 1944M 17.2.0 e1d6a67b021e 16b5d9606bd8 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (18m) 61s ago 18m 2665M 1944M 17.2.0 e1d6a67b021e f33a9d5c7e18 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi135 running (18m) 61s ago 18m 2049M 1944M 17.2.0 e1d6a67b021e 66846e1e8aa3 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (18m) 61s ago 18m 2509M 1944M 17.2.0 e1d6a67b021e d7953eb583c4 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi143 running (17m) 9m ago 17m 1391M 2712M 17.2.0 e1d6a67b021e b4b6be8b035f 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi143 running (17m) 9m ago 17m 1784M 2712M 17.2.0 e1d6a67b021e cb0466082673 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi143 running (17m) 9m ago 17m 1479M 2712M 17.2.0 e1d6a67b021e 54396416aac2 2023-11-21T11:08:36.587 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi143 running (17m) 9m ago 17m 2089M 2712M 17.2.0 e1d6a67b021e a29a9f404376 2023-11-21T11:08:36.588 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (13m) 61s ago 19m 71.5M - 2.33.4 514e6a882f6e a0c3e9973259 2023-11-21T11:08:36.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:36 smithi143 ceph-mon[110329]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:36.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:36 smithi135 ceph-mon[107703]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:37.136 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph orch upgrade status' 2023-11-21T11:08:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:38 smithi135 ceph-mon[107703]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:08:38.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:38 smithi135 ceph-mon[107703]: pgmap v427: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:38 smithi143 ceph-mon[110329]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:08:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:38 smithi143 ceph-mon[110329]: pgmap v427: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e", 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "in_progress": true, 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "services_complete": [], 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "progress": "1/23 daemons upgraded", 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed.", 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout: "is_paused": true 2023-11-21T11:08:39.180 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T11:08:39.840 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph health detail' 2023-11-21T11:08:40.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:40 smithi135 ceph-mon[107703]: pgmap v428: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:40.605 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:40 smithi135 ceph-mon[107703]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:08:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:40 smithi143 ceph-mon[110329]: pgmap v428: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:40.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:40 smithi143 ceph-mon[110329]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:08:41.697 INFO:teuthology.orchestra.run.smithi135.stdout:HEALTH_WARN Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:08:41.697 INFO:teuthology.orchestra.run.smithi135.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi135.jalnrh on host smithi135 failed. 2023-11-21T11:08:41.697 INFO:teuthology.orchestra.run.smithi135.stdout: Upgrade daemon: mgr.smithi135.jalnrh: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi135.jalnrh ... 2023-11-21T11:08:41.697 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout:Traceback (most recent call last): 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: "__main__", mod_spec) 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: exec(code, run_globals) 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7881, in 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 7869, in main 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-21T11:08:41.698 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-21T11:08:41.699 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-21T11:08:41.699 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-21T11:08:41.699 INFO:teuthology.orchestra.run.smithi135.stdout: File "/tmp/tmp4ldyjvg8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-21T11:08:41.699 INFO:teuthology.orchestra.run.smithi135.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-21T11:08:41.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:08:41.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:08:41.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.921 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.921 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:41 smithi135 ceph-mon[107703]: pgmap v429: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 172.21.15.143:0/3047183797' entity='mgr.smithi143.ukvqcf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: from='mgr.24415 ' entity='mgr.smithi143.ukvqcf' 2023-11-21T11:08:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:41 smithi143 ceph-mon[110329]: pgmap v429: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:42.142 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph versions' 2023-11-21T11:08:42.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:42 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/518335075' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T11:08:42.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:42 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/518335075' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout: "mon": { 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout: "mgr": { 2023-11-21T11:08:43.664 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "osd": { 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "mds": { 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "overall": { 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)": 1 2023-11-21T11:08:43.665 INFO:teuthology.orchestra.run.smithi135.stdout: } 2023-11-21T11:08:43.666 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-11-21T11:08:43.886 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:43 smithi135 ceph-mon[107703]: pgmap v430: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:43.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:43 smithi143 ceph-mon[110329]: pgmap v430: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-21T11:08:44.082 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-21T11:08:44.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:44 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/2265722422' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:08:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:44 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/2265722422' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:08:45.592 INFO:teuthology.orchestra.run.smithi135.stdout:false 2023-11-21T11:08:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:45 smithi135 ceph-mon[107703]: pgmap v431: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:45.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:45 smithi135 ceph-mon[107703]: from='client.? 172.21.15.135:0/3804787320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:08:45.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:45 smithi143 ceph-mon[110329]: pgmap v431: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-21T11:08:45.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:45 smithi143 ceph-mon[110329]: from='client.? 172.21.15.135:0/3804787320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-21T11:08:46.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:08:46.034 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi135 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 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-21T11:08:46.101 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d13bffca655b4fde962b4a8f7992a586 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi135 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 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-21T11:08:46.104 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-21T11:08:46.114 INFO:tasks.cephadm:Teardown begin 2023-11-21T11:08:46.114 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:08:46.159 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:08:46.196 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-21T11:08:46.196 DEBUG:teuthology.orchestra.run.smithi135:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:08:46.217 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:08:46.256 INFO:tasks.cephadm:Stopping all daemons... 2023-11-21T11:08:46.257 INFO:tasks.cephadm.mon.smithi135:Stopping mon.smithi135... 2023-11-21T11:08:46.257 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135 2023-11-21T11:08:46.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:46 smithi135 systemd[1]: Stopping Ceph mon.smithi135 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:08:46.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:46 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135[107680]: 2023-11-21T11:08:46.413+0000 7f7e3ccab700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi135 -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-21T11:08:46.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Nov 21 11:08:46 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi135[107680]: 2023-11-21T11:08:46.413+0000 7f7e3ccab700 -1 mon.smithi135@0(leader) e2 *** Got Signal Terminated *** 2023-11-21T11:08:46.733 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi135.service' 2023-11-21T11:08:46.778 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:08:46.778 INFO:tasks.cephadm.mon.smithi135:Stopped mon.smithi135 2023-11-21T11:08:46.778 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-21T11:08:46.778 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi143 2023-11-21T11:08:47.111 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:46 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:08:47.112 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:46 smithi143 bash[135479]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-mon.smithi143" found: no such container 2023-11-21T11:08:47.112 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:46 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi143[110300]: 2023-11-21T11:08:46.951+0000 7f427173a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi143 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-21T11:08:47.112 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:46 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi143[110300]: 2023-11-21T11:08:46.951+0000 7f427173a700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2023-11-21T11:08:47.350 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi143.service' 2023-11-21T11:08:47.376 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:47 smithi143 bash[135491]: ceph-4702e138-885b-11ee-959e-87774f69a715-mon-smithi143 2023-11-21T11:08:47.376 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:47 smithi143 bash[135534]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-mon.smithi143" found: no such container 2023-11-21T11:08:47.376 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:47 smithi143 systemd[1]: ceph-4702e138-885b-11ee-959e-87774f69a715@mon.smithi143.service: Succeeded. 2023-11-21T11:08:47.376 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 21 11:08:47 smithi143 systemd[1]: Stopped Ceph mon.smithi143 for 4702e138-885b-11ee-959e-87774f69a715. 2023-11-21T11:08:47.399 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:08:47.399 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2023-11-21T11:08:47.400 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-21T11:08:47.400 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.0 2023-11-21T11:08:47.684 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:47 smithi135 systemd[1]: Stopping Ceph osd.0 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:08:47.684 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:47 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0[120511]: 2023-11-21T11:08:47.526+0000 7f5ff6262700 -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-21T11:08:47.684 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:47 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0[120511]: 2023-11-21T11:08:47.526+0000 7f5ff6262700 -1 osd.0 68 *** Got signal Terminated *** 2023-11-21T11:08:47.685 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:47 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0[120511]: 2023-11-21T11:08:47.526+0000 7f5ff6262700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:08:53.434 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:53 smithi135 bash[158131]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-0 2023-11-21T11:08:53.434 INFO:journalctl@ceph.osd.0.smithi135.stdout:Nov 21 11:08:53 smithi135 bash[158210]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.0" found: no such container 2023-11-21T11:08:54.324 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.0.service' 2023-11-21T11:08:54.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:08:54.365 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-21T11:08:54.365 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-21T11:08:54.365 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.1 2023-11-21T11:08:54.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:08:54 smithi135 systemd[1]: Stopping Ceph osd.1 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:08:54.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:08:54 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T11:08:54.523+0000 7fbf51044700 -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-21T11:08:54.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:08:54 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T11:08:54.523+0000 7fbf51044700 -1 osd.1 68 *** Got signal Terminated *** 2023-11-21T11:08:54.684 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:08:54 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1[125234]: 2023-11-21T11:08:54.523+0000 7fbf51044700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:00.434 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:09:00 smithi135 bash[158386]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-1 2023-11-21T11:09:00.434 INFO:journalctl@ceph.osd.1.smithi135.stdout:Nov 21 11:09:00 smithi135 bash[158427]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.1" found: no such container 2023-11-21T11:09:01.224 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.1.service' 2023-11-21T11:09:01.265 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:01.265 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-21T11:09:01.265 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-21T11:09:01.266 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.2 2023-11-21T11:09:01.684 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:01 smithi135 systemd[1]: Stopping Ceph osd.2 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:01.684 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:01 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2[129506]: 2023-11-21T11:09:01.415+0000 7f1ce0c11700 -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-21T11:09:01.684 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:01 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2[129506]: 2023-11-21T11:09:01.415+0000 7f1ce0c11700 -1 osd.2 68 *** Got signal Terminated *** 2023-11-21T11:09:01.685 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:01 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2[129506]: 2023-11-21T11:09:01.415+0000 7f1ce0c11700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:07.335 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:07 smithi135 bash[158606]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-2 2023-11-21T11:09:07.335 INFO:journalctl@ceph.osd.2.smithi135.stdout:Nov 21 11:09:07 smithi135 bash[158651]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.2" found: no such container 2023-11-21T11:09:08.057 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.2.service' 2023-11-21T11:09:08.097 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:08.097 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-21T11:09:08.098 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-21T11:09:08.098 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.3 2023-11-21T11:09:08.434 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:08 smithi135 systemd[1]: Stopping Ceph osd.3 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:08.434 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:08 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T11:09:08.246+0000 7f560c96a700 -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-21T11:09:08.434 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:08 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T11:09:08.246+0000 7f560c96a700 -1 osd.3 68 *** Got signal Terminated *** 2023-11-21T11:09:08.435 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:08 smithi135 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3[133285]: 2023-11-21T11:09:08.246+0000 7f560c96a700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:14.184 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:13 smithi135 bash[158829]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-3 2023-11-21T11:09:14.185 INFO:journalctl@ceph.osd.3.smithi135.stdout:Nov 21 11:09:13 smithi135 bash[158909]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.3" found: no such container 2023-11-21T11:09:14.193 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:13 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:13.762+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:14.487 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:14 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:14.239+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:14.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:14 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:14.192+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:15.055 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.3.service' 2023-11-21T11:09:15.095 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:15.095 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-21T11:09:15.095 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-21T11:09:15.095 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.4 2023-11-21T11:09:15.125 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:14 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:14.761+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:15.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:15.230+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:15.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 systemd[1]: Stopping Ceph osd.4 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:15.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 bash[135672]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-21T11:09:15.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:15.246+0000 7fa2bf5c1700 -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-21T11:09:15.489 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:15.246+0000 7fa2bf5c1700 -1 osd.4 68 *** Got signal Terminated *** 2023-11-21T11:09:15.489 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:15.246+0000 7fa2bf5c1700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:15.489 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:15.271+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:16.112 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:15 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:15.798+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:16.487 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:16 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:16.229+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:16.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:16 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:16.188+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:16.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:16 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:16.111+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:17.083 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:16 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:16.780+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:17.487 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:17 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:17.267+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:17.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:17 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:17.208+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:17.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:17 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:17.082+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:18.099 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:17 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:17.746+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:18.487 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:18 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:18.235+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:18.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:18 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:18.248+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:18.489 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:18 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:18.097+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:19.052 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:18 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:18.770+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:19.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:19 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:19.207+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:19.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:19 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:19.210+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:19.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:19 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:19.051+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:20.216 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:19 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:19.771+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:20.216 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:20.003+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:20.488 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4[115112]: 2023-11-21T11:09:20.214+0000 7fa2b9757700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:52.470484+0000 front 2023-11-21T11:08:52.470467+0000 (oldest deadline 2023-11-21T11:09:13.470984+0000) 2023-11-21T11:09:20.489 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:20.223+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:21.238 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:20 smithi143 bash[135684]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-4 2023-11-21T11:09:21.238 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 21 11:09:21 smithi143 bash[135739]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-21T11:09:21.239 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:20.764+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:21.239 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:20.993+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:21.239 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:20 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:20.993+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:21.660 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:21 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:21.248+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:21.660 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:21 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:21.248+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:21.964 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:21 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:21.715+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:21.979 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.4.service' 2023-11-21T11:09:22.060 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:22.060 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-21T11:09:22.060 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-21T11:09:22.060 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.5 2023-11-21T11:09:22.229 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:21 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:21.963+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:22.229 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:21 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:21.963+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:22.229 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 systemd[1]: Stopping Ceph osd.5 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:22.229 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 bash[135919]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-21T11:09:22.229 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:22.202+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:22.230 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:22.202+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:22.230 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:22.228+0000 7f54c870a700 -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-21T11:09:22.230 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:22.228+0000 7f54c870a700 -1 osd.5 68 *** Got signal Terminated *** 2023-11-21T11:09:22.487 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:22.228+0000 7f54c870a700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:22.987 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:22.915+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:22.988 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:22.915+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:22.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:22.668+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:22.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:22 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:22.668+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:23.487 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:23.192+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:23.488 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:23.192+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:23.963 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:23.634+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:23.963 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:23.634+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:24.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:24.175+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:24.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:24.175+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:24.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:23.962+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:24.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:23 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:23.962+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:24.982 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:24.597+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:24.982 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:24.597+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:25.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:24.982+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:25.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:24 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:24.982+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:25.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:25.128+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:25.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:25.128+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:25.935 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:25.613+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:25.936 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:25.613+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:26.237 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:26.179+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:26.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:26.179+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:26.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:25.935+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:26.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:25 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:25.935+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:26.976 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:26.638+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:26.977 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:26.638+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:27.237 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:27.139+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:49.123781+0000 front 2023-11-21T11:08:49.123868+0000 (oldest deadline 2023-11-21T11:09:13.223867+0000) 2023-11-21T11:09:27.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5[118623]: 2023-11-21T11:09:27.139+0000 7f54c58a6700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:58.525313+0000 front 2023-11-21T11:08:58.525415+0000 (oldest deadline 2023-11-21T11:09:20.825392+0000) 2023-11-21T11:09:27.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:26.976+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:27.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:26 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:26.976+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:27.940 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:27.635+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:27.940 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:27.635+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:28.237 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:28 smithi143 bash[135931]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-5 2023-11-21T11:09:28.238 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 21 11:09:28 smithi143 bash[135975]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-21T11:09:28.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:27.939+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:28.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:27 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:27.939+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:28.737 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:28.596+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:28.737 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:28.596+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:28.737 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:28.596+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:29.121 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:28.967+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:29.121 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:28.967+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:29.122 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:28 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:28.967+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:29.127 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.5.service' 2023-11-21T11:09:29.167 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:29.167 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-21T11:09:29.168 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-21T11:09:29.168 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.6 2023-11-21T11:09:29.375 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 systemd[1]: Stopping Ceph osd.6 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:29.375 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 bash[136151]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-21T11:09:29.375 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.374+0000 7f584541d700 -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-21T11:09:29.737 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.374+0000 7f584541d700 -1 osd.6 68 *** Got signal Terminated *** 2023-11-21T11:09:29.738 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.374+0000 7f584541d700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:29.738 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.600+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:29.738 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.600+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:29.739 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:29.600+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:30.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:29.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:30.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:29.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:30.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:29 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:29.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:30.906 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:30.637+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:30.907 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:30.637+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:30.907 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:30.637+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:31.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:30.905+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:31.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:30.905+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:31.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:30 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:30.905+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:31.951 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:31.669+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:31.951 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:31.669+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:31.952 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:31.669+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:32.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:31.950+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:32.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:31.950+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:32.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:31 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:31.950+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:32.987 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:32.929+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:32.988 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:32.929+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:32.988 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:32.929+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:32.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:32.698+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:32.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:32.698+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:32.989 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:32 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:32.698+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:33.987 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:33.943+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:33.988 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:33.943+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:33.988 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:33.943+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:33.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:33.705+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:48.049244+0000 front 2023-11-21T11:08:48.049350+0000 (oldest deadline 2023-11-21T11:09:13.349262+0000) 2023-11-21T11:09:33.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:33.705+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:57.951093+0000 front 2023-11-21T11:08:57.951029+0000 (oldest deadline 2023-11-21T11:09:22.050876+0000) 2023-11-21T11:09:33.988 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:33 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6[122083]: 2023-11-21T11:09:33.705+0000 7f58405b5700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:02.051447+0000 front 2023-11-21T11:09:02.051463+0000 (oldest deadline 2023-11-21T11:09:27.951426+0000) 2023-11-21T11:09:35.430 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:35 smithi143 bash[136163]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-6 2023-11-21T11:09:35.431 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 21 11:09:35 smithi143 bash[136244]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-21T11:09:35.431 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:34 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:34.992+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:35.431 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:34 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:34.992+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:35.431 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:34 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:34.992+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:36.120 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:35 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:35.971+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:36.120 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:35 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:35.971+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:36.120 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:35 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:35.971+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:36.121 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:35 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:35.971+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:36.127 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.6.service' 2023-11-21T11:09:36.170 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:36.170 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-21T11:09:36.170 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-21T11:09:36.170 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-4702e138-885b-11ee-959e-87774f69a715@osd.7 2023-11-21T11:09:36.487 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 systemd[1]: Stopping Ceph osd.7 for 4702e138-885b-11ee-959e-87774f69a715... 2023-11-21T11:09:36.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 bash[136419]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-21T11:09:36.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.363+0000 7fac44c51700 -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-21T11:09:36.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.363+0000 7fac44c51700 -1 osd.7 68 *** Got signal Terminated *** 2023-11-21T11:09:36.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.363+0000 7fac44c51700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:09:37.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:37.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:37.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:37.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:36 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:36.937+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:38.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:37 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:37.909+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:38.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:37 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:37.909+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:38.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:37 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:37.909+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:38.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:37 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:37.909+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:39.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:38 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:38.945+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:39.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:38 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:38.945+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:39.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:38 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:38.945+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:39.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:38 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:38.945+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:40.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:39 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:39.896+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:40.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:39 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:39.896+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:40.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:39 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:39.896+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:40.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:39 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:39.896+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:41.237 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:40.872+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6806 osd.0 since back 2023-11-21T11:08:51.678459+0000 front 2023-11-21T11:08:51.678371+0000 (oldest deadline 2023-11-21T11:09:15.778402+0000) 2023-11-21T11:09:41.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:40.872+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6814 osd.1 since back 2023-11-21T11:08:55.779030+0000 front 2023-11-21T11:08:55.778936+0000 (oldest deadline 2023-11-21T11:09:20.379180+0000) 2023-11-21T11:09:41.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:40.872+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6822 osd.2 since back 2023-11-21T11:09:05.080130+0000 front 2023-11-21T11:09:05.080120+0000 (oldest deadline 2023-11-21T11:09:27.980028+0000) 2023-11-21T11:09:41.238 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:40 smithi143 ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7[125566]: 2023-11-21T11:09:40.872+0000 7fac3dde5700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.135:6830 osd.3 since back 2023-11-21T11:09:10.880978+0000 front 2023-11-21T11:09:10.880957+0000 (oldest deadline 2023-11-21T11:09:35.580917+0000) 2023-11-21T11:09:42.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:42 smithi143 bash[136431]: ceph-4702e138-885b-11ee-959e-87774f69a715-osd-7 2023-11-21T11:09:42.488 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 21 11:09:42 smithi143 bash[136476]: Error: no container with name or ID "ceph-4702e138-885b-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-21T11:09:43.235 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4702e138-885b-11ee-959e-87774f69a715@osd.7.service' 2023-11-21T11:09:43.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:09:43.275 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-21T11:09:43.276 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4702e138-885b-11ee-959e-87774f69a715 --force --keep-logs 2023-11-21T11:10:06.617 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4702e138-885b-11ee-959e-87774f69a715 --force --keep-logs 2023-11-21T11:10:22.099 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:10:22.138 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:10:22.168 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-21T11:10:22.170 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi135/crash 2023-11-21T11:10:22.171 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash -- . 2023-11-21T11:10:22.231 INFO:teuthology.orchestra.run.smithi135.stderr:tar: /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-21T11:10:22.232 INFO:teuthology.orchestra.run.smithi135.stderr:tar: Error is not recoverable: exiting now 2023-11-21T11:10:22.233 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi143/crash 2023-11-21T11:10:22.234 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash -- . 2023-11-21T11:10:22.278 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/4702e138-885b-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-21T11:10:22.278 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-21T11:10:22.279 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-21T11:10:22.279 DEBUG:teuthology.orchestra.run.smithi135:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-21T11:10:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:grep: /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-21T11:10:22.310 INFO:tasks.cephadm:Compressing logs... 2023-11-21T11:10:22.311 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T11:10:22.354 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-21T11:10:22.380 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-21T11:10:22.380 INFO:teuthology.orchestra.run.smithi143.stderr:: No such file or directory 2023-11-21T11:10:22.381 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.6.log 2023-11-21T11:10:22.381 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log 2023-11-21T11:10:22.383 INFO:teuthology.orchestra.run.smithi135.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-21T11:10:22.383 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-21T11:10:22.383 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log 2023-11-21T11:10:22.384 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-21T11:10:22.384 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.3.log 2023-11-21T11:10:22.384 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-21T11:10:22.384 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi135.jalnrh.log 2023-11-21T11:10:22.384 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi143.ukvqcf.log 2023-11-21T11:10:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.7.log 2023-11-21T11:10:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi143.ukvqcf.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi143.rjktbm.log 2023-11-21T11:10:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.7.log: /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi143.rjktbm.log: 60.5% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi143.rjktbm.log.gz 2023-11-21T11:10:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.4.log 2023-11-21T11:10:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi143.log 2023-11-21T11:10:22.387 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.4.log: /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi143.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.5.log 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi135.jahocq.log 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi135.jalnrh.log: /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi135.jahocq.log: 79.4% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mds.foofs.smithi135.jahocq.log.gz 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi135.log 2023-11-21T11:10:22.388 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi135.log: 90.9% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-21T11:10:22.389 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-21T11:10:22.391 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-21T11:10:22.476 INFO:teuthology.orchestra.run.smithi143.stderr: 90.2% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi143.ukvqcf.log.gz 2023-11-21T11:10:22.519 INFO:teuthology.orchestra.run.smithi135.stderr: 88.5% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mgr.smithi135.jalnrh.log.gz 2023-11-21T11:10:22.791 INFO:teuthology.orchestra.run.smithi143.stderr: 92.3% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi143.log.gz 2023-11-21T11:10:23.870 INFO:teuthology.orchestra.run.smithi135.stderr: 91.7% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-mon.smithi135.log.gz 2023-11-21T11:10:31.763 INFO:teuthology.orchestra.run.smithi143.stderr: 94.0% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.4.log.gz 2023-11-21T11:10:32.088 INFO:teuthology.orchestra.run.smithi135.stderr: 94.5% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-21T11:10:34.301 INFO:teuthology.orchestra.run.smithi143.stderr: 94.3% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.6.log.gz 2023-11-21T11:10:35.387 INFO:teuthology.orchestra.run.smithi135.stderr: 94.1% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.3.log.gz 2023-11-21T11:10:35.389 INFO:teuthology.orchestra.run.smithi135.stderr: 94.1% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-21T11:10:35.389 INFO:teuthology.orchestra.run.smithi135.stderr: 94.3% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-21T11:10:35.389 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-11-21T11:10:35.389 INFO:teuthology.orchestra.run.smithi135.stderr:real 0m12.867s 2023-11-21T11:10:35.390 INFO:teuthology.orchestra.run.smithi135.stderr:user 0m46.423s 2023-11-21T11:10:35.390 INFO:teuthology.orchestra.run.smithi135.stderr:sys 0m1.951s 2023-11-21T11:10:37.089 INFO:teuthology.orchestra.run.smithi143.stderr: 94.2% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.5.log.gz 2023-11-21T11:10:39.890 INFO:teuthology.orchestra.run.smithi143.stderr: 94.2% -- replaced with /var/log/ceph/4702e138-885b-11ee-959e-87774f69a715/ceph-osd.7.log.gz 2023-11-21T11:10:39.892 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-21T11:10:39.892 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m17.521s 2023-11-21T11:10:39.892 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m51.878s 2023-11-21T11:10:39.892 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m2.077s 2023-11-21T11:10:39.893 INFO:tasks.cephadm:Archiving logs... 2023-11-21T11:10:39.893 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi135/log 2023-11-21T11:10:39.894 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-21T11:10:46.088 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi143/log 2023-11-21T11:10:46.089 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-21T11:10:53.181 INFO:tasks.cephadm:Removing cluster... 2023-11-21T11:10:53.182 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4702e138-885b-11ee-959e-87774f69a715 --force 2023-11-21T11:10:53.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4702e138-885b-11ee-959e-87774f69a715 --force 2023-11-21T11:10:53.944 INFO:tasks.cephadm:Removing cephadm ... 2023-11-21T11:10:53.944 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-21T11:10:53.962 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-21T11:10:53.980 INFO:tasks.cephadm:Teardown complete 2023-11-21T11:10:53.980 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-21T11:10:53.990 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-21T11:10:53.990 DEBUG:teuthology.orchestra.run.smithi135:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T11:10:54.005 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T11:10:54.019 INFO:teuthology.orchestra.run.smithi135.stderr:bash: ntpq: command not found 2023-11-21T11:10:54.023 INFO:teuthology.orchestra.run.smithi135.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T11:10:54.023 INFO:teuthology.orchestra.run.smithi135.stdout:=============================================================================== 2023-11-21T11:10:54.023 INFO:teuthology.orchestra.run.smithi135.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +917us[ +917us] +/- 84ms 2023-11-21T11:10:54.023 INFO:teuthology.orchestra.run.smithi135.stdout:^* hv02.front.sepia.ceph.com 3 6 377 31 -948us[ -952us] +/- 78ms 2023-11-21T11:10:54.024 INFO:teuthology.orchestra.run.smithi135.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +214us[ +209us] +/- 87ms 2023-11-21T11:10:54.024 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T11:10:54.037 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-21T11:10:54.041 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T11:10:54.041 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-21T11:10:54.041 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +885us[ +885us] +/- 84ms 2023-11-21T11:10:54.041 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 33 -966us[ -923us] +/- 78ms 2023-11-21T11:10:54.042 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 29 +193us[ +193us] +/- 87ms 2023-11-21T11:10:54.042 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T11:10:54.043 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-21T11:10:54.052 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-21T11:10:54.053 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-21T11:10:54.062 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T11:10:54.158 DEBUG:teuthology.orchestra.run.smithi143:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-21T11:10:54.249 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T11:10:54.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:10:54.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-21T11:10:54.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:10:54.314 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-21T11:10:54.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-21T11:10:54.333 INFO:teuthology.task.internal:Duration was 1898.023531 seconds 2023-11-21T11:10:54.334 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-21T11:10:54.342 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-21T11:10:54.343 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-21T11:10:54.346 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-21T11:10:54.389 INFO:teuthology.orchestra.run.smithi135.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T11:10:54.400 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T11:10:54.695 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-21T11:10:54.695 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi135.front.sepia.ceph.com 2023-11-21T11:10:54.696 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T11:10:54.720 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-21T11:10:54.720 DEBUG:teuthology.orchestra.run.smithi143:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-21T11:10:54.742 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-21T11:10:54.743 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-21T11:10:54.762 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-21T11:10:54.838 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-21T11:10:54.838 DEBUG:teuthology.orchestra.run.smithi135:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-21T11:10:54.840 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-21T11:11:03.245 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-21T11:11:03.256 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-21T11:11:03.256 DEBUG:teuthology.orchestra.run.smithi135:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-21T11:11:03.283 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-21T11:11:03.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-21T11:11:03.326 DEBUG:teuthology.orchestra.run.smithi135:> 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-21T11:11:03.329 DEBUG:teuthology.orchestra.run.smithi143:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:11:03.352 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = core 2023-11-21T11:11:03.389 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-21T11:11:03.426 DEBUG:teuthology.orchestra.run.smithi135:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:11:03.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:11:03.448 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:11:03.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:11:03.485 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-21T11:11:03.496 INFO:teuthology.task.internal:Transferring archived files... 2023-11-21T11:11:03.497 DEBUG:teuthology.misc:Transferring archived files from smithi135:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi135 2023-11-21T11:11:03.497 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-21T11:11:03.559 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757/remote/smithi143 2023-11-21T11:11:03.559 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-21T11:11:03.604 INFO:teuthology.task.internal:Removing archive directory... 2023-11-21T11:11:03.605 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-21T11:11:03.607 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-21T11:11:03.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-21T11:11:03.668 INFO:teuthology.task.internal:Not uploading archives. 2023-11-21T11:11:03.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-21T11:11:03.676 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-21T11:11:03.677 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-21T11:11:03.679 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-21T11:11:03.694 INFO:teuthology.orchestra.run.smithi135.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 21 11:11 /home/ubuntu/cephtest 2023-11-21T11:11:03.715 INFO:teuthology.orchestra.run.smithi143.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 21 11:11 /home/ubuntu/cephtest 2023-11-21T11:11:03.716 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-21T11:11:03.727 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-21T11:11:03.747 INFO:teuthology.nuke:Checking targets against current locks 2023-11-21T11:11:03.776 DEBUG:teuthology.nuke:shortname: smithi135 2023-11-21T11:11:03.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T11:11:03.797 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757', '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-21 10:31:04.108275', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLyBIyURbRXKVE89hCttljBuy9GaA3EdnDhPDQb7WS/+ufl8s4dAM9SjVSQ0a1FJTBGPIAOwvNij3r5fBdj7tgE='} 2023-11-21T11:11:03.801 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-21T11:11:03.802 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T11:11:03.824 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463757', '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-21 10:31:04.106202', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMh94xXm5VXuO2OaVibiRJPBpULGn1bELZtMwgg00x1ORgG1hwn4Rpkkezu4y6Cm5twBED77Y2cYntpuiIcHyFk='} 2023-11-21T11:11:03.846 INFO:teuthology.orchestra.console.smithi135:Power off 2023-11-21T11:11:03.847 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-21T11:11:03.871 DEBUG:teuthology.orchestra.console.smithi135:power off output: Chassis Power Control: Down/Off 2023-11-21T11:11:03.872 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:03.887 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-21T11:11:03.888 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-21T11:11:03.897 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is on 2023-11-21T11:11:03.910 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-21T11:11:03.910 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:03.933 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-21T11:11:07.898 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:07.934 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:08.011 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is on 2023-11-21T11:11:08.043 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-21T11:11:12.014 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:12.044 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:12.124 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is on 2023-11-21T11:11:12.153 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-21T11:11:12.254 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-21T11:11:16.126 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:11:16.236 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is off 2023-11-21T11:11:16.337 INFO:teuthology.orchestra.console.smithi135:Power off completed 2023-11-21T11:11:16.442 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: 1898.023530960083 failure_reason: 'Command failed on smithi135 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 4702e138-885b-11ee-959e-87774f69a715 -e sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d13bffca655b4fde962b4a8f7992a586 status: fail success: false 2023-11-21T11:11:16.442 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-21T11:11:16.513 INFO:teuthology.run:FAIL