2023-11-19T21:22:54.902 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-19T21:22:54.902 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/orig.config.yaml 2023-11-19T21:22:54.941 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T21:22:55.034 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359 branch: main 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: yweinste@redhat.com first_in_suite: false job_id: '7462359' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-18_13:58:58-orch-main-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: main 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: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 8632 sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe targets: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBML02mHPy5eKyoqGKyNfUcM6eHA0umpErFT4FjXeeRhHfdaqn7eTXufuZB81Msm+Kf7fHvB3d7DPzNW+VuQIHTg= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZSRCScAb9WPMeucJUTZdYPM5mt95yhWq62KqTMfnfrJZK3Wdu9TcCu6UtFY6o/W6aUEwHaf4pXgxzkT7PFsQk= 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-18_13:58:58 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: yuriw verbose: true 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-19T21:22:55.034 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa; will attempt to use it 2023-11-19T21:22:55.035 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks 2023-11-19T21:22:55.035 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-19T21:22:55.036 INFO:teuthology.task.internal:Checking packages... 2023-11-19T21:22:55.059 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe' 2023-11-19T21:22:55.059 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T21:22:55.059 INFO:teuthology.packaging:ref: None 2023-11-19T21:22:55.059 INFO:teuthology.packaging:tag: None 2023-11-19T21:22:55.059 INFO:teuthology.packaging:branch: main 2023-11-19T21:22:55.060 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:22:55.060 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-11-19T21:22:55.330 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7430.gb9b9ec8b 2023-11-19T21:22:55.331 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-19T21:22:55.340 INFO:teuthology.task.internal:no buildpackages task found 2023-11-19T21:22:55.341 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-19T21:22:55.374 INFO:teuthology.task.internal:Saving configuration 2023-11-19T21:22:55.388 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-19T21:22:55.398 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T21:22:55.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359', '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-19 21:17:17.195524', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBML02mHPy5eKyoqGKyNfUcM6eHA0umpErFT4FjXeeRhHfdaqn7eTXufuZB81Msm+Kf7fHvB3d7DPzNW+VuQIHTg='} 2023-11-19T21:22:55.447 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359', '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-19 21:17:17.196726', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZSRCScAb9WPMeucJUTZdYPM5mt95yhWq62KqTMfnfrJZK3Wdu9TcCu6UtFY6o/W6aUEwHaf4pXgxzkT7PFsQk='} 2023-11-19T21:22:55.447 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-19T21:22:55.455 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-19T21:22:55.455 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-19T21:22:55.455 INFO:teuthology.run_tasks:Running task console_log... 2023-11-19T21:22:55.515 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f78210f10d0>, signals=[15]) 2023-11-19T21:22:55.516 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-19T21:22:55.526 INFO:teuthology.task.internal:Opening connections... 2023-11-19T21:22:55.527 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:22:55.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:22:55.596 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-11-19T21:22:55.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:22:55.663 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-19T21:22:55.671 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2023-11-19T21:22:55.693 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2023-11-19T21:22:55.693 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2023-11-19T21:22:55.753 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="8" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="8" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el8" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2023-11-19T21:22:55.754 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T21:22:55.755 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2023-11-19T21:22:55.755 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T21:22:55.755 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T21:22:55.755 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T21:22:55.755 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2023-11-19T21:22:55.778 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-11-19T21:22:55.800 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-11-19T21:22:55.800 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-11-19T21:22:55.861 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2023-11-19T21:22:55.861 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8" 2023-11-19T21:22:55.861 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T21:22:55.862 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T21:22:55.863 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-11-19T21:22:55.886 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-19T21:22:55.895 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-19T21:22:55.904 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-19T21:22:55.904 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2023-11-19T21:22:55.906 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-11-19T21:22:55.927 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-19T21:22:55.933 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-19T21:22:55.933 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2023-11-19T21:22:55.968 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-11-19T21:22:56.000 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-19T21:22:56.060 INFO:teuthology.run_tasks:Running task kernel... 2023-11-19T21:22:56.079 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-19T21:22:56.079 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-19T21:22:56.080 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T21:22:56.080 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T21:22:56.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:22:56.101 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2023-11-19T21:22:56.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:22:56.102 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-19T21:22:56.162 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-489.el8.x86_64 2023-11-19T21:22:56.162 INFO:teuthology.task.kernel:Running kernel on smithi084: 4.18.0-489.el8.x86_64 2023-11-19T21:22:56.163 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2023-11-19T21:22:56.164 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-489.el8.x86_64 2023-11-19T21:22:56.164 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-489.el8.x86_64 2023-11-19T21:22:56.164 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-11-19T21:23:02.371 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - AppStream 9.3 MB/s | 34 MB 00:03 2023-11-19T21:23:03.465 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 7.4 MB/s | 34 MB 00:04 2023-11-19T21:23:12.228 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 53 MB 00:03 2023-11-19T21:23:12.314 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 53 MB 00:02 2023-11-19T21:23:20.194 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras 63 kB/s | 18 kB 00:00 2023-11-19T21:23:20.354 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2023-11-19T21:23:20.928 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-19T21:23:21.081 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-19T21:23:21.338 INFO:teuthology.orchestra.run.smithi084.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-11-19T21:23:21.465 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-11-19T21:23:23.574 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2023-11-19T21:23:27.424 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-11-19T21:23:31.050 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T21:23:31.050 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T21:23:31.336 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T21:23:31.337 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout:Install 3 Packages 2023-11-19T21:23:31.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:23:31.339 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 89 M 2023-11-19T21:23:31.339 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 96 M 2023-11-19T21:23:31.339 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-19T21:23:31.943 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 1.5 MB/s | 16 MB 00:10 2023-11-19T21:23:32.050 INFO:teuthology.orchestra.run.smithi088.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2023-11-19T21:23:32.858 INFO:teuthology.orchestra.run.smithi088.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 28 MB/s | 36 MB 00:01 2023-11-19T21:23:33.317 INFO:teuthology.orchestra.run.smithi088.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2023-11-19T21:23:33.317 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:23:33.317 INFO:teuthology.orchestra.run.smithi088.stdout:Total 45 MB/s | 89 MB 00:01 2023-11-19T21:23:33.997 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-19T21:23:34.438 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-19T21:23:34.438 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-19T21:23:35.670 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-19T21:23:35.698 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-19T21:23:35.744 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 426 kB/s | 24 kB 00:00 2023-11-19T21:23:38.474 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-19T21:23:39.096 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:23:39.393 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T21:23:39.394 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T21:23:39.673 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-11-19T21:23:39.674 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:Install 3 Packages 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 89 M 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 96 M 2023-11-19T21:23:39.675 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-11-19T21:23:40.337 INFO:teuthology.orchestra.run.smithi084.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 21 MB/s | 10 MB 00:00 2023-11-19T21:23:41.154 INFO:teuthology.orchestra.run.smithi084.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 28 MB/s | 36 MB 00:01 2023-11-19T21:23:41.671 INFO:teuthology.orchestra.run.smithi084.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-11-19T21:23:41.671 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:23:41.671 INFO:teuthology.orchestra.run.smithi084.stdout:Total 45 MB/s | 89 MB 00:01 2023-11-19T21:23:42.344 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-11-19T21:23:42.650 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:23:42.754 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-11-19T21:23:42.754 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-11-19T21:23:43.070 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:23:43.994 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-11-19T21:23:44.013 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-11-19T21:23:46.500 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:23:46.752 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-11-19T21:23:46.774 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:23:47.396 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:23:50.962 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:23:51.344 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:23:54.768 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:23:55.033 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:09.122 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:09.146 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:09.763 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:09.763 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:24:09.763 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:24:10.554 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:10.554 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:24:10.554 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-19T21:24:10.555 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T21:24:10.555 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T21:24:10.555 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:24:10.555 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-19T21:24:10.709 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:24:10.926 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T21:24:10.926 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T21:24:10.926 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-19T21:24:10.926 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T21:24:10.926 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T21:24:10.926 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-19T21:24:10.927 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T21:24:10.927 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:24:11.135 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T21:24:11.136 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T21:24:11.136 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.02 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 129.el8 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2023-11-19T21:24:11.169 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Group : System Environment/Base 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 9265586 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Relocations : (not relocatable) 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : CentOS BuildSystem 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2023-11-19T21:24:11.170 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:24:11.171 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T21:24:11.172 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T21:24:11.172 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 4.18.0-521.el8.x86_64 2023-11-19T21:24:11.172 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T21:24:12.624 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2023-11-19T21:24:14.624 INFO:teuthology.orchestra.run.smithi088.stderr:done 2023-11-19T21:24:14.626 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2023-11-19T21:24:14.659 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.0IPCLzGA9L 2023-11-19T21:24:14.660 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0IPCLzGA9L 2023-11-19T21:24:14.736 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.0IPCLzGA9L 2023-11-19T21:24:14.877 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.0IPCLzGA9L is 6KB 2023-11-19T21:24:14.924 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.0IPCLzGA9L 2023-11-19T21:24:14.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T21:24:15.007 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T21:24:15.007 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T21:24:15.007 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T21:24:15.007 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T21:24:15.008 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T21:24:15.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2023-11-19T21:24:16.739 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:16.763 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:17.109 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:17.110 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T21:24:17.110 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T21:24:17.877 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T21:24:17.877 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:24:17.877 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-11-19T21:24:17.877 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T21:24:17.877 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T21:24:17.878 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:24:17.878 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-19T21:24:18.051 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:24:18.265 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T21:24:18.266 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T21:24:18.266 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-19T21:24:18.266 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T21:24:18.266 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T21:24:18.266 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-19T21:24:18.266 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T21:24:18.266 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:24:18.476 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T21:24:18.476 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T21:24:18.476 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.02 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 129.el8 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Group : System Environment/Base 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 9265586 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2023-11-19T21:24:18.509 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Relocations : (not relocatable) 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : CentOS BuildSystem 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T21:24:18.510 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T21:24:18.511 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T21:24:18.511 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2023-11-19T21:24:18.511 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:24:18.511 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T21:24:18.512 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T21:24:18.512 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 4.18.0-521.el8.x86_64 2023-11-19T21:24:18.512 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T21:24:20.162 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2023-11-19T21:24:22.098 INFO:teuthology.orchestra.run.smithi084.stderr:done 2023-11-19T21:24:22.099 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2023-11-19T21:24:22.122 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.cBeC3haN71 2023-11-19T21:24:22.122 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cBeC3haN71 2023-11-19T21:24:22.206 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.cBeC3haN71 2023-11-19T21:24:22.309 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.cBeC3haN71 is 6KB 2023-11-19T21:24:22.358 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.cBeC3haN71 2023-11-19T21:24:22.375 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T21:24:22.450 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T21:24:22.451 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T21:24:22.451 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T21:24:22.451 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T21:24:22.452 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T21:24:22.603 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2023-11-19T21:24:45.201 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-19T21:24:45.201 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:24:45.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:24:52.613 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-19T21:24:52.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-19T21:24:52.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:25:19.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-19T21:25:28.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:25:28.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:25:31.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-19T21:25:43.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:25:43.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:25:52.622 DEBUG:teuthology.orchestra.remote:timed out 2023-11-19T21:26:01.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-19T21:26:01.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:26:01.981 DEBUG:teuthology.orchestra.run.smithi084:> true 2023-11-19T21:26:02.359 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-19T21:26:02.359 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-19T21:26:02.359 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2023-11-19T21:26:02.381 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-521.el8.x86_64 2023-11-19T21:26:02.382 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-19T21:26:02.382 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T21:26:02.382 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T21:26:03.383 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-19T21:26:03.383 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T21:26:03.479 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2023-11-19T21:26:03.495 DEBUG:teuthology.parallel:result is None 2023-11-19T21:26:15.855 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-19T21:26:16.124 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:26:16.124 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-19T21:26:16.124 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-19T21:26:16.180 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-521.el8.x86_64 2023-11-19T21:26:16.181 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-19T21:26:16.181 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T21:26:16.181 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T21:26:17.182 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-19T21:26:17.183 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T21:26:17.239 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-11-19T21:26:17.251 DEBUG:teuthology.parallel:result is None 2023-11-19T21:26:17.251 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-19T21:26:17.258 INFO:teuthology.task.internal:Creating test directory... 2023-11-19T21:26:17.258 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T21:26:17.261 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T21:26:17.283 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-19T21:26:17.289 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-19T21:26:17.299 INFO:teuthology.task.internal:Creating archive directory... 2023-11-19T21:26:17.299 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T21:26:17.325 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T21:26:17.358 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-19T21:26:17.364 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-19T21:26:17.364 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T21:26:17.391 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:26:17.430 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:26:17.434 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:26:17.441 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:26:17.444 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:26:17.446 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-19T21:26:17.453 INFO:teuthology.task.internal:Configuring sudo... 2023-11-19T21:26:17.454 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T21:26:17.486 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T21:26:17.515 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-19T21:26:17.523 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-19T21:26:17.524 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T21:26:17.556 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T21:26:17.575 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:26:17.658 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:26:17.706 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:26:17.792 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:26:17.833 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:26:17.833 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T21:26:17.900 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:26:17.948 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:26:18.005 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:26:18.092 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:26:18.137 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:26:18.137 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T21:26:18.207 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2023-11-19T21:26:18.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-11-19T21:26:18.266 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:26:18.304 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:26:18.784 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-19T21:26:18.792 INFO:teuthology.task.internal:Starting timer... 2023-11-19T21:26:18.792 INFO:teuthology.run_tasks:Running task pcp... 2023-11-19T21:26:18.890 INFO:teuthology.run_tasks:Running task selinux... 2023-11-19T21:26:18.899 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-19T21:26:18.899 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2023-11-19T21:26:18.981 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2023-11-19T21:26:18.982 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-11-19T21:26:19.056 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-11-19T21:26:19.058 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-19T21:26:19.058 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2023-11-19T21:26:19.101 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2023-11-19T21:26:19.102 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-11-19T21:26:19.156 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-11-19T21:26:19.157 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi088.front.sepia.ceph.com': 'permissive'} 2023-11-19T21:26:19.157 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T21:26:19.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:26:19.185 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:26:19.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:26:19.215 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-19T21:26:19.215 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2023-11-19T21:26:19.255 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-11-19T21:26:19.282 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-19T21:26:19.292 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-19T21:26:19.292 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-19T21:26:19.310 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-19T21:26:19.312 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi088.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-19T21:33:32.027 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com')] 2023-11-19T21:33:32.028 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-19T21:33:32.029 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:33:32.096 DEBUG:teuthology.orchestra.run.smithi084:> true 2023-11-19T21:33:32.164 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-11-19T21:33:32.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:33:32.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:33:32.233 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-19T21:33:32.305 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-19T21:33:32.306 INFO:teuthology.run_tasks:Running task clock... 2023-11-19T21:33:32.316 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-19T21:33:32.317 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T21:33:32.317 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:33:32.320 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T21:33:32.320 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:33:32.350 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T21:33:32.363 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T21:33:32.379 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T21:33:32.394 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T21:33:32.428 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2023-11-19T21:33:32.439 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2023-11-19T21:33:32.452 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T21:33:32.461 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-11-19T21:33:32.465 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T21:33:32.472 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-11-19T21:33:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T21:33:32.498 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T21:33:32.534 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.538 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.571 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:33:32.572 INFO:teuthology.run_tasks:Running task pexec... 2023-11-19T21:33:32.581 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-19T21:33:32.581 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:33:32.582 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T21:33:32.582 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-11-19T21:33:32.582 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T21:33:33.457 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Sun 19 Nov 2023 09:31:59 PM UTC. 2023-11-19T21:33:33.492 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:33 ago on Sun 19 Nov 2023 09:32:00 PM UTC. 2023-11-19T21:33:35.587 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-19T21:33:35.588 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:35.588 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-19T21:33:35.589 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:35.590 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:35.595 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-19T21:33:35.596 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:35.596 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2023-11-19T21:33:35.596 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:35.596 INFO:teuthology.orchestra.run.smithi084.stdout:Resetting modules: 2023-11-19T21:33:35.596 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools 2023-11-19T21:33:35.597 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:35.597 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-19T21:33:35.597 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:35.597 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:35.834 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-19T21:33:35.855 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-19T21:33:36.763 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:36 ago on Sun 19 Nov 2023 09:32:00 PM UTC. 2023-11-19T21:33:36.814 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:37 ago on Sun 19 Nov 2023 09:31:59 PM UTC. 2023-11-19T21:33:38.850 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-19T21:33:38.924 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-11-19T21:33:39.027 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T21:33:39.028 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-19T21:33:39.029 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-19T21:33:39.030 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-11-19T21:33:39.030 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:39.030 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 27 M 2023-11-19T21:33:39.030 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 89 M 2023-11-19T21:33:39.030 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout:Installing group/module packages: 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T21:33:39.104 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T21:33:39.105 INFO:teuthology.orchestra.run.smithi084.stdout:Installing module profiles: 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools/common 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling module streams: 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools rhel8 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2023-11-19T21:33:39.106 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:39.107 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 27 M 2023-11-19T21:33:39.107 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 89 M 2023-11-19T21:33:39.107 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-11-19T21:33:39.302 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.3 MB/s | 1.0 MB 00:00 2023-11-19T21:33:39.328 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 2.8 MB/s | 750 kB 00:00 2023-11-19T21:33:39.370 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 563 kB/s | 38 kB 00:00 2023-11-19T21:33:39.378 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.1 MB/s | 750 kB 00:00 2023-11-19T21:33:39.395 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-19T21:33:39.412 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.8 MB/s | 1.0 MB 00:00 2023-11-19T21:33:39.437 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 649 kB/s | 38 kB 00:00 2023-11-19T21:33:39.445 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-19T21:33:39.470 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-19T21:33:39.504 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-11-19T21:33:39.529 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-19T21:33:39.554 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-19T21:33:39.588 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-11-19T21:33:39.605 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2023-11-19T21:33:39.646 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-11-19T21:33:39.730 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2023-11-19T21:33:39.780 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 14 MB/s | 2.5 MB 00:00 2023-11-19T21:33:39.839 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 900 kB/s | 53 kB 00:00 2023-11-19T21:33:39.880 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 17 MB/s | 2.5 MB 00:00 2023-11-19T21:33:39.898 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2023-11-19T21:33:39.930 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-11-19T21:33:39.981 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-11-19T21:33:39.989 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-19T21:33:40.122 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-11-19T21:33:40.607 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 6.6 MB/s | 9.6 MB 00:01 2023-11-19T21:33:40.607 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:33:40.607 INFO:teuthology.orchestra.run.smithi084.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-19T21:33:40.873 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-11-19T21:33:40.894 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-11-19T21:33:40.894 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-11-19T21:33:41.150 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-11-19T21:33:41.153 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-11-19T21:33:41.357 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.2 MB/s | 9.6 MB 00:02 2023-11-19T21:33:41.357 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:33:41.357 INFO:teuthology.orchestra.run.smithi088.stdout:Total 11 MB/s | 27 MB 00:02 2023-11-19T21:33:41.631 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-19T21:33:41.652 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-19T21:33:41.652 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-19T21:33:41.813 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-11-19T21:33:41.893 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-19T21:33:41.896 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-19T21:33:42.024 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T21:33:42.177 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T21:33:42.393 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T21:33:42.576 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-19T21:33:42.620 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T21:33:42.794 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T21:33:42.957 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T21:33:43.143 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T21:33:43.172 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T21:33:43.426 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T21:33:43.953 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T21:33:44.110 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T21:33:44.359 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T21:33:44.572 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T21:33:44.823 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T21:33:44.956 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T21:33:45.204 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T21:33:45.248 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T21:33:45.429 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T21:33:45.703 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T21:33:46.304 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T21:33:46.445 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T21:33:46.518 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T21:33:46.709 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T21:33:47.126 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T21:33:47.126 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T21:33:47.126 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T21:33:47.126 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T21:33:47.127 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T21:33:47.329 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T21:33:47.577 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T21:33:47.755 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T21:33:47.907 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T21:33:47.907 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:47.907 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-11-19T21:33:47.907 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.907 INFO:teuthology.orchestra.run.smithi084.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:47.908 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:33:47.909 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-11-19T21:33:48.167 DEBUG:teuthology.parallel:result is None 2023-11-19T21:33:48.177 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T21:33:48.177 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T21:33:48.178 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T21:33:48.959 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T21:33:48.959 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:48.959 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-19T21:33:48.959 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:48.960 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:33:48.961 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-19T21:33:49.221 DEBUG:teuthology.parallel:result is None 2023-11-19T21:33:49.221 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-19T21:33:49.298 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T21:33:49.298 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-19T21:33:49.298 INFO:tasks.cephadm:Cluster fsid is 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:33:49.299 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-19T21:33:49.299 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-19T21:33:49.299 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi084': '172.21.15.84', 'mon.smithi088': '172.21.15.88'} 2023-11-19T21:33:49.299 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-19T21:33:49.299 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2023-11-19T21:33:49.333 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-11-19T21:33:49.362 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-19T21:33:49.363 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T21:33:49.600 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 19 21:33 /home/ubuntu/cephtest/cephadm 2023-11-19T21:33:49.600 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:33:49.731 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 19 21:33 /home/ubuntu/cephtest/cephadm 2023-11-19T21:33:49.732 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T21:33:49.754 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T21:33:49.782 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-19T21:33:49.782 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-19T21:33:49.797 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-19T21:33:51.443 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T21:33:51.541 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T21:34:05.791 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-11-19T21:34:05.791 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2023-11-19T21:34:05.792 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout: "repo_digests": [ 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-19T21:34:05.899 INFO:teuthology.orchestra.run.smithi084.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-19T21:34:05.900 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2023-11-19T21:34:05.900 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:34:05.917 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2023-11-19T21:34:05.947 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2023-11-19T21:34:05.977 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2023-11-19T21:34:06.013 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2023-11-19T21:34:06.043 INFO:tasks.cephadm:Writing seed config... 2023-11-19T21:34:06.044 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-19T21:34:06.044 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-19T21:34:06.045 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-19T21:34:06.045 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-19T21:34:06.045 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-19T21:34:06.045 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-19T21:34:06.046 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-19T21:34:06.046 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-19T21:34:06.046 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:34:06.047 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-19T21:34:06.071 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 = 53b435fa-8723-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-19T21:34:06.072 DEBUG:teuthology.orchestra.run.smithi084:mon.smithi084> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service 2023-11-19T21:34:06.114 INFO:tasks.cephadm:Bootstrapping... 2023-11-19T21:34:06.114 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 53b435fa-8723-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.84 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:34:06.140 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:-- Logs begin at Sun 2023-11-19 21:25:44 UTC. -- 2023-11-19T21:34:06.305 INFO:teuthology.orchestra.run.smithi084.stderr:-------------------------------------------------------------------------------- 2023-11-19T21:34:06.305 INFO:teuthology.orchestra.run.smithi084.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '53b435fa-8723-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.84', '--skip-admin-label'] 2023-11-19T21:34:06.326 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-19T21:34:06.339 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying podman|docker is present... 2023-11-19T21:34:06.358 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-19T21:34:06.372 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying lvm2 is present... 2023-11-19T21:34:06.372 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying time synchronization is in place... 2023-11-19T21:34:06.379 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T21:34:06.386 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:34:06.392 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2023-11-19T21:34:06.397 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2023-11-19T21:34:06.398 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2023-11-19T21:34:06.398 INFO:teuthology.orchestra.run.smithi084.stderr:Repeating the final host check... 2023-11-19T21:34:06.416 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2023-11-19T21:34:06.427 INFO:teuthology.orchestra.run.smithi084.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-19T21:34:06.427 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl is present 2023-11-19T21:34:06.427 INFO:teuthology.orchestra.run.smithi084.stderr:lvcreate is present 2023-11-19T21:34:06.432 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T21:34:06.438 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:34:06.444 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2023-11-19T21:34:06.449 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2023-11-19T21:34:06.450 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2023-11-19T21:34:06.450 INFO:teuthology.orchestra.run.smithi084.stderr:Host looks OK 2023-11-19T21:34:06.450 INFO:teuthology.orchestra.run.smithi084.stderr:Cluster fsid: 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:06.450 INFO:teuthology.orchestra.run.smithi084.stderr:Acquiring lock 140632983027840 on /run/cephadm/53b435fa-8723-11ee-959e-87774f69a715.lock 2023-11-19T21:34:06.451 INFO:teuthology.orchestra.run.smithi084.stderr:Lock 140632983027840 acquired on /run/cephadm/53b435fa-8723-11ee-959e-87774f69a715.lock 2023-11-19T21:34:06.451 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 3300 ... 2023-11-19T21:34:06.451 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 6789 ... 2023-11-19T21:34:06.451 INFO:teuthology.orchestra.run.smithi084.stderr:Base mon IP is 172.21.15.84, final addrv is [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2023-11-19T21:34:06.454 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.84 metric 100 2023-11-19T21:34:06.454 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.84 metric 100 2023-11-19T21:34:06.456 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-19T21:34:06.456 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-19T21:34:06.456 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1744sec hoplimit 64 pref medium 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d751/64 scope link 2023-11-19T21:34:06.459 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-19T21:34:06.460 INFO:teuthology.orchestra.run.smithi084.stderr:Mon IP `172.21.15.84` is in CIDR network `172.21.0.0/20` 2023-11-19T21:34:06.460 INFO:teuthology.orchestra.run.smithi084.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-19T21:34:06.461 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T21:34:06.537 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-19T21:34:06.998 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Getting image source signatures 2023-11-19T21:34:06.998 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-19T21:34:06.998 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-19T21:34:06.998 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-19T21:34:06.998 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-19T21:34:06.999 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-19T21:34:06.999 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-19T21:34:07.072 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Writing manifest to image destination 2023-11-19T21:34:07.244 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-19T21:34:07.632 INFO:teuthology.orchestra.run.smithi084.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-19T21:34:08.036 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-19T21:34:08.036 INFO:teuthology.orchestra.run.smithi084.stderr:Extracting ceph user uid/gid from container image... 2023-11-19T21:34:08.338 INFO:teuthology.orchestra.run.smithi084.stderr:stat: 167 167 2023-11-19T21:34:08.655 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial keys... 2023-11-19T21:34:08.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQBQf1plQ1kjNxAAZqkRxqiupsr5S5aPOJ6mJQ== 2023-11-19T21:34:09.587 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQBRf1pl7b/DIBAA64q8Cpx+/Ny6he2GU59hRw== 2023-11-19T21:34:10.186 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQBSf1plsrUVChAAtb1fNK0SVmvKLNEB/5hPtQ== 2023-11-19T21:34:10.519 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial monmap... 2023-11-19T21:34:10.805 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-19T21:34:10.806 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-19T21:34:10.806 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:10.806 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T21:34:11.127 INFO:teuthology.orchestra.run.smithi084.stderr:monmaptool for smithi084 [v2:172.21.15.84:3300,v1:172.21.15.84:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-19T21:34:11.128 INFO:teuthology.orchestra.run.smithi084.stderr:setting min_mon_release = octopus 2023-11-19T21:34:11.128 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: set fsid to 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:11.128 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T21:34:11.128 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:34:11.128 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mon... 2023-11-19T21:34:11.810 INFO:teuthology.orchestra.run.smithi084.stderr:create mon.smithi084 on 2023-11-19T21:34:11.909 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-19T21:34:11.999 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-53b435fa-8723-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715.target. 2023-11-19T21:34:12.000 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-53b435fa-8723-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715.target. 2023-11-19T21:34:12.200 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service: Unit ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service not loaded. 2023-11-19T21:34:12.206 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715.target.wants/ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service → /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715@.service. 2023-11-19T21:34:12.690 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-19T21:34:12.698 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:34:12.699 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-19T21:34:12.699 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2023-11-19T21:34:12.699 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon to start... 2023-11-19T21:34:12.699 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon... 2023-11-19T21:34:12.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:12 smithi084 ceph-mon[107217]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-19T21:34:13.156 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: cluster: 2023-11-19T21:34:13.156 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: id: 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:13.156 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-19T21:34:13.157 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.157 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: services: 2023-11-19T21:34:13.157 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi084 (age 0.446909s) 2023-11-19T21:34:13.157 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-19T21:34:13.157 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-19T21:34:13.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: data: 2023-11-19T21:34:13.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-19T21:34:13.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-19T21:34:13.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-19T21:34:13.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pgs: 2023-11-19T21:34:13.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.504 INFO:teuthology.orchestra.run.smithi084.stderr:mon is available 2023-11-19T21:34:13.504 INFO:teuthology.orchestra.run.smithi084.stderr:Assimilating anything we can from ceph.conf... 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [global] 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: fsid = 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.932 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [mgr] 2023-11-19T21:34:13.933 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-19T21:34:13.933 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:13.933 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [osd] 2023-11-19T21:34:13.933 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-19T21:34:13.933 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: fsmap 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: mgrmap e1: no daemons active 2023-11-19T21:34:13.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:13 smithi084 ceph-mon[107217]: from='client.? 172.21.15.84:0/1676883756' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-19T21:34:14.287 INFO:teuthology.orchestra.run.smithi084.stderr:Generating new minimal ceph.conf... 2023-11-19T21:34:14.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:14 smithi084 ceph-mon[107217]: from='client.? 172.21.15.84:0/2949235154' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T21:34:14.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:14 smithi084 ceph-mon[107217]: from='client.? 172.21.15.84:0/2949235154' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-19T21:34:15.113 INFO:teuthology.orchestra.run.smithi084.stderr:Restarting the monitor... 2023-11-19T21:34:15.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:34:15.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 bash[107515]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-mon.smithi084" found: no such container 2023-11-19T21:34:15.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084[107194]: 2023-11-19T21:34:15.207+0000 7fbc218db700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-19T21:34:15.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084[107194]: 2023-11-19T21:34:15.207+0000 7fbc218db700 -1 mon.smithi084@0(leader) e1 *** Got Signal Terminated *** 2023-11-19T21:34:15.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 bash[107528]: ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084 2023-11-19T21:34:15.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 bash[107566]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-mon.smithi084" found: no such container 2023-11-19T21:34:15.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 systemd[1]: ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service: Succeeded. 2023-11-19T21:34:15.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 systemd[1]: Stopped Ceph mon.smithi084 for 53b435fa-8723-11ee-959e-87774f69a715. 2023-11-19T21:34:15.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:15 smithi084 systemd[1]: Starting Ceph mon.smithi084 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:34:16.030 INFO:teuthology.orchestra.run.smithi084.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-19T21:34:16.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T21:34:16.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-19T21:34:16.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: pidfile_write: ignore empty --pid-file 2023-11-19T21:34:16.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: load: jerasure load: lrc 2023-11-19T21:34:16.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: RocksDB version: 6.15.5 2023-11-19T21:34:16.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-19T21:34:16.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Compile date Apr 18 2022 2023-11-19T21:34:16.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: DB SUMMARY 2023-11-19T21:34:16.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: DB Session ID: N2L1BE9PPGSV12R5KSZI 2023-11-19T21:34:16.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: CURRENT file: CURRENT 2023-11-19T21:34:16.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T21:34:16.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-19T21:34:16.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi084/store.db dir, Total Num: 1, files: 000008.sst 2023-11-19T21:34:16.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi084/store.db: 000010.log size: 80767 ; 2023-11-19T21:34:16.502 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.error_if_exists: 0 2023-11-19T21:34:16.502 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.create_if_missing: 0 2023-11-19T21:34:16.502 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.paranoid_checks: 1 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.env: 0x55c14be60860 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.fs: Posix File System 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.info_log: 0x55c14e267fa0 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.statistics: (nil) 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.use_fsync: 0 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_log_file_size: 0 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T21:34:16.503 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_fallocate: 1 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.use_direct_reads: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.db_log_dir: 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi084/store.db 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T21:34:16.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.write_buffer_manager: 0x55c14e358330 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T21:34:16.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.unordered_write: 0 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.row_cache: None 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.wal_filter: None 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.preserve_deletes: 0 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.two_write_queues: 0 2023-11-19T21:34:16.506 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.atomic_flush: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.log_readahead_size: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_background_jobs: 2 2023-11-19T21:34:16.507 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_background_compactions: -1 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_subcompactions: 1 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_open_files: -1 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T21:34:16.508 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_background_flushes: -1 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Compression algorithms supported: 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kZSTD supported: 0 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kXpressCompression supported: 0 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kLZ4Compression supported: 1 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kBZip2Compression supported: 0 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kZlibCompression supported: 1 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: kSnappyCompression supported: 1 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000009 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T21:34:16.509 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.merge_operator: 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_filter: None 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c14e233d00) 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: cache_index_and_filter_blocks: 1 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: pin_top_level_index_and_filter: 1 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_type: 0 2023-11-19T21:34:16.510 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: data_block_index_type: 0 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_shortening: 1 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: hash_index_allow_collision: 1 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: checksum: 1 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: no_block_cache: 0 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache: 0x55c14e29e170 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_name: BinnedLRUCache 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_options: 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: capacity : 536870912 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: num_shard_bits : 4 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: strict_capacity_limit : 0 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: high_pri_pool_ratio: 0.000 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_cache_compressed: (nil) 2023-11-19T21:34:16.511 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: persistent_cache: (nil) 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_size: 4096 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_size_deviation: 10 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_restart_interval: 16 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: index_block_restart_interval: 1 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: metadata_block_size: 4096 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: partition_filters: 0 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: use_delta_encoding: 1 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: whole_key_filtering: 1 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: verify_compression: 0 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: read_amp_bytes_per_bit: 0 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: format_version: 4 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: enable_index_compression: 1 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: block_align: 0 2023-11-19T21:34:16.512 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression: NoCompression 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.num_levels: 7 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T21:34:16.513 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T21:34:16.514 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 bash[107632]: 2f539e27315a1df81690bb475150a4bde89b4da657d95bbf3d34c111670fa3bb 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T21:34:16.515 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.arena_block_size: 4194304 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T21:34:16.516 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T21:34:16.517 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T21:34:16.517 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.table_properties_collectors: 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.inplace_update_support: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.bloom_locality: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.max_successive_merges: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.ttl: 2592000 2023-11-19T21:34:16.518 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.enable_blob_files: false 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.min_blob_size: 0 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429656020947, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: 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-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429656021653, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77625, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75883, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70339, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700429656, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "765ad53c-953b-449d-8657-d42bf46412c4", "db_session_id": "N2L1BE9PPGSV12R5KSZI"}} 2023-11-19T21:34:16.519 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429656021986, "job": 1, "event": "recovery_finished"} 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi084/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55c14e284a80 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: DB pointer 0x55c14e294000 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** DB Stats ** 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-19T21:34:16.520 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.521 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative compaction: 0.00 GB write, 25.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval compaction: 0.00 GB write, 25.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-19T21:34:16.522 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** Compaction Stats [default] ** 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 159.5 0.00 0.00 1 0.000 0 0 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T21:34:16.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Cumulative compaction: 0.00 GB write, 25.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: starting mon.smithi084 rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi084 fsid 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???) e1 preinit fsid 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).mds e1 new map 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).mds e1 print_map 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: e1 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-19T21:34:16.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: legacy client fscid: -1 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout: No filesystems configured 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 systemd[1]: Started Ceph mon.smithi084 for 53b435fa-8723-11ee-959e-87774f69a715. 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: fsmap 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T21:34:16.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:16 smithi084 ceph-mon[107669]: mgrmap e1: no daemons active 2023-11-19T21:34:16.878 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-19T21:34:16.879 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:34:16.879 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mgr... 2023-11-19T21:34:16.879 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying port 9283 ... 2023-11-19T21:34:17.001 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-53b435fa-8723-11ee-959e-87774f69a715@mgr.smithi084.tyupxq.service: Unit ceph-53b435fa-8723-11ee-959e-87774f69a715@mgr.smithi084.tyupxq.service not loaded. 2023-11-19T21:34:17.007 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715.target.wants/ceph-53b435fa-8723-11ee-959e-87774f69a715@mgr.smithi084.tyupxq.service → /etc/systemd/system/ceph-53b435fa-8723-11ee-959e-87774f69a715@.service. 2023-11-19T21:34:17.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:17 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1029236506' entity='client.admin' 2023-11-19T21:34:17.839 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-19T21:34:17.847 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:34:17.847 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-19T21:34:17.847 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2023-11-19T21:34:17.855 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-19T21:34:17.863 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:34:17.863 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-19T21:34:17.864 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-19T21:34:17.864 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr to start... 2023-11-19T21:34:17.864 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr... 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "53b435fa-8723-11ee-959e-87774f69a715", 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T21:34:18.367 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T21:34:18.368 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T21:34:18.369 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T21:34:18.372 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T21:34:18.372 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T21:34:18.372 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.372 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T21:34:18.372 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T21:34:18.373 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:18.374 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-19T21:34:12.705640+0000", 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T21:34:18.375 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:18.663 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:18 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2787329712' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T21:34:18.673 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (1/15)... 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "53b435fa-8723-11ee-959e-87774f69a715", 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T21:34:21.158 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T21:34:21.159 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T21:34:21.160 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T21:34:21.163 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T21:34:21.164 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:21.165 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-19T21:34:12.705640+0000", 2023-11-19T21:34:21.166 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:21.166 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:21.166 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T21:34:21.166 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:21.530 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (2/15)... 2023-11-19T21:34:22.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:22 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3971506283' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T21:34:23.979 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "53b435fa-8723-11ee-959e-87774f69a715", 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:23.980 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T21:34:23.981 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T21:34:23.982 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T21:34:23.985 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T21:34:23.986 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.987 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-19T21:34:12.705640+0000", 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T21:34:23.988 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:23.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: Activating manager daemon smithi084.tyupxq 2023-11-19T21:34:23.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: mgrmap e2: smithi084.tyupxq(active, starting, since 0.00249892s) 2023-11-19T21:34:23.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:34:23.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: Manager daemon smithi084.tyupxq is now available 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:34:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:34:23.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:23.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:23.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:23 smithi084 ceph-mon[107669]: from='mgr.14100 172.21.15.84:0/2910739412' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:24.343 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (3/15)... 2023-11-19T21:34:25.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:24 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3672132828' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T21:34:25.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:24 smithi084 ceph-mon[107669]: mgrmap e3: smithi084.tyupxq(active, since 1.00607s) 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "53b435fa-8723-11ee-959e-87774f69a715", 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.962 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:26.963 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T21:34:26.964 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T21:34:26.967 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T21:34:26.968 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.968 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T21:34:26.968 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T21:34:26.969 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T21:34:26.970 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "nfs", 2023-11-19T21:34:26.971 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2023-11-19T21:34:12.705640+0000", 2023-11-19T21:34:26.972 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2023-11-19T21:34:26.973 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2023-11-19T21:34:26.973 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T21:34:26.973 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:27.141 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:26 smithi084 ceph-mon[107669]: mgrmap e4: smithi084.tyupxq(active, since 2s) 2023-11-19T21:34:27.326 INFO:teuthology.orchestra.run.smithi084.stderr:mgr is available 2023-11-19T21:34:27.833 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [global] 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: fsid = 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [mgr] 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [osd] 2023-11-19T21:34:27.834 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-19T21:34:27.835 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-19T21:34:28.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:27 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3708220959' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T21:34:28.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:27 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3354352065' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T21:34:28.968 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling cephadm module... 2023-11-19T21:34:30.731 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:30 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1881442714' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-19T21:34:31.679 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:31 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1881442714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-19T21:34:31.679 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:31 smithi084 ceph-mon[107669]: mgrmap e5: smithi084.tyupxq(active, since 6s) 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.tyupxq", 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-19T21:34:33.939 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:34.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:33 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3567878972' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T21:34:36.534 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2023-11-19T21:34:36.535 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 5... 2023-11-19T21:34:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:37 smithi084 ceph-mon[107669]: Active manager daemon smithi084.tyupxq restarted 2023-11-19T21:34:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:37 smithi084 ceph-mon[107669]: Activating manager daemon smithi084.tyupxq 2023-11-19T21:34:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:37 smithi084 ceph-mon[107669]: osdmap e2: 0 total, 0 up, 0 in 2023-11-19T21:34:38.053 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:38.053 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-19T21:34:38.053 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2023-11-19T21:34:38.053 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: mgrmap e6: smithi084.tyupxq(active, starting, since 0.682933s) 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:34:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: Manager daemon smithi084.tyupxq is now available 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:38.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:38 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:39.466 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 5 is available 2023-11-19T21:34:39.466 INFO:teuthology.orchestra.run.smithi084.stderr:Setting orchestrator backend to cephadm... 2023-11-19T21:34:39.468 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: [19/Nov/2023:21:34:37] ENGINE Bus STARTING 2023-11-19T21:34:39.468 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: [19/Nov/2023:21:34:37] ENGINE Serving on https://172.21.15.84:7150 2023-11-19T21:34:39.469 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: [19/Nov/2023:21:34:37] ENGINE Bus STARTED 2023-11-19T21:34:39.469 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-19T21:34:39.469 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: mgrmap e7: smithi084.tyupxq(active, since 1.69241s) 2023-11-19T21:34:39.469 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:39 smithi084 ceph-mon[107669]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-19T21:34:40.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:40 smithi084 ceph-mon[107669]: mgrmap e8: smithi084.tyupxq(active, since 2s) 2023-11-19T21:34:40.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:40 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:40.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:40 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:40.889 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: value unchanged 2023-11-19T21:34:41.217 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:41 smithi084 ceph-mon[107669]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:41.273 INFO:teuthology.orchestra.run.smithi084.stderr:Generating ssh key... 2023-11-19T21:34:42.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:42 smithi084 ceph-mon[107669]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:43.078 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGzo36d3bb+2HSASJgkI/sZm6zQCcAXT7liWPIKh1wgaSjIzz79tV8vufAMLGMvHd60+Zp2EX3rlJsg1dvGBMsQETVamPJrxkw1bLcTyGblgIHgjphCuIAafWTnHGkq8DaJFFcgsMOwTWptUmVHlsThDZxv1XXyLCJktNykmoMuYAh7XkN3b4UcmnVON9Mg4L3JcW1m8mY++0/Z0xWccnKTeQMSuVm4y9tgMy5Xw5e1Sui7CDx9Iv5cBfOGBtVYPMhhSfBX+NkI5etRuHSSOP94mmewgWOnvwCPvcqa4qJAGQk825BjC0ji4zS70FYfGUxH2fGpUea/TUDuQpAhY+hRlGQdoEnXAQxGybMHQeUD1LHPFL878rDYJubQVfYOZpxidB55M7msuosT9ln34Q26Erh4SllrXMzqgGcO85xLCrx47bMzGNa29GVdNkmrqx+tfmSs9K8Q7HadVUPOKfrYod1SI1lPruXTmikdu+O97mEEyqfPOHfL1hyPGSj8m0= ceph-53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:34:43.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:43 smithi084 ceph-mon[107669]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:43.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:43 smithi084 ceph-mon[107669]: Generating ssh key... 2023-11-19T21:34:43.367 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:43 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:43.367 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:43 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:43.439 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-19T21:34:43.439 INFO:teuthology.orchestra.run.smithi084.stderr:Adding key to root@localhost authorized_keys... 2023-11-19T21:34:43.440 INFO:teuthology.orchestra.run.smithi084.stderr:Adding host smithi084... 2023-11-19T21:34:44.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:44 smithi084 ceph-mon[107669]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:44.799 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Added host 'smithi084' with addr '172.21.15.84' 2023-11-19T21:34:45.121 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mon service with default placement... 2023-11-19T21:34:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:45 smithi084 ceph-mon[107669]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "addr": "172.21.15.84", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:45 smithi084 ceph-mon[107669]: Deploying cephadm binary to smithi084 2023-11-19T21:34:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:45 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:45.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:45 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:34:45.701 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-19T21:34:46.147 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mgr service with default placement... 2023-11-19T21:34:46.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:46 smithi084 ceph-mon[107669]: Added host smithi084 2023-11-19T21:34:46.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:46 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:46.682 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-19T21:34:47.139 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying crash service with default placement... 2023-11-19T21:34:47.311 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:47 smithi084 ceph-mon[107669]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:47.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:47 smithi084 ceph-mon[107669]: Saving service mon spec with placement count:5 2023-11-19T21:34:47.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:47 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:47.766 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-19T21:34:48.129 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying prometheus service with default placement... 2023-11-19T21:34:48.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:48 smithi084 ceph-mon[107669]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:48.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:48 smithi084 ceph-mon[107669]: Saving service mgr spec with placement count:2 2023-11-19T21:34:48.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:48 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:48.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:48 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:48.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:48 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:48.730 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-19T21:34:49.080 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying grafana service with default placement... 2023-11-19T21:34:49.309 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:49 smithi084 ceph-mon[107669]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:49.309 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:49 smithi084 ceph-mon[107669]: Saving service crash spec with placement * 2023-11-19T21:34:49.309 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:49 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:49.309 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:49 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:49.668 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-19T21:34:50.297 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying node-exporter service with default placement... 2023-11-19T21:34:50.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:50 smithi084 ceph-mon[107669]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:50.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:50 smithi084 ceph-mon[107669]: Saving service prometheus spec with placement count:1 2023-11-19T21:34:50.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:50 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:50.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:50 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:51.289 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-19T21:34:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:51 smithi084 ceph-mon[107669]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:51 smithi084 ceph-mon[107669]: Saving service grafana spec with placement count:1 2023-11-19T21:34:51.637 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying alertmanager service with default placement... 2023-11-19T21:34:52.166 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-19T21:34:52.447 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:52 smithi084 ceph-mon[107669]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:52.448 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:52 smithi084 ceph-mon[107669]: Saving service node-exporter spec with placement * 2023-11-19T21:34:52.448 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:52 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:52.448 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:52 smithi084 ceph-mon[107669]: from='mgr.14120 172.21.15.84:0/3907923771' entity='mgr.smithi084.tyupxq' 2023-11-19T21:34:53.355 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:53 smithi084 ceph-mon[107669]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:34:53.356 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:53 smithi084 ceph-mon[107669]: Saving service alertmanager spec with placement count:1 2023-11-19T21:34:53.356 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1463085926' entity='client.admin' 2023-11-19T21:34:54.254 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling the dashboard module... 2023-11-19T21:34:55.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:54 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1612532141' entity='client.admin' 2023-11-19T21:34:55.225 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:54 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1520209318' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-19T21:34:55.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:34:55.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-19T21:34:55.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2023-11-19T21:34:55.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.tyupxq", 2023-11-19T21:34:55.870 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-19T21:34:55.871 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:34:56.229 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2023-11-19T21:34:56.229 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 9... 2023-11-19T21:34:56.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:55 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1520209318' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-19T21:34:56.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:55 smithi084 ceph-mon[107669]: mgrmap e9: smithi084.tyupxq(active, since 18s) 2023-11-19T21:34:56.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:34:55 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1098645203' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T21:35:01.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:00 smithi084 ceph-mon[107669]: Active manager daemon smithi084.tyupxq restarted 2023-11-19T21:35:01.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:00 smithi084 ceph-mon[107669]: Activating manager daemon smithi084.tyupxq 2023-11-19T21:35:01.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:00 smithi084 ceph-mon[107669]: osdmap e3: 0 total, 0 up, 0 in 2023-11-19T21:35:01.979 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2023-11-19T21:35:01.979 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-19T21:35:01.979 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2023-11-19T21:35:01.979 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: mgrmap e10: smithi084.tyupxq(active, starting, since 0.0552955s) 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: Manager daemon smithi084.tyupxq is now available 2023-11-19T21:35:02.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:01] ENGINE Bus STARTING 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:01] ENGINE Serving on https://172.21.15.84:7150 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:01] ENGINE Bus STARTED 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:02.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:01 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:02.359 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 9 is available 2023-11-19T21:35:02.360 INFO:teuthology.orchestra.run.smithi084.stderr:Generating a dashboard self-signed certificate... 2023-11-19T21:35:03.058 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-19T21:35:03.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:02 smithi084 ceph-mon[107669]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-19T21:35:03.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:02 smithi084 ceph-mon[107669]: mgrmap e11: smithi084.tyupxq(active, since 1.06825s) 2023-11-19T21:35:03.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:02 smithi084 ceph-mon[107669]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-19T21:35:03.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:02 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:03.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:02 smithi084 ceph-mon[107669]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:35:03.742 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial admin user... 2023-11-19T21:35:04.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:04 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:04.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:04 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:04.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:04 smithi084 ceph-mon[107669]: mgrmap e12: smithi084.tyupxq(active, since 2s) 2023-11-19T21:35:04.554 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$0SAlPm8SD5cbU9FIkr2aUeL3ltqxlv3DefMmJwRQiAs0mMUKJbDsi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700429704, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-19T21:35:04.943 INFO:teuthology.orchestra.run.smithi084.stderr:Fetching dashboard port number... 2023-11-19T21:35:05.470 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 8443 2023-11-19T21:35:05.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:05 smithi084 ceph-mon[107669]: 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-19T21:35:05.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:05 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:05.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:05 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/690736743' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-19T21:35:05.825 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2023-11-19T21:35:05.832 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2023-11-19T21:35:05.832 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2023-11-19T21:35:05.833 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-19T21:35:05.835 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph Dashboard is now available at: 2023-11-19T21:35:05.835 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:05.835 INFO:teuthology.orchestra.run.smithi084.stderr: URL: https://smithi084.front.sepia.ceph.com:8443/ 2023-11-19T21:35:05.836 INFO:teuthology.orchestra.run.smithi084.stderr: User: admin 2023-11-19T21:35:05.836 INFO:teuthology.orchestra.run.smithi084.stderr: Password: 03a1zhcd0i 2023-11-19T21:35:05.836 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:05.836 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling autotune for osd_memory_target 2023-11-19T21:35:07.809 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-19T21:35:08.135 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:08 smithi084 ceph-mon[107669]: mgrmap e13: smithi084.tyupxq(active, since 6s) 2023-11-19T21:35:08.136 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:08 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/301874810' entity='client.admin' 2023-11-19T21:35:08.192 INFO:teuthology.orchestra.run.smithi084.stderr:You can access the Ceph CLI with: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: ceph telemetry on 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr:For more information see: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:35:08.193 INFO:teuthology.orchestra.run.smithi084.stderr:Bootstrap complete. 2023-11-19T21:35:08.224 INFO:tasks.cephadm:Fetching config... 2023-11-19T21:35:08.224 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:08.224 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-19T21:35:08.242 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-19T21:35:08.242 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:08.242 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-19T21:35:08.299 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-19T21:35:08.299 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:08.300 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/keyring of=/dev/stdout 2023-11-19T21:35:08.369 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-19T21:35:08.369 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:08.369 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-19T21:35:08.427 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-19T21:35:08.428 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGzo36d3bb+2HSASJgkI/sZm6zQCcAXT7liWPIKh1wgaSjIzz79tV8vufAMLGMvHd60+Zp2EX3rlJsg1dvGBMsQETVamPJrxkw1bLcTyGblgIHgjphCuIAafWTnHGkq8DaJFFcgsMOwTWptUmVHlsThDZxv1XXyLCJktNykmoMuYAh7XkN3b4UcmnVON9Mg4L3JcW1m8mY++0/Z0xWccnKTeQMSuVm4y9tgMy5Xw5e1Sui7CDx9Iv5cBfOGBtVYPMhhSfBX+NkI5etRuHSSOP94mmewgWOnvwCPvcqa4qJAGQk825BjC0ji4zS70FYfGUxH2fGpUea/TUDuQpAhY+hRlGQdoEnXAQxGybMHQeUD1LHPFL878rDYJubQVfYOZpxidB55M7msuosT9ln34Q26Erh4SllrXMzqgGcO85xLCrx47bMzGNa29GVdNkmrqx+tfmSs9K8Q7HadVUPOKfrYod1SI1lPruXTmikdu+O97mEEyqfPOHfL1hyPGSj8m0= ceph-53b435fa-8723-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T21:35:08.504 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGzo36d3bb+2HSASJgkI/sZm6zQCcAXT7liWPIKh1wgaSjIzz79tV8vufAMLGMvHd60+Zp2EX3rlJsg1dvGBMsQETVamPJrxkw1bLcTyGblgIHgjphCuIAafWTnHGkq8DaJFFcgsMOwTWptUmVHlsThDZxv1XXyLCJktNykmoMuYAh7XkN3b4UcmnVON9Mg4L3JcW1m8mY++0/Z0xWccnKTeQMSuVm4y9tgMy5Xw5e1Sui7CDx9Iv5cBfOGBtVYPMhhSfBX+NkI5etRuHSSOP94mmewgWOnvwCPvcqa4qJAGQk825BjC0ji4zS70FYfGUxH2fGpUea/TUDuQpAhY+hRlGQdoEnXAQxGybMHQeUD1LHPFL878rDYJubQVfYOZpxidB55M7msuosT9ln34Q26Erh4SllrXMzqgGcO85xLCrx47bMzGNa29GVdNkmrqx+tfmSs9K8Q7HadVUPOKfrYod1SI1lPruXTmikdu+O97mEEyqfPOHfL1hyPGSj8m0= ceph-53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:08.515 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGzo36d3bb+2HSASJgkI/sZm6zQCcAXT7liWPIKh1wgaSjIzz79tV8vufAMLGMvHd60+Zp2EX3rlJsg1dvGBMsQETVamPJrxkw1bLcTyGblgIHgjphCuIAafWTnHGkq8DaJFFcgsMOwTWptUmVHlsThDZxv1XXyLCJktNykmoMuYAh7XkN3b4UcmnVON9Mg4L3JcW1m8mY++0/Z0xWccnKTeQMSuVm4y9tgMy5Xw5e1Sui7CDx9Iv5cBfOGBtVYPMhhSfBX+NkI5etRuHSSOP94mmewgWOnvwCPvcqa4qJAGQk825BjC0ji4zS70FYfGUxH2fGpUea/TUDuQpAhY+hRlGQdoEnXAQxGybMHQeUD1LHPFL878rDYJubQVfYOZpxidB55M7msuosT9ln34Q26Erh4SllrXMzqgGcO85xLCrx47bMzGNa29GVdNkmrqx+tfmSs9K8Q7HadVUPOKfrYod1SI1lPruXTmikdu+O97mEEyqfPOHfL1hyPGSj8m0= ceph-53b435fa-8723-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T21:35:08.560 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGzo36d3bb+2HSASJgkI/sZm6zQCcAXT7liWPIKh1wgaSjIzz79tV8vufAMLGMvHd60+Zp2EX3rlJsg1dvGBMsQETVamPJrxkw1bLcTyGblgIHgjphCuIAafWTnHGkq8DaJFFcgsMOwTWptUmVHlsThDZxv1XXyLCJktNykmoMuYAh7XkN3b4UcmnVON9Mg4L3JcW1m8mY++0/Z0xWccnKTeQMSuVm4y9tgMy5Xw5e1Sui7CDx9Iv5cBfOGBtVYPMhhSfBX+NkI5etRuHSSOP94mmewgWOnvwCPvcqa4qJAGQk825BjC0ji4zS70FYfGUxH2fGpUea/TUDuQpAhY+hRlGQdoEnXAQxGybMHQeUD1LHPFL878rDYJubQVfYOZpxidB55M7msuosT9ln34Q26Erh4SllrXMzqgGcO85xLCrx47bMzGNa29GVdNkmrqx+tfmSs9K8Q7HadVUPOKfrYod1SI1lPruXTmikdu+O97mEEyqfPOHfL1hyPGSj8m0= ceph-53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:08.571 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-19T21:35:10.563 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-19T21:35:10.563 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-19T21:35:11.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:11 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1559507794' entity='client.admin' 2023-11-19T21:35:12.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:12 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:12.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:12 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:35:12.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:12 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:12.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:12 smithi084 ceph-mon[107669]: Deploying daemon alertmanager.smithi084 on smithi084 2023-11-19T21:35:12.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:12 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:12.477 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi088 2023-11-19T21:35:12.477 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:35:12.478 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.conf 2023-11-19T21:35:12.500 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:35:12.500 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:12.562 INFO:tasks.cephadm:Adding host smithi088 to orchestrator... 2023-11-19T21:35:12.562 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch host add smithi088 2023-11-19T21:35:13.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:13 smithi084 ceph-mon[107669]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:35:16.164 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:16 smithi084 ceph-mon[107669]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:35:16.164 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:16 smithi084 ceph-mon[107669]: Deploying cephadm binary to smithi088 2023-11-19T21:35:16.427 INFO:teuthology.orchestra.run.smithi084.stdout:Added host 'smithi088' with addr '172.21.15.88' 2023-11-19T21:35:16.832 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-19T21:35:17.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:17.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: Added host smithi088 2023-11-19T21:35:17.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:17.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:35:17.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T21:35:17.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:17 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:18.310 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:35:18.310 INFO:teuthology.orchestra.run.smithi084.stdout:[{"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}] 2023-11-19T21:35:18.675 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:18 smithi084 ceph-mon[107669]: Deploying daemon crash.smithi084 on smithi084 2023-11-19T21:35:18.776 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-19T21:35:18.776 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-19T21:35:19.685 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:19 smithi084 ceph-mon[107669]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:35:20.768 INFO:teuthology.orchestra.run.smithi084.stderr:adjusted tunables profile to default 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:35:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:20.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: Deploying daemon grafana.smithi084 on smithi084 2023-11-19T21:35:20.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:20 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/811342556' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-19T21:35:21.135 INFO:tasks.cephadm:Adding mon.smithi084 on smithi084 2023-11-19T21:35:21.135 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2023-11-19T21:35:21.135 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch apply mon '2;smithi084:172.21.15.84=smithi084;smithi088:172.21.15.88=smithi088' 2023-11-19T21:35:22.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:21 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/811342556' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-19T21:35:22.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:21 smithi084 ceph-mon[107669]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T21:35:22.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:21 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:22.665 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2023-11-19T21:35:23.033 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi088.service 2023-11-19T21:35:23.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:23.036 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:23.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Sun 2023-11-19 21:25:52 UTC. -- 2023-11-19T21:35:23.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:22 smithi084 ceph-mon[107669]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:23.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:22 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:24.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:23 smithi084 ceph-mon[107669]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi084:172.21.15.84=smithi084;smithi088:172.21.15.88=smithi088", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:35:24.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:23 smithi084 ceph-mon[107669]: Saving service mon spec with placement smithi084:172.21.15.84=smithi084;smithi088:172.21.15.88=smithi088;count:2 2023-11-19T21:35:24.488 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:24.488 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:24.489 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:25.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:24 smithi084 ceph-mon[107669]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:25.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:24 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/140708338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:25.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:25.864 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:27.198 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:26 smithi084 ceph-mon[107669]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:27.248 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:27.248 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:27.250 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:28.200 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:27 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/4209252530' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:28.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:28.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:28.808 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:28 smithi084 ceph-mon[107669]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:29.987 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:29.987 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:29.988 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:31.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:30 smithi084 ceph-mon[107669]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:31.072 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:30 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/2725009610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:31.072 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:30 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:31.357 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:31.358 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:31.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:31 smithi084 ceph-mon[107669]: Deploying daemon node-exporter.smithi084 on smithi084 2023-11-19T21:35:31.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:31 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:32.772 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:32.772 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:32.773 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:32 smithi084 ceph-mon[107669]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:32 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:32 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-19T21:35:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:32 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/3958551272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:34.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:34.145 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:34.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:34 smithi084 ceph-mon[107669]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-19T21:35:34.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:34 smithi084 ceph-mon[107669]: mgrmap e14: smithi084.tyupxq(active, since 32s) 2023-11-19T21:35:35.531 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:35.531 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:35.533 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:35.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:35 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1829973001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:36.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:36.904 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:38.362 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:38.362 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:38.364 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:38.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:38 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/279283175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:39.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:39.732 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:40.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: Active manager daemon smithi084.tyupxq restarted 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: Activating manager daemon smithi084.tyupxq 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: mgrmap e15: smithi084.tyupxq(active, starting, since 0.274568s) 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: Manager daemon smithi084.tyupxq is now available 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:40.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:35:40.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:40.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:35:40.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:35:40.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:41.158 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:41.158 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:41.159 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:40] ENGINE Bus STARTING 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:40] ENGINE Serving on https://172.21.15.84:7150 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: [19/Nov/2023:21:35:40] ENGINE Bus STARTED 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:41.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:41 smithi084 ceph-mon[107669]: mgrmap e16: smithi084.tyupxq(active, since 1.27729s) 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/962241543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:35:42.327 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:42 smithi084 ceph-mon[107669]: mgrmap e17: smithi084.tyupxq(active, since 2s) 2023-11-19T21:35:42.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:42.528 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:43.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:43 smithi084 ceph-mon[107669]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:35:43.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:43 smithi084 ceph-mon[107669]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:43.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:43 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:44.127 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:44.127 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:44.129 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:35:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:35:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T21:35:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: Deploying daemon crash.smithi088 on smithi088 2023-11-19T21:35:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:44 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/3963852365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:45.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:45.677 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:47.149 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:47.150 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:47.151 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:47.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:47.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:35:47.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T21:35:47.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:35:47.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:47.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:46 smithi084 ceph-mon[107669]: Deploying daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:35:48.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:47 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/427415895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:48.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:48.548 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:49.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:49.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:35:49.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:49.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:48 smithi084 ceph-mon[107669]: Deploying daemon mon.smithi088 on smithi088 2023-11-19T21:35:50.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:35:50.429 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:50.429 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:34:10.779868Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T21:35:50.433 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pidfile_write: ignore empty --pid-file 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: load: jerasure load: lrc 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: RocksDB version: 6.15.5 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-19T21:35:50.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Compile date Apr 18 2022 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: DB SUMMARY 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: DB Session ID: I4FSUU4ZPVTJEPRO0P6M 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: CURRENT file: CURRENT 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000004.log size: 511 ; 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.error_if_exists: 0 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.create_if_missing: 0 2023-11-19T21:35:50.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.paranoid_checks: 1 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.env: 0x562d71621860 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.fs: Posix File System 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.info_log: 0x562d72b23fa0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.statistics: (nil) 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.use_fsync: 0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_log_file_size: 0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_fallocate: 1 2023-11-19T21:35:50.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.use_direct_reads: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.db_log_dir: 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T21:35:50.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.write_buffer_manager: 0x562d72c14330 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T21:35:50.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.unordered_write: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.row_cache: None 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.wal_filter: None 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.preserve_deletes: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.two_write_queues: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.atomic_flush: 0 2023-11-19T21:35:50.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.log_readahead_size: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T21:35:50.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_background_jobs: 2 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_background_compactions: -1 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_subcompactions: 1 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T21:35:50.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_open_files: -1 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_background_flushes: -1 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Compression algorithms supported: 2023-11-19T21:35:50.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kZSTD supported: 0 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kXpressCompression supported: 0 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kLZ4Compression supported: 1 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kBZip2Compression supported: 0 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kZlibCompression supported: 1 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: kSnappyCompression supported: 1 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000003 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-19T21:35:50.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.merge_operator: 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_filter: None 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562d72aefd00) 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks: 1 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_top_level_index_and_filter: 1 2023-11-19T21:35:50.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_type: 0 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_index_type: 0 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_shortening: 1 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: hash_index_allow_collision: 1 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: checksum: 1 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: no_block_cache: 0 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache: 0x562d72b5a170 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_name: BinnedLRUCache 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_options: 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: capacity : 536870912 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: num_shard_bits : 4 2023-11-19T21:35:50.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: strict_capacity_limit : 0 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: high_pri_pool_ratio: 0.000 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_compressed: (nil) 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: persistent_cache: (nil) 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size: 4096 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size_deviation: 10 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_restart_interval: 16 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_block_restart_interval: 1 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: metadata_block_size: 4096 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: partition_filters: 0 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: use_delta_encoding: 1 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-19T21:35:50.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: whole_key_filtering: 1 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: verify_compression: 0 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: read_amp_bytes_per_bit: 0 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: format_version: 4 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_index_compression: 1 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_align: 0 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 bash[110336]: 3b24620034452007a5a0de6c1dc4d63aa481f9ad9b85c15c3b7379f762b3d07f 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression: NoCompression 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T21:35:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.num_levels: 7 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T21:35:50.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T21:35:50.746 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T21:35:50.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.arena_block_size: 4194304 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T21:35:50.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.table_properties_collectors: 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.inplace_update_support: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.bloom_locality: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.max_successive_merges: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T21:35:50.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.ttl: 2592000 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.enable_blob_files: false 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.min_blob_size: 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-19T21:35:50.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429750423081, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: 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-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429750423344, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700429750, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "093a2f34-0a8e-47ee-adcf-6604ec9bef1e", "db_session_id": "I4FSUU4ZPVTJEPRO0P6M"}} 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700429750423674, "job": 1, "event": "recovery_finished"} 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi088/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562d72b40a80 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: DB pointer 0x562d72b50000 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-19T21:35:50.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** DB Stats ** 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.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 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.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 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:35:50.753 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T21:35:50.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-11-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.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 5.8 0.00 0.00 1 0.000 0 0 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088 does not exist in monmap, will attempt to join an existing cluster 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: using public_addr v2:172.21.15.88:0/0 -> [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: starting mon.smithi088 rank -1 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 systemd[1]: Started Ceph mon.smithi088 for 53b435fa-8723-11ee-959e-87774f69a715. 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(???) e0 preinit fsid 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).mds e1 new map 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).mds e1 print_map 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: e1 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.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-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: legacy client fscid: -1 2023-11-19T21:35:50.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: No filesystems configured 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:35:50.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/140708338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/4209252530' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/2725009610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Deploying daemon node-exporter.smithi084 on smithi084 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/3958551272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14162 172.21.15.84:0/4011070119' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mgrmap e14: smithi084.tyupxq(active, since 32s) 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1829973001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/279283175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Active manager daemon smithi084.tyupxq restarted 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Activating manager daemon smithi084.tyupxq 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T21:35:50.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mgrmap e15: smithi084.tyupxq(active, starting, since 0.274568s) 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Manager daemon smithi084.tyupxq is now available 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:35:50.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: [19/Nov/2023:21:35:40] ENGINE Bus STARTING 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: [19/Nov/2023:21:35:40] ENGINE Serving on https://172.21.15.84:7150 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: [19/Nov/2023:21:35:40] ENGINE Bus STARTED 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mgrmap e16: smithi084.tyupxq(active, since 1.27729s) 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/962241543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mgrmap e17: smithi084.tyupxq(active, since 2s) 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:35:50.763 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Deploying daemon crash.smithi088 on smithi088 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/3963852365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Deploying daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/427415895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:50.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:35:50.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:50.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: Deploying daemon mon.smithi088 on smithi088 2023-11-19T21:35:50.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-19T21:35:50.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:50 smithi088 ceph-mon[110376]: mon.smithi088@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-19T21:35:51.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T21:35:51.804 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T21:35:55.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:35:55.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: mon.smithi084 calling monitor election 2023-11-19T21:35:55.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: mon.smithi088 calling monitor election 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/crt"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: mon.smithi084 is new leader, mons smithi084,smithi088 in quorum (ranks 0,1) 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: fsmap 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: mgrmap e17: smithi084.tyupxq(active, since 16s) 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: Standby manager daemon smithi088.nqqnga started 2023-11-19T21:35:55.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:35:55.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/key"}]: dispatch 2023-11-19T21:35:55.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:35:55.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: overall HEALTH_OK 2023-11-19T21:35:55.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:55.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:35:55.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: mon.smithi084 calling monitor election 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: mon.smithi088 calling monitor election 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/crt"}]: dispatch 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: mon.smithi084 is new leader, mons smithi084,smithi088 in quorum (ranks 0,1) 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: fsmap 2023-11-19T21:35:55.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: mgrmap e17: smithi084.tyupxq(active, since 16s) 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: Standby manager daemon smithi088.nqqnga started 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/key"}]: dispatch 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/1299664711' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:35:55.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: overall HEALTH_OK 2023-11-19T21:35:56.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:56.218 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-19T21:35:56.219 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":2,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","modified":"2023-11-19T21:35:50.455649Z","created":"2023-11-19T21:34:10.779868Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-19T21:35:56.220 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 2 2023-11-19T21:35:56.559 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-19T21:35:56.560 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-19T21:35:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:56 smithi088 ceph-mon[110376]: Deploying daemon node-exporter.smithi088 on smithi088 2023-11-19T21:35:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:56 smithi088 ceph-mon[110376]: mgrmap e18: smithi084.tyupxq(active, since 16s), standbys: smithi088.nqqnga 2023-11-19T21:35:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.nqqnga", "id": "smithi088.nqqnga"}]: dispatch 2023-11-19T21:35:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:56 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1738323735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:56.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:56 smithi084 ceph-mon[107669]: Deploying daemon node-exporter.smithi088 on smithi088 2023-11-19T21:35:56.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:56 smithi084 ceph-mon[107669]: mgrmap e18: smithi084.tyupxq(active, since 16s), standbys: smithi088.nqqnga 2023-11-19T21:35:56.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.nqqnga", "id": "smithi088.nqqnga"}]: dispatch 2023-11-19T21:35:56.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:56 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1738323735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T21:35:56.854 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:35:57.821 INFO:teuthology.orchestra.run.smithi084.stdout:# minimal ceph.conf for 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:57.821 INFO:teuthology.orchestra.run.smithi084.stdout:[global] 2023-11-19T21:35:57.822 INFO:teuthology.orchestra.run.smithi084.stdout: fsid = 53b435fa-8723-11ee-959e-87774f69a715 2023-11-19T21:35:57.822 INFO:teuthology.orchestra.run.smithi084.stdout: mon_host = [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] 2023-11-19T21:35:58.100 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:57 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1976241467' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:58.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:57 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1976241467' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:35:58.194 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-19T21:35:58.194 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:58.195 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T21:35:58.222 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:58.222 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:58.288 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:35:58.288 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T21:35:58.319 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:35:58.319 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:35:58.386 INFO:tasks.cephadm:Deploying OSDs... 2023-11-19T21:35:58.386 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:35:58.386 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T21:35:58.404 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-19T21:35:58.405 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2023-11-19T21:35:58.462 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 395386 Links: 1 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-19 21:35:30.512843568 +0000 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-19 21:32:56.449755719 +0000 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-19 21:32:56.449755719 +0000 2023-11-19T21:35:58.463 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-19T21:35:58.463 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T21:35:58.529 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-19T21:35:58.529 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-19T21:35:58.529 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000233922 s, 2.2 MB/s 2023-11-19T21:35:58.530 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T21:35:58.589 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2023-11-19T21:35:58.647 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T21:35:58.647 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 395523 Links: 1 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-19 21:35:30.512843568 +0000 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-19 21:32:56.941746892 +0000 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-19 21:32:56.941746892 +0000 2023-11-19T21:35:58.648 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-19T21:35:58.649 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T21:35:58.712 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-19T21:35:58.713 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-19T21:35:58.713 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000272906 s, 1.9 MB/s 2023-11-19T21:35:58.714 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T21:35:58.772 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2023-11-19T21:35:58.830 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T21:35:58.830 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:58.830 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 386913 Links: 1 2023-11-19T21:35:58.830 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:58.831 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:58.831 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-19 21:35:30.512843568 +0000 2023-11-19T21:35:58.831 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-19 21:32:57.443737885 +0000 2023-11-19T21:35:58.831 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-19 21:32:57.443737885 +0000 2023-11-19T21:35:58.831 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-19T21:35:58.831 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T21:35:58.896 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-19T21:35:58.896 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-19T21:35:58.896 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000210098 s, 2.4 MB/s 2023-11-19T21:35:58.897 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T21:35:58.956 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2023-11-19T21:35:59.014 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T21:35:59.014 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 394707 Links: 1 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2023-11-19 21:35:30.512843568 +0000 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2023-11-19 21:32:57.930729147 +0000 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2023-11-19 21:32:57.930729147 +0000 2023-11-19T21:35:59.015 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2023-11-19T21:35:59.015 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T21:35:59.080 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2023-11-19T21:35:59.080 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2023-11-19T21:35:59.080 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000222627 s, 2.3 MB/s 2023-11-19T21:35:59.081 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T21:35:59.140 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-19T21:35:59.140 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T21:35:59.160 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-19T21:35:59.160 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2023-11-19T21:35:59.219 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T21:35:59.219 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:59.219 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 388050 Links: 1 2023-11-19T21:35:59.219 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:59.219 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:59.220 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-19 21:35:56.007146186 +0000 2023-11-19T21:35:59.220 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-19 21:32:56.468866460 +0000 2023-11-19T21:35:59.220 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-19 21:32:56.468866460 +0000 2023-11-19T21:35:59.220 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-19T21:35:59.220 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T21:35:59.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:59 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:59.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:35:59 smithi084 ceph-mon[107669]: Deploying daemon prometheus.smithi084 on smithi084 2023-11-19T21:35:59.286 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-19T21:35:59.286 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-19T21:35:59.286 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000223237 s, 2.3 MB/s 2023-11-19T21:35:59.287 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T21:35:59.346 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2023-11-19T21:35:59.405 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T21:35:59.405 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 388963 Links: 1 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-19 21:35:56.007146186 +0000 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-19 21:32:56.975856108 +0000 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-19 21:32:56.975856108 +0000 2023-11-19T21:35:59.406 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-19T21:35:59.407 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T21:35:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:59 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:35:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:35:59 smithi088 ceph-mon[110376]: Deploying daemon prometheus.smithi084 on smithi084 2023-11-19T21:35:59.438 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-19T21:35:59.439 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-19T21:35:59.440 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000194767 s, 2.6 MB/s 2023-11-19T21:35:59.441 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T21:35:59.501 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 393836 Links: 1 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-19 21:35:56.007146186 +0000 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-19 21:32:57.487845654 +0000 2023-11-19T21:35:59.560 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-19 21:32:57.487845654 +0000 2023-11-19T21:35:59.561 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-19T21:35:59.561 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T21:35:59.625 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-19T21:35:59.626 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-19T21:35:59.626 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000219613 s, 2.3 MB/s 2023-11-19T21:35:59.627 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T21:35:59.685 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 389077 Links: 1 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-19 21:35:56.007146186 +0000 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-19 21:32:57.994835301 +0000 2023-11-19T21:35:59.744 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-19 21:32:57.994835301 +0000 2023-11-19T21:35:59.745 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-19T21:35:59.745 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T21:35:59.809 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-19T21:35:59.809 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-19T21:35:59.809 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000233586 s, 2.2 MB/s 2023-11-19T21:35:59.810 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T21:35:59.869 INFO:tasks.cephadm:Deploying osd.0 on smithi084 with /dev/vg_nvme/lv_4... 2023-11-19T21:35:59.869 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T21:36:00.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:00 smithi084 ceph-mon[107669]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:00.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:00 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:00 smithi088 ceph-mon[110376]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:00 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:03.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:03 smithi088 ceph-mon[110376]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:03.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:03 smithi084 ceph-mon[107669]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:05.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:05 smithi088 ceph-mon[110376]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:05.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:05 smithi084 ceph-mon[107669]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:07.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:07 smithi084 ceph-mon[107669]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:07.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:07 smithi088 ceph-mon[110376]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014696 s, 714 MB/s 2023-11-19T21:36:07.854 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-19T21:36:08.357 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2023-11-19T21:36:09.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:09 smithi084 ceph-mon[107669]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:09.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:09 smithi088 ceph-mon[110376]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:11 smithi088 ceph-mon[110376]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:11 smithi088 ceph-mon[110376]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:11.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:11 smithi084 ceph-mon[107669]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:11.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:11 smithi084 ceph-mon[107669]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:11.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:11.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:11.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/62178337' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe"}]: dispatch 2023-11-19T21:36:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/62178337' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe"}]': finished 2023-11-19T21:36:12.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T21:36:12.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:12.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/62178337' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe"}]: dispatch 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/62178337' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe"}]': finished 2023-11-19T21:36:12.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T21:36:12.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:13.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:13 smithi084 ceph-mon[107669]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:13.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:13.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:13 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3112673379' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:13.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:13 smithi088 ceph-mon[110376]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:13 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3112673379' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-19T21:36:14.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:36:14.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:36:14.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T21:36:14.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-19T21:36:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:36:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:14.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:36:14.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T21:36:14.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:15.371 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:15 smithi084 ceph-mon[107669]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:15.372 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:15 smithi084 ceph-mon[107669]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:36:15.372 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:15 smithi084 ceph-mon[107669]: Reconfiguring mon.smithi084 (unknown last config time)... 2023-11-19T21:36:15.372 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:15 smithi084 ceph-mon[107669]: Reconfiguring daemon mon.smithi084 on smithi084 2023-11-19T21:36:15.372 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:15 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:15 smithi088 ceph-mon[110376]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:15 smithi088 ceph-mon[110376]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:36:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:15 smithi088 ceph-mon[110376]: Reconfiguring mon.smithi084 (unknown last config time)... 2023-11-19T21:36:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:15 smithi088 ceph-mon[110376]: Reconfiguring daemon mon.smithi084 on smithi084 2023-11-19T21:36:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:15 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:17.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:17.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: Reconfiguring mgr.smithi084.tyupxq (unknown last config time)... 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: Reconfiguring daemon mgr.smithi084.tyupxq on smithi084 2023-11-19T21:36:17.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: Reconfiguring mgr.smithi084.tyupxq (unknown last config time)... 2023-11-19T21:36:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:36:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:36:17.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:17.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: Reconfiguring daemon mgr.smithi084.tyupxq on smithi084 2023-11-19T21:36:17.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:18.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:18 smithi084 ceph-mon[107669]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-19T21:36:18.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:18 smithi084 ceph-mon[107669]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-19T21:36:18.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:18 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T21:36:18.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:18 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:18 smithi088 ceph-mon[110376]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-19T21:36:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:18 smithi088 ceph-mon[110376]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-19T21:36:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:18 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T21:36:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:18 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:19.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:19 smithi084 ceph-mon[107669]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:19.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:19 smithi084 ceph-mon[107669]: Deploying daemon osd.0 on smithi084 2023-11-19T21:36:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:19 smithi088 ceph-mon[110376]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:19 smithi088 ceph-mon[110376]: Deploying daemon osd.0 on smithi084 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: Reconfiguring crash.smithi084 (monmap changed)... 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:21.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:21 smithi084 ceph-mon[107669]: Reconfiguring daemon crash.smithi084 on smithi084 2023-11-19T21:36:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: Reconfiguring crash.smithi084 (monmap changed)... 2023-11-19T21:36:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:36:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:21 smithi088 ceph-mon[110376]: Reconfiguring daemon crash.smithi084 on smithi084 2023-11-19T21:36:23.525 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:23 smithi084 ceph-mon[107669]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:23.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:23 smithi088 ceph-mon[110376]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:24.661 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:24 smithi084 ceph-mon[107669]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:24.661 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:24.661 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:24.661 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:24 smithi084 ceph-mon[107669]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-19T21:36:24.661 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:24 smithi084 ceph-mon[107669]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-19T21:36:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:24 smithi088 ceph-mon[110376]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:24 smithi088 ceph-mon[110376]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-19T21:36:24.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:24 smithi088 ceph-mon[110376]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-19T21:36:27.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:27 smithi088 ceph-mon[110376]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:27.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:27 smithi088 ceph-mon[110376]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T21:36:27.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:27 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:27.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:27 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:36:27.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:27 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:27 smithi084 ceph-mon[107669]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:27 smithi084 ceph-mon[107669]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T21:36:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:27 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:27 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T21:36:27.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:27 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:27.867 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 0 on host 'smithi084' 2023-11-19T21:36:28.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: Reconfiguring crash.smithi088 (monmap changed)... 2023-11-19T21:36:28.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: Reconfiguring daemon crash.smithi088 on smithi088 2023-11-19T21:36:28.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:28.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:28.253 DEBUG:teuthology.orchestra.run.smithi084:osd.0> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.0.service 2023-11-19T21:36:28.256 INFO:tasks.cephadm:Deploying osd.1 on smithi084 with /dev/vg_nvme/lv_3... 2023-11-19T21:36:28.257 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-19T21:36:28.287 INFO:journalctl@ceph.osd.0.smithi084.stdout:-- Logs begin at Sun 2023-11-19 21:25:44 UTC. -- 2023-11-19T21:36:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: Reconfiguring crash.smithi088 (monmap changed)... 2023-11-19T21:36:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: Reconfiguring daemon crash.smithi088 on smithi088 2023-11-19T21:36:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T21:36:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:29.206 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: Reconfiguring mgr.smithi088.nqqnga (monmap changed)... 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: Reconfiguring daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: osdmap e8: 1 total, 0 up, 1 in 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:29.207 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:36:29.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T21:36:29.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:29.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.395 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:29.395 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: Reconfiguring mgr.smithi088.nqqnga (monmap changed)... 2023-11-19T21:36:29.395 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: Reconfiguring daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: osdmap e8: 1 total, 0 up, 1 in 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:29.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:29.657 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-19T21:36:29.658 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-19T21:36:29.658 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-19T21:36:29.658 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-19T21:36:29.658 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133274 s, 787 MB/s 2023-11-19T21:36:29.658 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-19T21:36:30.048 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_3 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: Reconfiguring mon.smithi088 (monmap changed)... 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: Reconfiguring daemon mon.smithi088 on smithi088 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697] boot 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:30.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:30.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:30.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:36:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:36:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: Reconfiguring mon.smithi088 (monmap changed)... 2023-11-19T21:36:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: Reconfiguring daemon mon.smithi088 on smithi088 2023-11-19T21:36:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: osd.0 [v2:172.21.15.84:6802/2826915697,v1:172.21.15.84:6803/2826915697] boot 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:36:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-19T21:36:30.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:30.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:30.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:30.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: osdmap e10: 1 total, 1 up, 1 in 2023-11-19T21:36:31.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T21:36:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:36:31.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.84:9093"}]: dispatch 2023-11-19T21:36:31.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:36:31.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.84:3000"}]: dispatch 2023-11-19T21:36:31.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:36:31.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.84:9095"}]: dispatch 2023-11-19T21:36:31.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: osdmap e10: 1 total, 1 up, 1 in 2023-11-19T21:36:31.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:32.133 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:32 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:32.133 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:32 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:32.133 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:32 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:32 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:32 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:32 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:33.114 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:33 smithi084 ceph-mon[107669]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:33.115 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:33 smithi084 ceph-mon[107669]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:33.115 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:33 smithi088 ceph-mon[110376]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:33 smithi088 ceph-mon[110376]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:34 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/153046111' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39493e04-238f-42d1-acc5-f4dfa88c2db2"}]: dispatch 2023-11-19T21:36:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:34 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/153046111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "39493e04-238f-42d1-acc5-f4dfa88c2db2"}]': finished 2023-11-19T21:36:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:34 smithi088 ceph-mon[110376]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T21:36:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:34 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:34.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:34 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/153046111' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39493e04-238f-42d1-acc5-f4dfa88c2db2"}]: dispatch 2023-11-19T21:36:34.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:34 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/153046111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "39493e04-238f-42d1-acc5-f4dfa88c2db2"}]': finished 2023-11-19T21:36:34.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:34 smithi084 ceph-mon[107669]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T21:36:34.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:34 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:35 smithi088 ceph-mon[110376]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:38.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:35 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3867816737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:38.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:37 smithi088 ceph-mon[110376]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:38.607 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:35 smithi084 ceph-mon[107669]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:38.608 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:35 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3867816737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:38.609 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:37 smithi084 ceph-mon[107669]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:39 smithi084 ceph-mon[107669]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:39 smithi088 ceph-mon[110376]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:40.358 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:40.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:36:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:36:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi084 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi084 to 12898M 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi084 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi084 to 12898M 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:42.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:42 smithi088 ceph-mon[110376]: Deploying daemon osd.1 on smithi084 2023-11-19T21:36:42.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:42 smithi084 ceph-mon[107669]: Deploying daemon osd.1 on smithi084 2023-11-19T21:36:43.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:43 smithi084 ceph-mon[107669]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:43.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:43 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:43 smithi088 ceph-mon[110376]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:43 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:44.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:44 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:45 smithi084 ceph-mon[107669]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:45 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:45 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:45 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:45.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:45 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:45 smithi088 ceph-mon[110376]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:45 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:45 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:45 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:45 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:47.140 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 1 on host 'smithi084' 2023-11-19T21:36:47.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:47 smithi084 ceph-mon[107669]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:47.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:47 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:47.366 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:47 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:47.513 DEBUG:teuthology.orchestra.run.smithi084:osd.1> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.1.service 2023-11-19T21:36:47.515 INFO:tasks.cephadm:Deploying osd.2 on smithi084 with /dev/vg_nvme/lv_2... 2023-11-19T21:36:47.515 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-19T21:36:47.545 INFO:journalctl@ceph.osd.1.smithi084.stdout:-- Logs begin at Sun 2023-11-19 21:25:44 UTC. -- 2023-11-19T21:36:47.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:47 smithi088 ceph-mon[110376]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:47.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:47 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:47.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:47 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:48.107 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:36:47 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:36:47.937+0000 7fb365bef3c0 -1 osd.1 0 log_to_monitors true 2023-11-19T21:36:48.361 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:48 smithi084 ceph-mon[107669]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T21:36:48.361 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:48.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:48 smithi088 ceph-mon[110376]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T21:36:48.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111114 s, 944 MB/s 2023-11-19T21:36:48.958 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-19T21:36:49.284 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-mon[107669]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:49.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-mon[107669]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T21:36:49.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-mon[107669]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T21:36:49.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:49.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-mon[107669]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:36:49.416 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_2 2023-11-19T21:36:49.564 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:36:49.279+0000 7fb35c5f2700 -1 osd.1 0 waiting for initial osdmap 2023-11-19T21:36:49.564 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:36:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:36:49.284+0000 7fb356f89700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:36:49.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:49 smithi088 ceph-mon[110376]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:49.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:49 smithi088 ceph-mon[110376]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T21:36:49.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:49 smithi088 ceph-mon[110376]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T21:36:49.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:49 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:49.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:49 smithi088 ceph-mon[110376]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:36:50.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:50 smithi084 ceph-mon[107669]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:36:50.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:50 smithi084 ceph-mon[107669]: osdmap e13: 2 total, 1 up, 2 in 2023-11-19T21:36:50.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:50 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:50.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:50 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:50 smithi088 ceph-mon[110376]: from='osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:36:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:50 smithi088 ceph-mon[110376]: osdmap e13: 2 total, 1 up, 2 in 2023-11-19T21:36:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:50 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:36:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:36:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745] boot 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:51.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:51.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:36:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:36:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745] boot 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:36:51.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:36:51.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:36:51.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:52 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi084 to 6449M 2023-11-19T21:36:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:52 smithi088 ceph-mon[110376]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:52 smithi088 ceph-mon[110376]: osdmap e15: 2 total, 2 up, 2 in 2023-11-19T21:36:52.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:52 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi084 to 6449M 2023-11-19T21:36:52.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:52 smithi084 ceph-mon[107669]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:36:52.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:52 smithi084 ceph-mon[107669]: osdmap e15: 2 total, 2 up, 2 in 2023-11-19T21:36:53.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:53 smithi084 ceph-mon[107669]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:53.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2674757707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9d151-a521-48d8-b0a1-780537d22674"}]: dispatch 2023-11-19T21:36:53.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2674757707' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ef9d151-a521-48d8-b0a1-780537d22674"}]': finished 2023-11-19T21:36:53.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:53 smithi084 ceph-mon[107669]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T21:36:53.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:53 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:36:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:53 smithi088 ceph-mon[110376]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2674757707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9d151-a521-48d8-b0a1-780537d22674"}]: dispatch 2023-11-19T21:36:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2674757707' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ef9d151-a521-48d8-b0a1-780537d22674"}]': finished 2023-11-19T21:36:53.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:53 smithi088 ceph-mon[110376]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T21:36:53.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:53 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:36:54.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:54 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2559363711' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:54.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:54 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:54.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:54 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:54.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:54 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2559363711' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:36:54.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:54 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:54.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:54 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:36:55.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:55 smithi084 ceph-mon[107669]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:55.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:55 smithi088 ceph-mon[110376]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:57 smithi084 ceph-mon[107669]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:57 smithi088 ceph-mon[110376]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:58.400 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:58 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T21:36:58.400 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:58 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:58.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:58 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T21:36:58.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:58 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:36:59.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:59 smithi084 ceph-mon[107669]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:59.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:36:59 smithi084 ceph-mon[107669]: Deploying daemon osd.2 on smithi084 2023-11-19T21:36:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:59 smithi088 ceph-mon[110376]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:36:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:36:59 smithi088 ceph-mon[110376]: Deploying daemon osd.2 on smithi084 2023-11-19T21:37:01.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:01 smithi088 ceph-mon[110376]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:01.465 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:01 smithi084 ceph-mon[107669]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:02.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:02 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:02.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:02 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:02.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:02 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:02.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:02 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:02.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:02 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:02.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:02 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:02.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:02 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:02.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:02 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:03.326 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 2 on host 'smithi084' 2023-11-19T21:37:03.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:03 smithi084 ceph-mon[107669]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:03.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:03 smithi088 ceph-mon[110376]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:03.753 DEBUG:teuthology.orchestra.run.smithi084:osd.2> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.2.service 2023-11-19T21:37:03.755 INFO:tasks.cephadm:Deploying osd.3 on smithi084 with /dev/vg_nvme/lv_1... 2023-11-19T21:37:03.755 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-19T21:37:03.788 INFO:journalctl@ceph.osd.2.smithi084.stdout:-- Logs begin at Sun 2023-11-19 21:25:44 UTC. -- 2023-11-19T21:37:04.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:04 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:04.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:04 smithi084 ceph-mon[107669]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:04.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:04 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:04.497 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:04 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:37:04.319+0000 7faf6ed633c0 -1 osd.2 0 log_to_monitors true 2023-11-19T21:37:04.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:04 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:04.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:04 smithi088 ceph-mon[110376]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:04.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:04 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:05.533 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:05 smithi084 ceph-mon[107669]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T21:37:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:05 smithi088 ceph-mon[110376]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111357 s, 942 MB/s 2023-11-19T21:37:05.923 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2023-11-19T21:37:06.378 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_1 2023-11-19T21:37:06.549 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-mon[107669]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T21:37:06.549 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-mon[107669]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T21:37:06.549 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:06.549 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-mon[107669]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:06.549 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-mon[107669]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:06.549 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:37:06.340+0000 7faf65766700 -1 osd.2 0 waiting for initial osdmap 2023-11-19T21:37:06.550 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:37:06.347+0000 7faf5e0f9700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:37:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:06 smithi088 ceph-mon[110376]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T21:37:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:06 smithi088 ceph-mon[110376]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T21:37:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:06 smithi088 ceph-mon[110376]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:06.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:06 smithi088 ceph-mon[110376]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:07.414 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: osdmap e18: 3 total, 2 up, 3 in 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi084 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi084 to 4299M 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:07.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: osdmap e18: 3 total, 2 up, 3 in 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi084 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi084 to 4299M 2023-11-19T21:37:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:07.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:07.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:07.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:07.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:08.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:08.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492] boot 2023-11-19T21:37:08.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T21:37:08.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:08 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: osd.2 [v2:172.21.15.84:6818/3031339492,v1:172.21.15.84:6819/3031339492] boot 2023-11-19T21:37:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T21:37:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:08.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:08 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:09 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-19T21:37:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:09 smithi088 ceph-mon[110376]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T21:37:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:09 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T21:37:09.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:09 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-19T21:37:09.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:09 smithi084 ceph-mon[107669]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T21:37:09.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:09 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T21:37:10.288 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131685]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T21:37:10.288 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131685]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:10.288 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131685]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:10.546 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131734]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T21:37:10.546 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131734]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:10.546 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131734]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:10.546 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T21:37:10.546 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T21:37:10.546 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:10.546 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2697887502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8358038a-bd06-4246-83a9-3445ade010d0"}]: dispatch 2023-11-19T21:37:10.546 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2697887502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8358038a-bd06-4246-83a9-3445ade010d0"}]': finished 2023-11-19T21:37:10.547 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: osdmap e22: 4 total, 3 up, 4 in 2023-11-19T21:37:10.547 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:10.547 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1342082150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:10.547 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:10 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T21:37:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T21:37:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2697887502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8358038a-bd06-4246-83a9-3445ade010d0"}]: dispatch 2023-11-19T21:37:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2697887502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8358038a-bd06-4246-83a9-3445ade010d0"}]': finished 2023-11-19T21:37:10.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: osdmap e22: 4 total, 3 up, 4 in 2023-11-19T21:37:10.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:10.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1342082150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:10.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:10 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:10.796 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131738]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T21:37:10.797 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131738]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:10.797 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131738]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.246 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131749]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T21:37:11.246 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131749]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:11.247 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:37:10 smithi084 sudo[131749]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[131932]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T21:37:11.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[131932]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:11.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[131932]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.537 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132120]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T21:37:11.537 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132120]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:11.537 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132120]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.537 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132125]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T21:37:11.538 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132125]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:11.538 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132125]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132315]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T21:37:11.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132315]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:11.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 sudo[132315]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:11.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 ceph-mon[107669]: osdmap e23: 4 total, 3 up, 4 in 2023-11-19T21:37:11.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:11 smithi088 ceph-mon[110376]: osdmap e23: 4 total, 3 up, 4 in 2023-11-19T21:37:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113109]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T21:37:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113109]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113109]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113112]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T21:37:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113112]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T21:37:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 sudo[113112]: pam_unix(sudo:session): session closed for user root 2023-11-19T21:37:12.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T21:37:12.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: mgrmap e19: smithi084.tyupxq(active, since 93s), standbys: smithi088.nqqnga 2023-11-19T21:37:12.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T21:37:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T21:37:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: mgrmap e19: smithi084.tyupxq(active, since 93s), standbys: smithi088.nqqnga 2023-11-19T21:37:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:14.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:14 smithi084 ceph-mon[107669]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:14.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-19T21:37:14.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:14 smithi088 ceph-mon[110376]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-19T21:37:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:16.121 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:15 smithi084 ceph-mon[107669]: Deploying daemon osd.3 on smithi084 2023-11-19T21:37:16.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:15 smithi088 ceph-mon[110376]: Deploying daemon osd.3 on smithi084 2023-11-19T21:37:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:17 smithi088 ceph-mon[110376]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:17.448 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:17 smithi084 ceph-mon[107669]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-19T21:37:19.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:19 smithi084 ceph-mon[107669]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-19T21:37:19.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:19.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:19.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:19.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:19 smithi088 ceph-mon[110376]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-19T21:37:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:20.314 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 3 on host 'smithi084' 2023-11-19T21:37:20.692 DEBUG:teuthology.orchestra.run.smithi084:osd.3> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.3.service 2023-11-19T21:37:20.694 INFO:tasks.cephadm:Deploying osd.4 on smithi088 with /dev/vg_nvme/lv_4... 2023-11-19T21:37:20.695 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T21:37:20.725 INFO:journalctl@ceph.osd.3.smithi084.stdout:-- Logs begin at Sun 2023-11-19 21:25:44 UTC. -- 2023-11-19T21:37:21.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:21 smithi088 ceph-mon[110376]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T21:37:21.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:21 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:21.410 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:21 smithi084 ceph-mon[107669]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T21:37:21.411 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:21 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:21.411 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:37:21 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:37:21.405+0000 7f1dfc9ba3c0 -1 osd.3 0 log_to_monitors true 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109939 s, 954 MB/s 2023-11-19T21:37:22.134 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 2023-11-19T21:37:22.135 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-11-19T21:37:22.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:22 smithi088 ceph-mon[110376]: from='osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T21:37:22.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:22 smithi088 ceph-mon[110376]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T21:37:22.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:22 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:22.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:22 smithi084 ceph-mon[107669]: from='osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T21:37:22.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:22 smithi084 ceph-mon[107669]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T21:37:22.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:22 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:22.519 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: osdmap e24: 4 total, 3 up, 4 in 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: from='osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:23.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:23 smithi088 ceph-mon[110376]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: osdmap e24: 4 total, 3 up, 4 in 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: from='osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:23.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-mon[107669]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2023-11-19T21:37:23.497 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:37:23.204+0000 7f1df33bd700 -1 osd.3 0 waiting for initial osdmap 2023-11-19T21:37:23.497 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:37:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:37:23.208+0000 7f1defd58700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:37:24.475 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:37:24.475 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: osdmap e25: 4 total, 3 up, 4 in 2023-11-19T21:37:24.475 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:24.475 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.477 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:24.477 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:24.477 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:24.477 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2023-11-19T21:37:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: osdmap e25: 4 total, 3 up, 4 in 2023-11-19T21:37:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:24.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:24.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:24.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:24.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:24.500 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:25.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi084 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi084 to 3224M 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900] boot 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: osdmap e26: 4 total, 4 up, 4 in 2023-11-19T21:37:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:25 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:25.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:37:25.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:37:25.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T21:37:25.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:25.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi084 2023-11-19T21:37:25.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi084 to 3224M 2023-11-19T21:37:25.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:25.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: osd.3 [v2:172.21.15.84:6826/2765521900,v1:172.21.15.84:6827/2765521900] boot 2023-11-19T21:37:25.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: osdmap e26: 4 total, 4 up, 4 in 2023-11-19T21:37:25.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:25 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: osdmap e27: 4 total, 4 up, 4 in 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/4198533978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]: dispatch 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]: dispatch 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]': finished 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: osdmap e28: 5 total, 4 up, 5 in 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:26.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:26 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1913569417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:26.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: osdmap e27: 4 total, 4 up, 4 in 2023-11-19T21:37:26.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/4198533978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]: dispatch 2023-11-19T21:37:26.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]: dispatch 2023-11-19T21:37:26.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac63ea42-816f-4526-9ab3-b1d8c6bc4158"}]': finished 2023-11-19T21:37:26.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: osdmap e28: 5 total, 4 up, 5 in 2023-11-19T21:37:26.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:26.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:26 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1913569417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:27.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:27 smithi084 ceph-mon[107669]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:27.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:27 smithi088 ceph-mon[110376]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:29.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:29 smithi088 ceph-mon[110376]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:29.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:29 smithi084 ceph-mon[107669]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:31.455 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:31 smithi088 ceph-mon[110376]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:31.456 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-19T21:37:31.456 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:31 smithi084 ceph-mon[107669]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-19T21:37:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:32 smithi088 ceph-mon[110376]: Deploying daemon osd.4 on smithi088 2023-11-19T21:37:32.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:32 smithi084 ceph-mon[107669]: Deploying daemon osd.4 on smithi088 2023-11-19T21:37:33.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:33 smithi084 ceph-mon[107669]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:33.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:33 smithi088 ceph-mon[110376]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:34 smithi084 ceph-mon[107669]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:34 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:34 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:34 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:34 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:35.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:34 smithi088 ceph-mon[110376]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:35.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:34 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:35.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:34 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:35.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:34 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:35.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:34 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:36.207 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 4 on host 'smithi088' 2023-11-19T21:37:36.620 DEBUG:teuthology.orchestra.run.smithi088:osd.4> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.4.service 2023-11-19T21:37:36.622 INFO:tasks.cephadm:Deploying osd.5 on smithi088 with /dev/vg_nvme/lv_3... 2023-11-19T21:37:36.622 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-19T21:37:36.651 INFO:journalctl@ceph.osd.4.smithi088.stdout:-- Logs begin at Sun 2023-11-19 21:25:52 UTC. -- 2023-11-19T21:37:37.162 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:37:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:37:37.084+0000 7f78c927d3c0 -1 osd.4 0 log_to_monitors true 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:36 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:37.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:37.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:37.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:36 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:37 smithi088 ceph-mon[110376]: from='osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T21:37:38.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:37 smithi088 ceph-mon[110376]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T21:37:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:37 smithi084 ceph-mon[107669]: from='osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T21:37:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:37 smithi084 ceph-mon[107669]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T21:37:38.615 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-19T21:37:38.616 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-19T21:37:38.616 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-11-19T21:37:38.616 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-11-19T21:37:38.616 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.010794 s, 971 MB/s 2023-11-19T21:37:38.616 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-11-19T21:37:38.989 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_3 2023-11-19T21:37:39.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:39.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: osdmap e29: 5 total, 4 up, 5 in 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:38 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.311 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:37:38.921+0000 7f78bfc80700 -1 osd.4 0 waiting for initial osdmap 2023-11-19T21:37:39.311 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:37:38.926+0000 7f78bae18700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:37:39.312 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:39.312 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-19T21:37:39.312 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: osdmap e29: 5 total, 4 up, 5 in 2023-11-19T21:37:39.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:39.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:39.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:39.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:39.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:38 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:39.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi088 2023-11-19T21:37:39.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi088 to 15970M 2023-11-19T21:37:39.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:37:39.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: osdmap e30: 5 total, 4 up, 5 in 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839] boot 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: osdmap e31: 5 total, 5 up, 5 in 2023-11-19T21:37:39.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:39 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:40.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi088 2023-11-19T21:37:40.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi088 to 15970M 2023-11-19T21:37:40.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: osdmap e30: 5 total, 4 up, 5 in 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: osd.4 [v2:172.21.15.88:6800/216519839,v1:172.21.15.88:6801/216519839] boot 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: osdmap e31: 5 total, 5 up, 5 in 2023-11-19T21:37:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:39 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:41.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:40 smithi088 ceph-mon[110376]: osdmap e32: 5 total, 5 up, 5 in 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:40 smithi084 ceph-mon[107669]: osdmap e32: 5 total, 5 up, 5 in 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: osdmap e33: 5 total, 5 up, 5 in 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/812181047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]: dispatch 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]: dispatch 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]': finished 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: osdmap e34: 6 total, 5 up, 6 in 2023-11-19T21:37:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:42 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:42.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:42.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: osdmap e33: 5 total, 5 up, 5 in 2023-11-19T21:37:42.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/812181047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]: dispatch 2023-11-19T21:37:42.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]: dispatch 2023-11-19T21:37:42.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1086d5aa-fb3f-4710-b983-8df1e2ba6431"}]': finished 2023-11-19T21:37:42.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: osdmap e34: 6 total, 5 up, 6 in 2023-11-19T21:37:42.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:42 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:43 smithi088 ceph-mon[110376]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:43 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1305134568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:43.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:43 smithi084 ceph-mon[107669]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:43.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:43 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1305134568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:44.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:44 smithi088 ceph-mon[110376]: osdmap e35: 6 total, 5 up, 6 in 2023-11-19T21:37:44.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:44 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:44.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:44 smithi084 ceph-mon[107669]: osdmap e35: 6 total, 5 up, 6 in 2023-11-19T21:37:44.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:44 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:45 smithi088 ceph-mon[110376]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:45 smithi088 ceph-mon[110376]: osdmap e36: 6 total, 5 up, 6 in 2023-11-19T21:37:45.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:45 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:45 smithi084 ceph-mon[107669]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:45 smithi084 ceph-mon[107669]: osdmap e36: 6 total, 5 up, 6 in 2023-11-19T21:37:45.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:45 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:47.376 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:47 smithi088 ceph-mon[110376]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:47.376 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:47 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-19T21:37:47.376 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:47 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:47.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:47 smithi084 ceph-mon[107669]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:47.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:47 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-19T21:37:47.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:47 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:48.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:48 smithi088 ceph-mon[110376]: Deploying daemon osd.5 on smithi088 2023-11-19T21:37:48.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:48 smithi084 ceph-mon[107669]: Deploying daemon osd.5 on smithi088 2023-11-19T21:37:49.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:49 smithi088 ceph-mon[110376]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-11-19T21:37:49.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:49 smithi084 ceph-mon[107669]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-11-19T21:37:51.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:51 smithi088 ceph-mon[110376]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-19T21:37:51.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:51.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:51.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:51.406 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:51 smithi084 ceph-mon[107669]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-19T21:37:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:52.428 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 5 on host 'smithi088' 2023-11-19T21:37:52.801 DEBUG:teuthology.orchestra.run.smithi088:osd.5> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.5.service 2023-11-19T21:37:52.804 INFO:tasks.cephadm:Deploying osd.6 on smithi088 with /dev/vg_nvme/lv_2... 2023-11-19T21:37:52.804 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-19T21:37:52.832 INFO:journalctl@ceph.osd.5.smithi088.stdout:-- Logs begin at Sun 2023-11-19 21:25:52 UTC. -- 2023-11-19T21:37:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:53 smithi088 ceph-mon[110376]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-11-19T21:37:53.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:53 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:53.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:53 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:53.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:53 smithi084 ceph-mon[107669]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-11-19T21:37:53.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:53 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:53.504 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:53 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:53.787 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:37:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:37:53.599+0000 7f99ac05c3c0 -1 osd.5 0 log_to_monitors true 2023-11-19T21:37:54.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:54 smithi088 ceph-mon[110376]: from='osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T21:37:54.369 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:54 smithi088 ceph-mon[110376]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108357 s, 968 MB/s 2023-11-19T21:37:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-11-19T21:37:54.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:54 smithi084 ceph-mon[107669]: from='osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T21:37:54.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:54 smithi084 ceph-mon[107669]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T21:37:54.822 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_2 2023-11-19T21:37:55.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:37:55.257+0000 7f99a2a5f700 -1 osd.5 0 waiting for initial osdmap 2023-11-19T21:37:55.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:37:55.263+0000 7f999e3f8700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: osdmap e37: 6 total, 5 up, 6 in 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: from='osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:55.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:55 smithi088 ceph-mon[110376]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:55.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T21:37:55.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-19T21:37:55.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: osdmap e37: 6 total, 5 up, 6 in 2023-11-19T21:37:55.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:55.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: from='osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:55.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:55 smithi084 ceph-mon[107669]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:37:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:37:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: osdmap e38: 6 total, 5 up, 6 in 2023-11-19T21:37:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817] boot 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: osdmap e39: 6 total, 6 up, 6 in 2023-11-19T21:37:56.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:56 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: osdmap e38: 6 total, 5 up, 6 in 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:37:56.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: osd.5 [v2:172.21.15.88:6808/560434817,v1:172.21.15.88:6809/560434817] boot 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: osdmap e39: 6 total, 6 up, 6 in 2023-11-19T21:37:56.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:56 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi088 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi088 to 7985M 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:57 smithi088 ceph-mon[110376]: osdmap e40: 6 total, 6 up, 6 in 2023-11-19T21:37:57.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:37:57.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:37:57.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi088 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi088 to 7985M 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:37:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:57 smithi084 ceph-mon[107669]: osdmap e40: 6 total, 6 up, 6 in 2023-11-19T21:37:58.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: osdmap e41: 6 total, 6 up, 6 in 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1187013461' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]: dispatch 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]: dispatch 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]': finished 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: osdmap e42: 7 total, 6 up, 7 in 2023-11-19T21:37:58.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:58 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:37:58.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:37:58.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: osdmap e41: 6 total, 6 up, 6 in 2023-11-19T21:37:58.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1187013461' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]: dispatch 2023-11-19T21:37:58.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]: dispatch 2023-11-19T21:37:58.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdb5392-1962-4890-9ea9-d8a5c59c7353"}]': finished 2023-11-19T21:37:58.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: osdmap e42: 7 total, 6 up, 7 in 2023-11-19T21:37:58.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:58 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:37:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:59 smithi088 ceph-mon[110376]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:37:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:37:59 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/1504764434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:37:59.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:59 smithi084 ceph-mon[107669]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:37:59.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:37:59 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/1504764434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:38:00.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:00 smithi088 ceph-mon[110376]: osdmap e43: 7 total, 6 up, 7 in 2023-11-19T21:38:00.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:00 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:00.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:00 smithi088 ceph-mon[110376]: osdmap e44: 7 total, 6 up, 7 in 2023-11-19T21:38:00.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:00 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:00.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:00 smithi084 ceph-mon[107669]: osdmap e43: 7 total, 6 up, 7 in 2023-11-19T21:38:00.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:00 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:00.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:00 smithi084 ceph-mon[107669]: osdmap e44: 7 total, 6 up, 7 in 2023-11-19T21:38:00.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:00 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:01.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:01 smithi088 ceph-mon[110376]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:01.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:01 smithi084 ceph-mon[107669]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:03 smithi088 ceph-mon[110376]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:03.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:03 smithi084 ceph-mon[107669]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:04.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:04 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-19T21:38:04.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:04 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:04.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:04 smithi088 ceph-mon[110376]: Deploying daemon osd.6 on smithi088 2023-11-19T21:38:04.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:04 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-19T21:38:04.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:04 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:04.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:04 smithi084 ceph-mon[107669]: Deploying daemon osd.6 on smithi088 2023-11-19T21:38:05.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:05 smithi088 ceph-mon[110376]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:05.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:05 smithi084 ceph-mon[107669]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:07.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:07 smithi088 ceph-mon[110376]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:07.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:07 smithi084 ceph-mon[107669]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:07.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:07.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:07.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:07.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:08.933 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 6 on host 'smithi088' 2023-11-19T21:38:09.333 DEBUG:teuthology.orchestra.run.smithi088:osd.6> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.6.service 2023-11-19T21:38:09.337 INFO:tasks.cephadm:Deploying osd.7 on smithi088 with /dev/vg_nvme/lv_1... 2023-11-19T21:38:09.337 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-19T21:38:09.364 INFO:journalctl@ceph.osd.6.smithi088.stdout:-- Logs begin at Sun 2023-11-19 21:25:52 UTC. -- 2023-11-19T21:38:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:09 smithi088 ceph-mon[110376]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:09 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:09 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:09.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:09 smithi084 ceph-mon[107669]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:09.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:09 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:09.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:09 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:10.113 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:38:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:38:09.882+0000 7fdf57d4b3c0 -1 osd.6 0 log_to_monitors true 2023-11-19T21:38:10.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:10 smithi088 ceph-mon[110376]: from='osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T21:38:10.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:10 smithi088 ceph-mon[110376]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T21:38:10.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:10 smithi084 ceph-mon[107669]: from='osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T21:38:10.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:10 smithi084 ceph-mon[107669]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T21:38:11.250 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-19T21:38:11.250 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-19T21:38:11.250 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-11-19T21:38:11.250 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-11-19T21:38:11.250 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0167804 s, 625 MB/s 2023-11-19T21:38:11.251 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-11-19T21:38:11.635 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:38:11.315+0000 7fdf4e74e700 -1 osd.6 0 waiting for initial osdmap 2023-11-19T21:38:11.635 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:38:11.322+0000 7fdf498e6700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:38:11.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:11.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-19T21:38:11.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: osdmap e45: 7 total, 6 up, 7 in 2023-11-19T21:38:11.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:11.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: from='osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:11.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:11 smithi088 ceph-mon[110376]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:11.652 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_1 2023-11-19T21:38:11.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:11.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-19T21:38:11.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: osdmap e45: 7 total, 6 up, 7 in 2023-11-19T21:38:11.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:11.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: from='osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:11.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:11 smithi084 ceph-mon[107669]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:12.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:38:12.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: osdmap e46: 7 total, 6 up, 7 in 2023-11-19T21:38:12.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:12.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:12.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:12.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: osdmap e46: 7 total, 6 up, 7 in 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:12.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:12.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:12.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi088 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi088 to 5323M 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931] boot 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: osdmap e47: 7 total, 7 up, 7 in 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:38:13.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:13.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:13 smithi088 ceph-mon[110376]: osdmap e48: 7 total, 7 up, 7 in 2023-11-19T21:38:13.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi088 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi088 to 5323M 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: osd.6 [v2:172.21.15.88:6816/539083931,v1:172.21.15.88:6817/539083931] boot 2023-11-19T21:38:13.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: osdmap e47: 7 total, 7 up, 7 in 2023-11-19T21:38:13.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:38:13.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:38:13.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T21:38:13.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T21:38:13.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:13.749 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:13 smithi084 ceph-mon[107669]: osdmap e48: 7 total, 7 up, 7 in 2023-11-19T21:38:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:14 smithi088 ceph-mon[110376]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:14.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:14 smithi088 ceph-mon[110376]: osdmap e49: 7 total, 7 up, 7 in 2023-11-19T21:38:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:14 smithi084 ceph-mon[107669]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:14 smithi084 ceph-mon[107669]: osdmap e49: 7 total, 7 up, 7 in 2023-11-19T21:38:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:15 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/3363002526' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]: dispatch 2023-11-19T21:38:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:15 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]: dispatch 2023-11-19T21:38:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:15 smithi088 ceph-mon[110376]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]': finished 2023-11-19T21:38:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:15 smithi088 ceph-mon[110376]: osdmap e50: 8 total, 7 up, 8 in 2023-11-19T21:38:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:15 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:15.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:15 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/3363002526' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]: dispatch 2023-11-19T21:38:15.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:15 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]: dispatch 2023-11-19T21:38:15.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:15 smithi084 ceph-mon[107669]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37575d9e-79e2-483b-84a3-73b39d80544e"}]': finished 2023-11-19T21:38:15.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:15 smithi084 ceph-mon[107669]: osdmap e50: 8 total, 7 up, 8 in 2023-11-19T21:38:15.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:15 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:16.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:16 smithi088 ceph-mon[110376]: from='client.? 172.21.15.88:0/773180077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:38:16.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:16 smithi088 ceph-mon[110376]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:16 smithi088 ceph-mon[110376]: osdmap e51: 8 total, 7 up, 8 in 2023-11-19T21:38:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:16.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:16 smithi084 ceph-mon[107669]: from='client.? 172.21.15.88:0/773180077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T21:38:16.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:16 smithi084 ceph-mon[107669]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:16.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:16 smithi084 ceph-mon[107669]: osdmap e51: 8 total, 7 up, 8 in 2023-11-19T21:38:16.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:18 smithi088 ceph-mon[110376]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 125 KiB/s, 0 objects/s recovering 2023-11-19T21:38:18.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:18 smithi084 ceph-mon[107669]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 125 KiB/s, 0 objects/s recovering 2023-11-19T21:38:20.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:20 smithi088 ceph-mon[110376]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T21:38:20.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:20 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-19T21:38:20.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:20 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:20.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:20 smithi088 ceph-mon[110376]: Deploying daemon osd.7 on smithi088 2023-11-19T21:38:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:20 smithi084 ceph-mon[107669]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T21:38:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:20 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-19T21:38:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:20 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:20.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:20 smithi084 ceph-mon[107669]: Deploying daemon osd.7 on smithi088 2023-11-19T21:38:23.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:23 smithi088 ceph-mon[110376]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-11-19T21:38:23.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:23 smithi084 ceph-mon[107669]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-11-19T21:38:24.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:24 smithi088 ceph-mon[110376]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-11-19T21:38:24.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:24.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:24.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:24.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:24.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:24 smithi084 ceph-mon[107669]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-11-19T21:38:24.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:24.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:24.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:24.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:25.678 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 7 on host 'smithi088' 2023-11-19T21:38:26.061 DEBUG:teuthology.orchestra.run.smithi088:osd.7> sudo journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.7.service 2023-11-19T21:38:26.063 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-19T21:38:26.063 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T21:38:26.093 INFO:journalctl@ceph.osd.7.smithi088.stdout:-- Logs begin at Sun 2023-11-19 21:25:52 UTC. -- 2023-11-19T21:38:26.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-mon[110376]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T21:38:26.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:26.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:26.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-mon[110376]: from='osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T21:38:26.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-mon[110376]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T21:38:26.769 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:38:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:38:26.657+0000 7fd8782133c0 -1 osd.7 0 log_to_monitors true 2023-11-19T21:38:26.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:26 smithi084 ceph-mon[107669]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T21:38:26.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:26.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:26.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:26 smithi084 ceph-mon[107669]: from='osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T21:38:26.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:26 smithi084 ceph-mon[107669]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T21:38:27.397 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:27.766 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1700429892,"num_in_osds":8,"osd_in_since":1700429894,"num_remapped_pgs":0} 2023-11-19T21:38:28.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-19T21:38:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: osdmap e52: 8 total, 7 up, 8 in 2023-11-19T21:38:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: from='osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2860623818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T21:38:28.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:38:28.088+0000 7fd86ec16700 -1 osd.7 0 waiting for initial osdmap 2023-11-19T21:38:28.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:38:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:38:28.095+0000 7fd86b5b1700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:38:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-19T21:38:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: osdmap e52: 8 total, 7 up, 8 in 2023-11-19T21:38:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:28.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: from='osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-19T21:38:28.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:28 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2860623818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T21:38:28.767 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: osdmap e53: 8 total, 7 up, 8 in 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:29.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: Detected new or changed devices on smithi088 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi088 to 3992M 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:29.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: osdmap e53: 8 total, 7 up, 8 in 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: Detected new or changed devices on smithi088 2023-11-19T21:38:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi088 to 3992M 2023-11-19T21:38:29.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:29.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:38:29.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:38:29.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:38:29.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:38:30.068 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: purged_snaps scrub starts 2023-11-19T21:38:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: purged_snaps scrub ok 2023-11-19T21:38:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177] boot 2023-11-19T21:38:30.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: osdmap e54: 8 total, 8 up, 8 in 2023-11-19T21:38:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:30 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3360669779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T21:38:30.423 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: purged_snaps scrub starts 2023-11-19T21:38:30.423 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: purged_snaps scrub ok 2023-11-19T21:38:30.423 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: osd.7 [v2:172.21.15.88:6824/111360177,v1:172.21.15.88:6825/111360177] boot 2023-11-19T21:38:30.423 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: osdmap e54: 8 total, 8 up, 8 in 2023-11-19T21:38:30.423 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:38:30.424 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:30 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3360669779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T21:38:30.424 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1700429909,"num_in_osds":8,"osd_in_since":1700429894,"num_remapped_pgs":1} 2023-11-19T21:38:30.425 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T21:38:30.649 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:31.106 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:31 smithi084 ceph-mon[107669]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:31.106 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:31 smithi084 ceph-mon[107669]: osdmap e55: 8 total, 8 up, 8 in 2023-11-19T21:38:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:31 smithi088 ceph-mon[110376]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T21:38:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:31 smithi088 ceph-mon[110376]: osdmap e55: 8 total, 8 up, 8 in 2023-11-19T21:38:31.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:31.794 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":56,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","created":"2023-11-19T21:34:12.705055+0000","modified":"2023-11-19T21:38:31.094459+0000","last_up_change":"2023-11-19T21:38:29.084023+0000","last_in_change":"2023-11-19T21:38:14.745252+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-19T21:37:07.708425+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":"23","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":"21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6803","nonce":2826915697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6805","nonce":2826915697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6809","nonce":2826915697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6807","nonce":2826915697}]},"public_addr":"172.21.15.84:6803/2826915697","cluster_addr":"172.21.15.84:6805/2826915697","heartbeat_back_addr":"172.21.15.84:6809/2826915697","heartbeat_front_addr":"172.21.15.84:6807/2826915697","state":["exists","up"]},{"osd":1,"uuid":"39493e04-238f-42d1-acc5-f4dfa88c2db2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6811","nonce":3236335745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6813","nonce":3236335745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6817","nonce":3236335745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6815","nonce":3236335745}]},"public_addr":"172.21.15.84:6811/3236335745","cluster_addr":"172.21.15.84:6813/3236335745","heartbeat_back_addr":"172.21.15.84:6817/3236335745","heartbeat_front_addr":"172.21.15.84:6815/3236335745","state":["exists","up"]},{"osd":2,"uuid":"9ef9d151-a521-48d8-b0a1-780537d22674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6819","nonce":3031339492}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6821","nonce":3031339492}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6825","nonce":3031339492}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6823","nonce":3031339492}]},"public_addr":"172.21.15.84:6819/3031339492","cluster_addr":"172.21.15.84:6821/3031339492","heartbeat_back_addr":"172.21.15.84:6825/3031339492","heartbeat_front_addr":"172.21.15.84:6823/3031339492","state":["exists","up"]},{"osd":3,"uuid":"8358038a-bd06-4246-83a9-3445ade010d0","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.84:6826","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6827","nonce":2765521900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6829","nonce":2765521900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6833","nonce":2765521900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6831","nonce":2765521900}]},"public_addr":"172.21.15.84:6827/2765521900","cluster_addr":"172.21.15.84:6829/2765521900","heartbeat_back_addr":"172.21.15.84:6833/2765521900","heartbeat_front_addr":"172.21.15.84:6831/2765521900","state":["exists","up"]},{"osd":4,"uuid":"ac63ea42-816f-4526-9ab3-b1d8c6bc4158","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.88:6800","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6801","nonce":216519839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6803","nonce":216519839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6807","nonce":216519839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6805","nonce":216519839}]},"public_addr":"172.21.15.88:6801/216519839","cluster_addr":"172.21.15.88:6803/216519839","heartbeat_back_addr":"172.21.15.88:6807/216519839","heartbeat_front_addr":"172.21.15.88:6805/216519839","state":["exists","up"]},{"osd":5,"uuid":"1086d5aa-fb3f-4710-b983-8df1e2ba6431","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6809","nonce":560434817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6811","nonce":560434817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6815","nonce":560434817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6813","nonce":560434817}]},"public_addr":"172.21.15.88:6809/560434817","cluster_addr":"172.21.15.88:6811/560434817","heartbeat_back_addr":"172.21.15.88:6815/560434817","heartbeat_front_addr":"172.21.15.88:6813/560434817","state":["exists","up"]},{"osd":6,"uuid":"2bdb5392-1962-4890-9ea9-d8a5c59c7353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6817","nonce":539083931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6819","nonce":539083931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6823","nonce":539083931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6821","nonce":539083931}]},"public_addr":"172.21.15.88:6817/539083931","cluster_addr":"172.21.15.88:6819/539083931","heartbeat_back_addr":"172.21.15.88:6823/539083931","heartbeat_front_addr":"172.21.15.88:6821/539083931","state":["exists","up"]},{"osd":7,"uuid":"37575d9e-79e2-483b-84a3-73b39d80544e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6825","nonce":111360177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6827","nonce":111360177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6831","nonce":111360177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6829","nonce":111360177}]},"public_addr":"172.21.15.88:6825/111360177","cluster_addr":"172.21.15.88:6827/111360177","heartbeat_back_addr":"172.21.15.88:6831/111360177","heartbeat_front_addr":"172.21.15.88:6829/111360177","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-19T21:36:27.643243+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-19T21:36:48.960911+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-19T21:37:05.299980+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-19T21:37:22.378232+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-19T21:37:38.058841+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-19T21:37:54.617169+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-19T21:38:10.879742+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-19T21:38:27.625356+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.84:0/441062048":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1043414919":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/3943909588":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1727703283":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6801/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/2853581936":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/2530945602":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/3312942341":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/4277606732":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6800/2641584535":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/282092670":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6801/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:6801/2641584535":"2023-11-20T21:34:36.351081+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-19T21:38:32.166 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-19T21:37:07.708425+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': '23', '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-19T21:38:32.166 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-19T21:38:32.389 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:32 smithi088 ceph-mon[110376]: osdmap e56: 8 total, 8 up, 8 in 2023-11-19T21:38:32.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:32 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1844196051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:32.494 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:32 smithi084 ceph-mon[107669]: osdmap e56: 8 total, 8 up, 8 in 2023-11-19T21:38:32.494 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:32 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1844196051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:33 smithi088 ceph-mon[110376]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:33 smithi088 ceph-mon[110376]: osdmap e57: 8 total, 8 up, 8 in 2023-11-19T21:38:33.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:33 smithi084 ceph-mon[107669]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:33.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:33 smithi084 ceph-mon[107669]: osdmap e57: 8 total, 8 up, 8 in 2023-11-19T21:38:33.573 INFO:teuthology.orchestra.run.smithi084.stdout:pg_num: 1 2023-11-19T21:38:33.941 INFO:tasks.cephadm:Setting up client nodes... 2023-11-19T21:38:33.941 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-19T21:38:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:34 smithi088 ceph-mon[110376]: osdmap e58: 8 total, 8 up, 8 in 2023-11-19T21:38:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:34 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3181651403' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T21:38:34.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:34 smithi084 ceph-mon[107669]: osdmap e58: 8 total, 8 up, 8 in 2023-11-19T21:38:34.436 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:34 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3181651403' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T21:38:35.325 INFO:teuthology.orchestra.run.smithi084.stdout:[client.0] 2023-11-19T21:38:35.325 INFO:teuthology.orchestra.run.smithi084.stdout: key = AQBbgFpljkACExAABOQRlp03MUe0VMLJzpf7qg== 2023-11-19T21:38:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:35 smithi088 ceph-mon[110376]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:35.478 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:35 smithi084 ceph-mon[107669]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:35.690 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-11-19T21:38:35.690 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-19T21:38:35.690 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-19T21:38:35.729 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-19T21:38:35.730 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-19T21:38:35.730 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-19T21:38:35.989 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:36.394 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:36 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3322346798' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-19T21:38:36.395 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:36 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3322346798' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-19T21:38:36.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:36 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3322346798' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-19T21:38:36.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:36 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3322346798' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-19T21:38:37.107 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:37.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:37 smithi084 ceph-mon[107669]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-11-19T21:38:37.389 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:37 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2321318913' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T21:38:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:37 smithi088 ceph-mon[110376]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-11-19T21:38:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:37 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2321318913' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T21:38:37.488 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi084.tyupxq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":2218359585},{"type":"v1","addr":"172.21.15.84:6801","nonce":2218359585}]},"active_addr":"172.21.15.84:6801/2218359585","active_change":"2023-11-19T21:35:39.138265+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi088.nqqnga","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.84:8443/","prometheus":"http://172.21.15.84:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":717796334}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":1784759736}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":1117268597}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":1748591047}]}]}} 2023-11-19T21:38:37.493 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-19T21:38:37.493 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-19T21:38:37.494 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T21:38:37.715 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:38.853 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:38.853 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":58,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","created":"2023-11-19T21:34:12.705055+0000","modified":"2023-11-19T21:38:33.106711+0000","last_up_change":"2023-11-19T21:38:29.084023+0000","last_in_change":"2023-11-19T21:38:14.745252+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-19T21:37:07.708425+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":"23","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":"21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6803","nonce":2826915697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6805","nonce":2826915697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6809","nonce":2826915697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6807","nonce":2826915697}]},"public_addr":"172.21.15.84:6803/2826915697","cluster_addr":"172.21.15.84:6805/2826915697","heartbeat_back_addr":"172.21.15.84:6809/2826915697","heartbeat_front_addr":"172.21.15.84:6807/2826915697","state":["exists","up"]},{"osd":1,"uuid":"39493e04-238f-42d1-acc5-f4dfa88c2db2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6811","nonce":3236335745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6813","nonce":3236335745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6817","nonce":3236335745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6815","nonce":3236335745}]},"public_addr":"172.21.15.84:6811/3236335745","cluster_addr":"172.21.15.84:6813/3236335745","heartbeat_back_addr":"172.21.15.84:6817/3236335745","heartbeat_front_addr":"172.21.15.84:6815/3236335745","state":["exists","up"]},{"osd":2,"uuid":"9ef9d151-a521-48d8-b0a1-780537d22674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6819","nonce":3031339492}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6821","nonce":3031339492}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6825","nonce":3031339492}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6823","nonce":3031339492}]},"public_addr":"172.21.15.84:6819/3031339492","cluster_addr":"172.21.15.84:6821/3031339492","heartbeat_back_addr":"172.21.15.84:6825/3031339492","heartbeat_front_addr":"172.21.15.84:6823/3031339492","state":["exists","up"]},{"osd":3,"uuid":"8358038a-bd06-4246-83a9-3445ade010d0","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.84:6826","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6827","nonce":2765521900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6829","nonce":2765521900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6833","nonce":2765521900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6831","nonce":2765521900}]},"public_addr":"172.21.15.84:6827/2765521900","cluster_addr":"172.21.15.84:6829/2765521900","heartbeat_back_addr":"172.21.15.84:6833/2765521900","heartbeat_front_addr":"172.21.15.84:6831/2765521900","state":["exists","up"]},{"osd":4,"uuid":"ac63ea42-816f-4526-9ab3-b1d8c6bc4158","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.88:6800","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6801","nonce":216519839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6803","nonce":216519839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6807","nonce":216519839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6805","nonce":216519839}]},"public_addr":"172.21.15.88:6801/216519839","cluster_addr":"172.21.15.88:6803/216519839","heartbeat_back_addr":"172.21.15.88:6807/216519839","heartbeat_front_addr":"172.21.15.88:6805/216519839","state":["exists","up"]},{"osd":5,"uuid":"1086d5aa-fb3f-4710-b983-8df1e2ba6431","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6809","nonce":560434817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6811","nonce":560434817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6815","nonce":560434817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6813","nonce":560434817}]},"public_addr":"172.21.15.88:6809/560434817","cluster_addr":"172.21.15.88:6811/560434817","heartbeat_back_addr":"172.21.15.88:6815/560434817","heartbeat_front_addr":"172.21.15.88:6813/560434817","state":["exists","up"]},{"osd":6,"uuid":"2bdb5392-1962-4890-9ea9-d8a5c59c7353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6817","nonce":539083931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6819","nonce":539083931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6823","nonce":539083931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6821","nonce":539083931}]},"public_addr":"172.21.15.88:6817/539083931","cluster_addr":"172.21.15.88:6819/539083931","heartbeat_back_addr":"172.21.15.88:6823/539083931","heartbeat_front_addr":"172.21.15.88:6821/539083931","state":["exists","up"]},{"osd":7,"uuid":"37575d9e-79e2-483b-84a3-73b39d80544e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6825","nonce":111360177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6827","nonce":111360177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6831","nonce":111360177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6829","nonce":111360177}]},"public_addr":"172.21.15.88:6825/111360177","cluster_addr":"172.21.15.88:6827/111360177","heartbeat_back_addr":"172.21.15.88:6831/111360177","heartbeat_front_addr":"172.21.15.88:6829/111360177","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-19T21:36:27.643243+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-19T21:36:48.960911+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-19T21:37:05.299980+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-19T21:37:22.378232+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-19T21:37:38.058841+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-19T21:37:54.617169+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-19T21:38:10.879742+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-19T21:38:27.625356+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:0/441062048":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1043414919":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/3943909588":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1727703283":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6801/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/2853581936":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/2530945602":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/3312942341":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/4277606732":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6800/2641584535":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/282092670":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6801/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:6801/2641584535":"2023-11-20T21:34:36.351081+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-19T21:38:39.156 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:39 smithi084 ceph-mon[107669]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-19T21:38:39.156 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:39 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1124540401' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:39.239 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-19T21:38:39.239 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T21:38:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:39 smithi088 ceph-mon[110376]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-19T21:38:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:39 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1124540401' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:39.469 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:38:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:38:40.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:38:40.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:38:40.527 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:40.527 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":58,"fsid":"53b435fa-8723-11ee-959e-87774f69a715","created":"2023-11-19T21:34:12.705055+0000","modified":"2023-11-19T21:38:33.106711+0000","last_up_change":"2023-11-19T21:38:29.084023+0000","last_in_change":"2023-11-19T21:38:14.745252+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-19T21:37:07.708425+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":"23","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":"21b44b30-0ab5-4e6e-bbdd-d3b83c564ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6803","nonce":2826915697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6805","nonce":2826915697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6809","nonce":2826915697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2826915697},{"type":"v1","addr":"172.21.15.84:6807","nonce":2826915697}]},"public_addr":"172.21.15.84:6803/2826915697","cluster_addr":"172.21.15.84:6805/2826915697","heartbeat_back_addr":"172.21.15.84:6809/2826915697","heartbeat_front_addr":"172.21.15.84:6807/2826915697","state":["exists","up"]},{"osd":1,"uuid":"39493e04-238f-42d1-acc5-f4dfa88c2db2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6811","nonce":3236335745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6813","nonce":3236335745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6817","nonce":3236335745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":3236335745},{"type":"v1","addr":"172.21.15.84:6815","nonce":3236335745}]},"public_addr":"172.21.15.84:6811/3236335745","cluster_addr":"172.21.15.84:6813/3236335745","heartbeat_back_addr":"172.21.15.84:6817/3236335745","heartbeat_front_addr":"172.21.15.84:6815/3236335745","state":["exists","up"]},{"osd":2,"uuid":"9ef9d151-a521-48d8-b0a1-780537d22674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6819","nonce":3031339492}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6821","nonce":3031339492}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6825","nonce":3031339492}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":3031339492},{"type":"v1","addr":"172.21.15.84:6823","nonce":3031339492}]},"public_addr":"172.21.15.84:6819/3031339492","cluster_addr":"172.21.15.84:6821/3031339492","heartbeat_back_addr":"172.21.15.84:6825/3031339492","heartbeat_front_addr":"172.21.15.84:6823/3031339492","state":["exists","up"]},{"osd":3,"uuid":"8358038a-bd06-4246-83a9-3445ade010d0","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.84:6826","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6827","nonce":2765521900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6829","nonce":2765521900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6833","nonce":2765521900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2765521900},{"type":"v1","addr":"172.21.15.84:6831","nonce":2765521900}]},"public_addr":"172.21.15.84:6827/2765521900","cluster_addr":"172.21.15.84:6829/2765521900","heartbeat_back_addr":"172.21.15.84:6833/2765521900","heartbeat_front_addr":"172.21.15.84:6831/2765521900","state":["exists","up"]},{"osd":4,"uuid":"ac63ea42-816f-4526-9ab3-b1d8c6bc4158","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.88:6800","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6801","nonce":216519839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6803","nonce":216519839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6807","nonce":216519839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":216519839},{"type":"v1","addr":"172.21.15.88:6805","nonce":216519839}]},"public_addr":"172.21.15.88:6801/216519839","cluster_addr":"172.21.15.88:6803/216519839","heartbeat_back_addr":"172.21.15.88:6807/216519839","heartbeat_front_addr":"172.21.15.88:6805/216519839","state":["exists","up"]},{"osd":5,"uuid":"1086d5aa-fb3f-4710-b983-8df1e2ba6431","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6809","nonce":560434817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6811","nonce":560434817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6815","nonce":560434817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":560434817},{"type":"v1","addr":"172.21.15.88:6813","nonce":560434817}]},"public_addr":"172.21.15.88:6809/560434817","cluster_addr":"172.21.15.88:6811/560434817","heartbeat_back_addr":"172.21.15.88:6815/560434817","heartbeat_front_addr":"172.21.15.88:6813/560434817","state":["exists","up"]},{"osd":6,"uuid":"2bdb5392-1962-4890-9ea9-d8a5c59c7353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6817","nonce":539083931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6819","nonce":539083931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6823","nonce":539083931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":539083931},{"type":"v1","addr":"172.21.15.88:6821","nonce":539083931}]},"public_addr":"172.21.15.88:6817/539083931","cluster_addr":"172.21.15.88:6819/539083931","heartbeat_back_addr":"172.21.15.88:6823/539083931","heartbeat_front_addr":"172.21.15.88:6821/539083931","state":["exists","up"]},{"osd":7,"uuid":"37575d9e-79e2-483b-84a3-73b39d80544e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6825","nonce":111360177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6827","nonce":111360177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6831","nonce":111360177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":111360177},{"type":"v1","addr":"172.21.15.88:6829","nonce":111360177}]},"public_addr":"172.21.15.88:6825/111360177","cluster_addr":"172.21.15.88:6827/111360177","heartbeat_back_addr":"172.21.15.88:6831/111360177","heartbeat_front_addr":"172.21.15.88:6829/111360177","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-19T21:36:27.643243+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-19T21:36:48.960911+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-19T21:37:05.299980+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-19T21:37:22.378232+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-19T21:37:38.058841+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-19T21:37:54.617169+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-19T21:38:10.879742+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-19T21:38:27.625356+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:0/441062048":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1043414919":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/3943909588":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/1727703283":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6801/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/2136308134":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/2853581936":"2023-11-20T21:35:00.901405+0000","172.21.15.84:6800/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:0/2530945602":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/3312942341":"2023-11-20T21:35:00.901405+0000","172.21.15.84:0/4277606732":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6800/2641584535":"2023-11-20T21:34:36.351081+0000","172.21.15.84:0/282092670":"2023-11-20T21:34:36.351081+0000","172.21.15.84:6801/3374270258":"2023-11-20T21:35:39.137984+0000","172.21.15.84:6801/2641584535":"2023-11-20T21:34:36.351081+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-19T21:38:40.889 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-19T21:38:40.890 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-19T21:38:40.890 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-19T21:38:40.891 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-19T21:38:40.891 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-19T21:38:40.891 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-19T21:38:40.892 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-19T21:38:40.892 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-19T21:38:41.170 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:41 smithi084 ceph-mon[107669]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-19T21:38:41.170 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:41 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3554672585' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:41.331 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.332 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.332 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.333 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.347 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.386 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.410 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:41 smithi088 ceph-mon[110376]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-19T21:38:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:41 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3554672585' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T21:38:42.277 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:43.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:43 smithi084 ceph-mon[107669]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-11-19T21:38:43.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:43 smithi088 ceph-mon[110376]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-11-19T21:38:45.396 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:45 smithi084 ceph-mon[107669]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-11-19T21:38:45.415 INFO:teuthology.orchestra.run.smithi084.stdout:81604378647 2023-11-19T21:38:45.416 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-19T21:38:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:45 smithi088 ceph-mon[110376]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-11-19T21:38:46.656 INFO:teuthology.orchestra.run.smithi084.stdout:60129542169 2023-11-19T21:38:46.656 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-19T21:38:46.847 INFO:teuthology.orchestra.run.smithi084.stdout:133143986192 2023-11-19T21:38:46.847 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-19T21:38:47.070 INFO:teuthology.orchestra.run.smithi084.stdout:167503724556 2023-11-19T21:38:47.071 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-19T21:38:47.321 INFO:teuthology.orchestra.run.smithi084.stdout:201863462921 2023-11-19T21:38:47.321 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-19T21:38:47.445 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:47 smithi084 ceph-mon[107669]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T21:38:47.470 INFO:teuthology.orchestra.run.smithi084.stdout:231928233991 2023-11-19T21:38:47.470 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-19T21:38:47.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:47 smithi088 ceph-mon[110376]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T21:38:47.704 INFO:teuthology.orchestra.run.smithi084.stdout:111669149716 2023-11-19T21:38:47.704 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-19T21:38:47.869 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:47.919 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:47.939 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:47.976 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:48.223 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:48.373 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:48.440 INFO:teuthology.orchestra.run.smithi084.stdout:38654705694 2023-11-19T21:38:48.440 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-19T21:38:48.594 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:49.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:49 smithi084 ceph-mon[107669]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:49.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:49 smithi088 ceph-mon[110376]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:50.709 INFO:teuthology.orchestra.run.smithi084.stdout:133143986192 2023-11-19T21:38:50.880 INFO:teuthology.orchestra.run.smithi084.stdout:201863462922 2023-11-19T21:38:51.112 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986192 for osd.4 2023-11-19T21:38:51.112 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:51.344 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:51 smithi084 ceph-mon[107669]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:51.344 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:51 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3312195713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-19T21:38:51.344 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:51 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2885806003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-19T21:38:51.593 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:51.618 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462921 got 201863462922 for osd.6 2023-11-19T21:38:51.618 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:51 smithi088 ceph-mon[110376]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:51 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3312195713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-19T21:38:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:51 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2885806003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-19T21:38:51.874 INFO:teuthology.orchestra.run.smithi084.stdout:231928233991 2023-11-19T21:38:52.223 INFO:teuthology.orchestra.run.smithi084.stdout:81604378648 2023-11-19T21:38:52.369 INFO:teuthology.orchestra.run.smithi084.stdout:60129542171 2023-11-19T21:38:52.397 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:52 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1325130717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-19T21:38:52.600 INFO:teuthology.orchestra.run.smithi084.stdout:167503724558 2023-11-19T21:38:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:52 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1325130717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-19T21:38:52.868 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-11-19T21:38:52.869 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:52.956 INFO:teuthology.orchestra.run.smithi084.stdout:111669149717 2023-11-19T21:38:53.185 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233991 got 231928233991 for osd.7 2023-11-19T21:38:53.186 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:53.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:53 smithi084 ceph-mon[107669]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:53.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2271488585' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T21:38:53.311 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/4197919043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T21:38:53.311 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3733841273' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-19T21:38:53.311 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2954950056' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-19T21:38:53.327 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542169 got 60129542171 for osd.1 2023-11-19T21:38:53.327 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:53.494 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-11-19T21:38:53.494 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:53 smithi088 ceph-mon[110376]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2271488585' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T21:38:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/4197919043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T21:38:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3733841273' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-19T21:38:53.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2954950056' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-19T21:38:53.768 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724558 for osd.5 2023-11-19T21:38:53.768 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:54.252 INFO:teuthology.orchestra.run.smithi084.stdout:38654705695 2023-11-19T21:38:54.611 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-11-19T21:38:54.611 DEBUG:teuthology.parallel:result is None 2023-11-19T21:38:54.611 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-19T21:38:54.611 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T21:38:54.834 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:55.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:55 smithi084 ceph-mon[107669]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:55.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:55 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/491228454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T21:38:55.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:55 smithi088 ceph-mon[110376]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:55.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:55 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/491228454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T21:38:55.976 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:55.977 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2023-11-19T21:38:56.342 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-11-19T21:38:55.447444+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":48652,"kb_used_data":6220,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912564,"statfs":{"total":767960285184,"available":767910465536,"internally_reserved":0,"allocated":6369280,"data_stored":3511657,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"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.002335"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-19T21:38:33.113984+0000","last_change":"2023-11-19T21:38:33.113984+0000","last_active":"2023-11-19T21:38:33.113984+0000","last_peered":"2023-11-19T21:38:33.113984+0000","last_clean":"2023-11-19T21:38:33.113984+0000","last_became_active":"2023-11-19T21:38:33.113604+0000","last_became_peered":"2023-11-19T21:38:33.113604+0000","last_unstale":"2023-11-19T21:38:33.113984+0000","last_undegraded":"2023-11-19T21:38:33.113984+0000","last_fullsized":"2023-11-19T21:38:33.113984+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-19T21:37:08.347671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T21:37:08.347671+0000","last_clean_scrub_stamp":"2023-11-19T21:37:08.347671+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-20T22:27:16.949539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":769651,"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.40000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]},{"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":1.026}]},{"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.49399999999999999}]},{"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.58999999999999997}]},{"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.56899999999999995}]}]},{"osd":6,"up_from":47,"seq":201863462923,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769328,"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.69099999999999995}]},{"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.58999999999999997}]},{"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.59999999999999998}]},{"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.63200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]},{"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":60129542171,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6348,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738804,"statfs":{"total":95995035648,"available":95988535296,"internally_reserved":0,"allocated":593920,"data_stored":240458,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 21:37:54 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.40200000000000002}]},{"osd":2,"last update":"Sun Nov 19 21:38:10 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.373}]},{"osd":3,"last update":"Sun Nov 19 21:38:26 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.505},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.42399999999999999}]},{"osd":4,"last update":"Sun Nov 19 21:38:41 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.54500000000000004}]},{"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.60499999999999998}]},{"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.57499999999999996}]},{"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":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":769651,"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":"Sun Nov 19 21:37:54 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.31},{"interface":"front","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.35299999999999998}]},{"osd":2,"last update":"Sun Nov 19 21:38:08 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.36499999999999999}]},{"osd":3,"last update":"Sun Nov 19 21:38:25 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32100000000000001}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.623},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.64300000000000002}]},{"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.51700000000000002}]},{"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.53900000000000003}]},{"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.63100000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6224,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738928,"statfs":{"total":95995035648,"available":95988662272,"internally_reserved":0,"allocated":598016,"data_stored":240723,"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":"Sun Nov 19 21:38:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.31},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.23899999999999999}]},{"osd":1,"last update":"Sun Nov 19 21:38:09 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.28199999999999997}]},{"osd":3,"last update":"Sun Nov 19 21:38:27 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":0.316}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.76000000000000001}]},{"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.65600000000000003}]},{"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.65300000000000002}]},{"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.73299999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5712,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739440,"statfs":{"total":95995035648,"available":95989186560,"internally_reserved":0,"allocated":598016,"data_stored":240723,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.30599999999999999}]},{"osd":1,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.27700000000000002}]},{"osd":2,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.26300000000000001}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.54900000000000004}]},{"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.66800000000000004}]},{"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.56299999999999994}]},{"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":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240400,"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":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.89100000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.80900000000000005}]},{"osd":1,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.77900000000000003}]},{"osd":2,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.71999999999999997}]},{"osd":3,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":2.0579999999999998}]},{"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.51300000000000001}]},{"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.49199999999999999}]},{"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.54600000000000004}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5648,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739504,"statfs":{"total":95995035648,"available":95989252096,"internally_reserved":0,"allocated":598016,"data_stored":240723,"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.51100000000000001}]},{"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.45900000000000002}]},{"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.40200000000000002}]},{"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.47299999999999998}]},{"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.33100000000000002}]},{"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.54200000000000004}]},{"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.52600000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T21:38:56.344 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T21:38:56.565 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:57 smithi084 ceph-mon[107669]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:57.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:57 smithi084 ceph-mon[107669]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:38:57.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:57 smithi088 ceph-mon[110376]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:57.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:57 smithi088 ceph-mon[110376]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:38:57.684 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:57.686 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2023-11-19T21:38:58.101 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-11-19T21:38:57.447812+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":48652,"kb_used_data":6220,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912564,"statfs":{"total":767960285184,"available":767910465536,"internally_reserved":0,"allocated":6369280,"data_stored":3511657,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"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.002399"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-19T21:38:33.113984+0000","last_change":"2023-11-19T21:38:33.113984+0000","last_active":"2023-11-19T21:38:33.113984+0000","last_peered":"2023-11-19T21:38:33.113984+0000","last_clean":"2023-11-19T21:38:33.113984+0000","last_became_active":"2023-11-19T21:38:33.113604+0000","last_became_peered":"2023-11-19T21:38:33.113604+0000","last_unstale":"2023-11-19T21:38:33.113984+0000","last_undegraded":"2023-11-19T21:38:33.113984+0000","last_fullsized":"2023-11-19T21:38:33.113984+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-19T21:37:08.347671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T21:37:08.347671+0000","last_clean_scrub_stamp":"2023-11-19T21:37:08.347671+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-20T22:27:16.949539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":769651,"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.40000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]},{"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":1.026}]},{"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.49399999999999999}]},{"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.58999999999999997}]},{"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.56899999999999995}]}]},{"osd":6,"up_from":47,"seq":201863462924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769328,"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.67800000000000005}]},{"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.59299999999999997}]},{"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.62}]},{"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.63500000000000001}]},{"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.41599999999999998}]},{"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.51800000000000002}]},{"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.47699999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6348,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738804,"statfs":{"total":95995035648,"available":95988535296,"internally_reserved":0,"allocated":593920,"data_stored":240458,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 21:38:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.25900000000000001,"5min":0.221,"15min":0.221},"max":{"1min":0.60299999999999998,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.36499999999999999,"15min":0.36299999999999999},"min":{"1min":0.28799999999999998,"5min":0.215,"15min":0.215},"max":{"1min":0.55100000000000005,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.29999999999999999}]},{"osd":2,"last update":"Sun Nov 19 21:38:10 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.33600000000000002}]},{"osd":3,"last update":"Sun Nov 19 21:38:26 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.377}]},{"osd":4,"last update":"Sun Nov 19 21:38:41 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.51600000000000001}]},{"osd":5,"last update":"Sun Nov 19 21:38:56 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.47099999999999997}]},{"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.52400000000000002}]},{"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.42599999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":769651,"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":"Sun Nov 19 21:37:54 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.31},{"interface":"front","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.35299999999999998}]},{"osd":2,"last update":"Sun Nov 19 21:38:08 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.36499999999999999}]},{"osd":3,"last update":"Sun Nov 19 21:38:25 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32100000000000001}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.623},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.64300000000000002}]},{"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.51700000000000002}]},{"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.53900000000000003}]},{"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.63100000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6224,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738928,"statfs":{"total":95995035648,"available":95988662272,"internally_reserved":0,"allocated":598016,"data_stored":240723,"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":"Sun Nov 19 21:38:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.31},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.23899999999999999}]},{"osd":1,"last update":"Sun Nov 19 21:38:09 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.28199999999999997}]},{"osd":3,"last update":"Sun Nov 19 21:38:27 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":0.316}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.76000000000000001}]},{"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.65600000000000003}]},{"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.65300000000000002}]},{"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.73299999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5712,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739440,"statfs":{"total":95995035648,"available":95989186560,"internally_reserved":0,"allocated":598016,"data_stored":240723,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.30599999999999999}]},{"osd":1,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.27700000000000002}]},{"osd":2,"last update":"Sun Nov 19 21:38:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.26300000000000001}]},{"osd":4,"last update":"Sun Nov 19 21:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.54900000000000004}]},{"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.66800000000000004}]},{"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.56299999999999994}]},{"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":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240400,"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":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.89100000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.80900000000000005}]},{"osd":1,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.77900000000000003}]},{"osd":2,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.71999999999999997}]},{"osd":3,"last update":"Sun Nov 19 21:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":2.0579999999999998}]},{"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.51300000000000001}]},{"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.49199999999999999}]},{"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.54600000000000004}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5648,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739504,"statfs":{"total":95995035648,"available":95989252096,"internally_reserved":0,"allocated":598016,"data_stored":240723,"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.48699999999999999}]},{"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.46400000000000002}]},{"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.39300000000000002}]},{"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.52600000000000002}]},{"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.41299999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":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.56799999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T21:38:58.102 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-19T21:38:58.102 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-19T21:38:58.103 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-19T21:38:58.103 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-19T21:38:58.325 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/mon.smithi084/config 2023-11-19T21:38:59.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:59 smithi084 ceph-mon[107669]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:59.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:38:59 smithi084 ceph-mon[107669]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:38:59.515 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:38:59.515 INFO:teuthology.orchestra.run.smithi084.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-19T21:38:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:59 smithi088 ceph-mon[110376]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:38:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:38:59 smithi088 ceph-mon[110376]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:38:59.876 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-19T21:38:59.876 INFO:tasks.cephadm:Setup complete, yielding 2023-11-19T21:38:59.876 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T21:38:59.886 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:38:59.886 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph orch status' 2023-11-19T21:39:00.473 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:00 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2861123140' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T21:39:00.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:00 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2861123140' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T21:39:01.120 INFO:teuthology.orchestra.run.smithi084.stdout:Backend: cephadm 2023-11-19T21:39:01.120 INFO:teuthology.orchestra.run.smithi084.stdout:Available: Yes 2023-11-19T21:39:01.120 INFO:teuthology.orchestra.run.smithi084.stdout:Paused: No 2023-11-19T21:39:01.475 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:01 smithi084 ceph-mon[107669]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:01.476 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-19T21:39:01.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:01 smithi088 ceph-mon[110376]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:02.413 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:02 smithi084 ceph-mon[107669]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:02.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:02 smithi088 ceph-mon[110376]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (2m) 101s ago 3m - - ba2b418f427c 84598033e3fc 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (3m) 101s ago 3m - - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (2m) 101s ago 3m - - 8.3.5 dad864ee21e9 d8f331a6be00 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (4m) 101s ago 4m - - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e e233730bd161 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (4m) 101s ago 4m - 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (3m) 36s ago 3m - 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (3m) 101s ago 3m - - 1dbe0e931976 881053341baa 2023-11-19T21:39:02.779 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (3m) 36s ago 3m - - 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (2m) 101s ago 2m - 3224M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (2m) 101s ago 2m - 3224M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (2m) 101s ago 2m - 3224M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (104s) 101s ago 104s - 3224M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (89s) 36s ago 88s - 3992M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (72s) 36s ago 72s - 3992M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (56s) 36s ago 56s - 3992M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (39s) 36s ago 39s - 3992M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:39:02.780 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (2m) 101s ago 2m - - 514e6a882f6e 0ab89b66b27f 2023-11-19T21:39:03.175 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-19T21:39:03.478 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:03 smithi084 ceph-mon[107669]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:03 smithi088 ceph-mon[110376]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:crash 2/2 102s ago 4m * 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:mgr 2/2 102s ago 4m count:2 2023-11-19T21:39:04.478 INFO:teuthology.orchestra.run.smithi084.stdout:mon 2/2 102s ago 3m smithi084:172.21.15.84=smithi084;smithi088:172.21.15.88=smithi088;count:2 2023-11-19T21:39:04.479 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2023-11-19T21:39:04.479 INFO:teuthology.orchestra.run.smithi084.stdout:osd 8 102s ago - 2023-11-19T21:39:04.479 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2023-11-19T21:39:04.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:04 smithi084 ceph-mon[107669]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:04.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:04 smithi088 ceph-mon[110376]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:04.841 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-19T21:39:05.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:05 smithi084 ceph-mon[107669]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:05 smithi088 ceph-mon[110376]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:06.217 INFO:teuthology.orchestra.run.smithi084.stdout:HOST ADDR LABELS STATUS 2023-11-19T21:39:06.218 INFO:teuthology.orchestra.run.smithi084.stdout:smithi084 172.21.15.84 2023-11-19T21:39:06.218 INFO:teuthology.orchestra.run.smithi084.stdout:smithi088 172.21.15.88 2023-11-19T21:39:06.218 INFO:teuthology.orchestra.run.smithi084.stdout:2 hosts in cluster 2023-11-19T21:39:06.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:06 smithi084 ceph-mon[107669]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:06.599 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-19T21:39:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:06 smithi088 ceph-mon[110376]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:07.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:07 smithi084 ceph-mon[107669]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:07 smithi084 ceph-mon[107669]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:07.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:07 smithi088 ceph-mon[110376]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:07.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:07 smithi088 ceph-mon[110376]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:07.927 INFO:teuthology.orchestra.run.smithi084.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-19T21:39:07.928 INFO:teuthology.orchestra.run.smithi084.stdout:smithi084 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400WF400BGN 400G LVM detected, locked 2023-11-19T21:39:07.928 INFO:teuthology.orchestra.run.smithi084.stdout:smithi088 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400XD400BGN 400G LVM detected, locked 2023-11-19T21:39:08.291 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-19T21:39:08.300 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:08.300 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-19T21:39:08.328 INFO:teuthology.orchestra.run.smithi084.stderr:+ systemctl stop nfs-server 2023-11-19T21:39:08.335 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi088.front.sepia.ceph.com 2023-11-19T21:39:08.335 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-19T21:39:08.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ systemctl stop nfs-server 2023-11-19T21:39:08.382 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T21:39:08.390 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:08.391 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-11-19T21:39:09.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:09 smithi084 ceph-mon[107669]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:09.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:09 smithi084 ceph-mon[107669]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:09 smithi088 ceph-mon[110376]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:09 smithi088 ceph-mon[110376]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:10.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:10 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-19T21:39:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:10 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-19T21:39:11.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-mon[107669]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:11.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-mon[107669]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:11.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-19T21:39:11.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-mon[107669]: osdmap e59: 8 total, 8 up, 8 in 2023-11-19T21:39:11.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-19T21:39:11.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084[107646]: 2023-11-19T21:39:11.243+0000 7f78a71da700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T21:39:11.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:11 smithi088 ceph-mon[110376]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:11.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:11 smithi088 ceph-mon[110376]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:11.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-19T21:39:11.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:11 smithi088 ceph-mon[110376]: osdmap e59: 8 total, 8 up, 8 in 2023-11-19T21:39:11.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:11 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-19T21:39:11.648 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-19T21:39:11.658 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-19T21:39:11.658 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T21:39:12.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: osdmap e60: 8 total, 8 up, 8 in 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: osdmap e61: 8 total, 8 up, 8 in 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: fsmap foofs:0 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: Saving service mds.foofs spec with placement count:2 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:12.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.wcvasd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T21:39:12.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.wcvasd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T21:39:12.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:12 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-19T21:39:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: osdmap e60: 8 total, 8 up, 8 in 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: osdmap e61: 8 total, 8 up, 8 in 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: fsmap foofs:0 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: Saving service mds.foofs spec with placement count:2 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:12.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:12.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.wcvasd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T21:39:12.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi084.wcvasd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T21:39:12.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:12 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:13.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:13 smithi084 ceph-mon[107669]: pgmap v155: 65 pgs: 8 creating+activating, 12 active+clean, 45 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:13.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:13 smithi084 ceph-mon[107669]: Deploying daemon mds.foofs.smithi084.wcvasd on smithi084 2023-11-19T21:39:13.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:13 smithi084 ceph-mon[107669]: osdmap e62: 8 total, 8 up, 8 in 2023-11-19T21:39:13.618 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:39:13.619 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T21:34:52.159980Z", "last_refresh": "2023-11-19T21:37:21.757050Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T21:34:47.760426Z", "last_refresh": "2023-11-19T21:37:21.757112Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T21:34:49.659032Z", "last_refresh": "2023-11-19T21:37:21.757199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T21:39:11.267865Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T21:39:11.261610Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T21:34:46.674185Z", "last_refresh": "2023-11-19T21:37:21.756966Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi088:172.21.15.88=smithi088"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T21:35:22.658886Z", "last_refresh": "2023-11-19T21:37:21.756826Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T21:34:51.283441Z", "last_refresh": "2023-11-19T21:37:21.757260Z", "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-19T21:37:21.757384Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T21:34:48.721636Z", "last_refresh": "2023-11-19T21:37:21.757323Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T21:39:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:13 smithi088 ceph-mon[110376]: pgmap v155: 65 pgs: 8 creating+activating, 12 active+clean, 45 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:13 smithi088 ceph-mon[110376]: Deploying daemon mds.foofs.smithi084.wcvasd on smithi084 2023-11-19T21:39:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:13 smithi088 ceph-mon[110376]: osdmap e62: 8 total, 8 up, 8 in 2023-11-19T21:39:13.965 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-19T21:39:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:14 smithi088 ceph-mon[110376]: osdmap e63: 8 total, 8 up, 8 in 2023-11-19T21:39:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.thhvwj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T21:39:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.thhvwj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T21:39:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:14 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:14 smithi084 ceph-mon[107669]: osdmap e63: 8 total, 8 up, 8 in 2023-11-19T21:39:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.thhvwj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T21:39:14.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.thhvwj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T21:39:14.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:14 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:14.966 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: pgmap v158: 65 pgs: 8 creating+activating, 23 active+clean, 34 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: Deploying daemon mds.foofs.smithi088.thhvwj on smithi088 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: mds.? [v2:172.21.15.84:6834/509146349,v1:172.21.15.84:6835/509146349] up:boot 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: daemon mds.foofs.smithi084.wcvasd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: Cluster is now healthy 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: fsmap foofs:0 1 up:standby 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.wcvasd"}]: dispatch 2023-11-19T21:39:15.628 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:creating} 2023-11-19T21:39:15.629 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:15 smithi084 ceph-mon[107669]: daemon mds.foofs.smithi084.wcvasd is now active in filesystem foofs as rank 0 2023-11-19T21:39:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: pgmap v158: 65 pgs: 8 creating+activating, 23 active+clean, 34 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T21:39:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: Deploying daemon mds.foofs.smithi088.thhvwj on smithi088 2023-11-19T21:39:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: mds.? [v2:172.21.15.84:6834/509146349,v1:172.21.15.84:6835/509146349] up:boot 2023-11-19T21:39:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: daemon mds.foofs.smithi084.wcvasd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: Cluster is now healthy 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: fsmap foofs:0 1 up:standby 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.wcvasd"}]: dispatch 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:creating} 2023-11-19T21:39:15.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:15 smithi088 ceph-mon[110376]: daemon mds.foofs.smithi084.wcvasd is now active in filesystem foofs as rank 0 2023-11-19T21:39:16.347 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:39:16.348 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T21:34:52.159980Z", "last_refresh": "2023-11-19T21:37:21.757050Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T21:34:47.760426Z", "last_refresh": "2023-11-19T21:37:21.757112Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T21:34:49.659032Z", "last_refresh": "2023-11-19T21:37:21.757199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T21:39:11.267865Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T21:39:11.261610Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T21:34:46.674185Z", "last_refresh": "2023-11-19T21:37:21.756966Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi088:172.21.15.88=smithi088"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T21:35:22.658886Z", "last_refresh": "2023-11-19T21:37:21.756826Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T21:34:51.283441Z", "last_refresh": "2023-11-19T21:37:21.757260Z", "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-19T21:37:21.757384Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T21:34:48.721636Z", "last_refresh": "2023-11-19T21:37:21.757323Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: mds.? [v2:172.21.15.84:6834/509146349,v1:172.21.15.84:6835/509146349] up:active 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: mds.? [v2:172.21.15.88:6832/760202852,v1:172.21.15.88:6833/760202852] up:boot 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 1 up:standby 2023-11-19T21:39:16.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:16 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.thhvwj"}]: dispatch 2023-11-19T21:39:16.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: mds.? [v2:172.21.15.84:6834/509146349,v1:172.21.15.84:6835/509146349] up:active 2023-11-19T21:39:16.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: mds.? [v2:172.21.15.88:6832/760202852,v1:172.21.15.88:6833/760202852] up:boot 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 1 up:standby 2023-11-19T21:39:16.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:16 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.thhvwj"}]: dispatch 2023-11-19T21:39:16.832 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-19T21:39:17.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:17 smithi088 ceph-mon[110376]: pgmap v159: 65 pgs: 8 creating+activating, 57 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 3 op/s 2023-11-19T21:39:17.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:17 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:17.711 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:17 smithi084 ceph-mon[107669]: pgmap v159: 65 pgs: 8 creating+activating, 57 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 3 op/s 2023-11-19T21:39:17.711 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:17 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:17.833 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T21:39:18.460 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:18 smithi084 ceph-mon[107669]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:18 smithi088 ceph-mon[110376]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:19.428 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 4 op/s 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:19.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:19 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.498 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:39:19.498 INFO:teuthology.orchestra.run.smithi084.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T21:34:52.159980Z", "last_refresh": "2023-11-19T21:39:18.612236Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T21:34:47.760426Z", "last_refresh": "2023-11-19T21:39:16.752814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T21:34:49.659032Z", "last_refresh": "2023-11-19T21:39:18.612365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T21:39:11.267865Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T21:39:11.261610Z", "last_refresh": "2023-11-19T21:39:16.753497Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T21:34:46.674185Z", "last_refresh": "2023-11-19T21:39:16.752954Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi084:172.21.15.84=smithi084", "smithi088:172.21.15.88=smithi088"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T21:35:22.658886Z", "last_refresh": "2023-11-19T21:39:16.753043Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T21:34:51.283441Z", "last_refresh": "2023-11-19T21:39:16.753132Z", "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-19T21:39:16.753215Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T21:34:48.721636Z", "last_refresh": "2023-11-19T21:39:18.612500Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T21:39:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 4 op/s 2023-11-19T21:39:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:19 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:19.865 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-19T21:39:19.865 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T21:39:19.875 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:19.875 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-19T21:39:20.868 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:20 smithi084 ceph-mon[107669]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-19T21:39:20.868 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:20 smithi084 ceph-mon[107669]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:20.868 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:20 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:20.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:20 smithi088 ceph-mon[110376]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-19T21:39:20.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:20 smithi088 ceph-mon[110376]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T21:39:20.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:20 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:22.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:22 smithi088 ceph-mon[110376]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:22.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:22 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-19T21:39:22.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:22 smithi084 ceph-mon[107669]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:22.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:22 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-19T21:39:23.150 INFO:teuthology.orchestra.run.smithi084.stdout:NFS Cluster Created Successfully 2023-11-19T21:39:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:23 smithi088 ceph-mon[110376]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-19T21:39:23.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:23 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-19T21:39:23.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:23 smithi088 ceph-mon[110376]: osdmap e64: 8 total, 8 up, 8 in 2023-11-19T21:39:23.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:23 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-19T21:39:23.462 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:23 smithi084 ceph-mon[107669]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-19T21:39:23.462 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:23 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-19T21:39:23.462 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:23 smithi084 ceph-mon[107669]: osdmap e64: 8 total, 8 up, 8 in 2023-11-19T21:39:23.462 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:23 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-19T21:39:23.517 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-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-19T21:39:24.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: osdmap e65: 8 total, 8 up, 8 in 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: Saving service nfs.foo spec with placement count:2 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:24.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: Creating key for client.nfs.foo.0.0.smithi084.btlfzz 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-19T21:39:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T21:39:24.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:24 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: osdmap e65: 8 total, 8 up, 8 in 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: Saving service nfs.foo spec with placement count:2 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:24.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: Creating key for client.nfs.foo.0.0.smithi084.btlfzz 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:24.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T21:39:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T21:39:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T21:39:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi084.btlfzz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T21:39:24.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:24 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:25.370 INFO:teuthology.orchestra.run.smithi084.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-19T21:39:25.371 INFO:teuthology.orchestra.run.smithi084.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-19T21:39:25.371 INFO:teuthology.orchestra.run.smithi084.stderr:Error EINVAL: invalid command 2023-11-19T21:39:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: pgmap v165: 97 pgs: 3 creating+peering, 28 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 3 op/s 2023-11-19T21:39:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: Rados config object exists: conf-nfs.foo 2023-11-19T21:39:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: Creating key for client.nfs.foo.0.0.smithi084.btlfzz-rgw 2023-11-19T21:39:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: Deploying daemon nfs.foo.0.0.smithi084.btlfzz on smithi084 2023-11-19T21:39:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: osdmap e66: 8 total, 8 up, 8 in 2023-11-19T21:39:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: mgrmap e20: smithi084.tyupxq(active, since 3m), standbys: smithi088.nqqnga 2023-11-19T21:39:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:25 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:25.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: pgmap v165: 97 pgs: 3 creating+peering, 28 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 3 op/s 2023-11-19T21:39:25.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: Rados config object exists: conf-nfs.foo 2023-11-19T21:39:25.482 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: Creating key for client.nfs.foo.0.0.smithi084.btlfzz-rgw 2023-11-19T21:39:25.482 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: Deploying daemon nfs.foo.0.0.smithi084.btlfzz on smithi084 2023-11-19T21:39:25.482 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: osdmap e66: 8 total, 8 up, 8 in 2023-11-19T21:39:25.482 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: mgrmap e20: smithi084.tyupxq(active, since 3m), standbys: smithi088.nqqnga 2023-11-19T21:39:25.482 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:25 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout: "bind": "/fake", 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout: "fs": "foofs", 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout: "path": "/", 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout: "cluster": "foo", 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout: "mode": "RW" 2023-11-19T21:39:25.732 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:39:26.054 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: pgmap v167: 97 pgs: 3 creating+peering, 7 unknown, 87 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-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: Creating key for client.nfs.foo.1.0.smithi088.aphpck 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.726 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:26.726 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:26.726 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.726 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:26 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: pgmap v167: 97 pgs: 3 creating+peering, 7 unknown, 87 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-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: Creating key for client.nfs.foo.1.0.smithi088.aphpck 2023-11-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-19T21:39:26.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:26 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 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-19T21:39:28.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:28 smithi088 ceph-mon[110376]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:28.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:28 smithi088 ceph-mon[110376]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-19T21:39:28.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T21:39:28.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:28 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T21:39:28.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:28 smithi084 ceph-mon[107669]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:28.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:28 smithi084 ceph-mon[107669]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-19T21:39:28.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T21:39:28.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:28 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T21:39:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: Rados config object exists: conf-nfs.foo 2023-11-19T21:39:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: Creating key for client.nfs.foo.1.0.smithi088.aphpck-rgw 2023-11-19T21:39:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T21:39:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T21:39:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: Deploying daemon nfs.foo.1.0.smithi088.aphpck on smithi088 2023-11-19T21:39:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:29 smithi088 ceph-mon[110376]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:29.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: Rados config object exists: conf-nfs.foo 2023-11-19T21:39:29.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: Creating key for client.nfs.foo.1.0.smithi088.aphpck-rgw 2023-11-19T21:39:29.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T21:39:29.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi088.aphpck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T21:39:29.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:29.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: Deploying daemon nfs.foo.1.0.smithi088.aphpck on smithi088 2023-11-19T21:39:29.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:29 smithi084 ceph-mon[107669]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 139 B/s rd, 418 B/s wr, 0 op/s 2023-11-19T21:39:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:31.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:31.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:31 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 139 B/s rd, 418 B/s wr, 0 op/s 2023-11-19T21:39:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:31.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:31.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:31.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:31 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2023-11-19T21:39:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:33 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2023-11-19T21:39:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:33 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:33.965 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-11-19T21:39:34.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:34 smithi084 ceph-mon[107669]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:34.318 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-19T21:39:34.328 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:34.328 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-19T21:39:34.356 INFO:teuthology.orchestra.run.smithi084.stderr:+ mkdir /mnt/foo 2023-11-19T21:39:34.363 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-19T21:39:34.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:34 smithi088 ceph-mon[110376]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:34.430 INFO:teuthology.orchestra.run.smithi084.stderr:++ hostname 2023-11-19T21:39:34.430 INFO:teuthology.orchestra.run.smithi084.stderr:+ mount -t nfs smithi084:/fake /mnt/foo -o sync 2023-11-19T21:39:34.833 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-19T21:39:34.901 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo test 2023-11-19T21:39:34.951 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-19T21:39:35.017 INFO:teuthology.orchestra.run.smithi084.stderr:+ sync 2023-11-19T21:39:35.349 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:35 smithi084 ceph-mon[107669]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-11-19T21:39:35.349 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:35 smithi084 ceph-mon[107669]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:35.349 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:35 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:35.350 INFO:teuthology.run_tasks:Running task parallel... 2023-11-19T21:39:35.360 INFO:teuthology.task.parallel:starting parallel... 2023-11-19T21:39:35.361 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-19T21:39:35.361 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-19T21:39:35.361 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:35.362 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-19T21:39:35.362 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-19T21:39:35.362 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-19T21:39:35.363 INFO:teuthology.task.exec:Executing custom commands... 2023-11-19T21:39:35.363 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:35.363 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-19T21:39:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:35 smithi088 ceph-mon[110376]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-11-19T21:39:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:35 smithi088 ceph-mon[110376]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:35 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-19T21:39:35.564 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:39:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-19T21:39:35.574 INFO:teuthology.orchestra.run.smithi084.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-19T21:39:35.675 INFO:teuthology.orchestra.run.smithi084.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-19T21:39:35.675 INFO:teuthology.orchestra.run.smithi084.stdout:releasing clients 2023-11-19T21:39:36.675 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108 24.90 MB/sec warmup 1 sec latency 233.576 ms 2023-11-19T21:39:37.236 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:37 smithi084 ceph-mon[107669]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-19T21:39:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:37 smithi088 ceph-mon[110376]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-19T21:39:37.675 INFO:teuthology.orchestra.run.smithi084.stdout: 5 224 21.63 MB/sec warmup 2 sec latency 168.067 ms 2023-11-19T21:39:37.764 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-19T21:39:38.675 INFO:teuthology.orchestra.run.smithi084.stdout: 5 321 19.49 MB/sec warmup 3 sec latency 131.888 ms 2023-11-19T21:39:39.303 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:39 smithi084 ceph-mon[107669]: pgmap v173: 97 pgs: 97 active+clean; 13 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 82 op/s 2023-11-19T21:39:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:39 smithi088 ceph-mon[110376]: pgmap v173: 97 pgs: 97 active+clean; 13 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 82 op/s 2023-11-19T21:39:39.679 INFO:teuthology.orchestra.run.smithi084.stdout: 5 420 18.55 MB/sec warmup 4 sec latency 144.637 ms 2023-11-19T21:39:40.109 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-19T21:39:40.339 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-11-19T21:39:40.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-11-19T21:39:40.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-11-19T21:39:40.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-11-19T21:39:40.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:39:40.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:39:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-11-19T21:39:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-11-19T21:39:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-11-19T21:39:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-11-19T21:39:40.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:39:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:39:40.679 INFO:teuthology.orchestra.run.smithi084.stdout: 5 525 18.22 MB/sec warmup 5 sec latency 137.546 ms 2023-11-19T21:39:41.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: pgmap v174: 97 pgs: 97 active+clean; 13 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 82 op/s 2023-11-19T21:39:41.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-11-19T21:39:41.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-11-19T21:39:41.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-11-19T21:39:41.166 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-11-19T21:39:41.166 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:41 smithi084 ceph-mon[107669]: osdmap e67: 8 total, 8 up, 8 in 2023-11-19T21:39:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: pgmap v174: 97 pgs: 97 active+clean; 13 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 82 op/s 2023-11-19T21:39:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-11-19T21:39:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-11-19T21:39:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-11-19T21:39:41.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-11-19T21:39:41.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:41 smithi088 ceph-mon[110376]: osdmap e67: 8 total, 8 up, 8 in 2023-11-19T21:39:41.682 INFO:teuthology.orchestra.run.smithi084.stdout: 5 705 17.66 MB/sec warmup 6 sec latency 157.386 ms 2023-11-19T21:39:42.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:42 smithi084 ceph-mon[107669]: osdmap e68: 8 total, 8 up, 8 in 2023-11-19T21:39:42.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:42 smithi088 ceph-mon[110376]: osdmap e68: 8 total, 8 up, 8 in 2023-11-19T21:39:42.545 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph mgr module enable nfs --force' 2023-11-19T21:39:42.684 INFO:teuthology.orchestra.run.smithi084.stdout: 5 993 15.73 MB/sec warmup 7 sec latency 94.344 ms 2023-11-19T21:39:43.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:43 smithi084 ceph-mon[107669]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 83 MiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 10 MiB/s wr, 321 op/s 2023-11-19T21:39:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:43 smithi088 ceph-mon[110376]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 83 MiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 10 MiB/s wr, 321 op/s 2023-11-19T21:39:43.686 INFO:teuthology.orchestra.run.smithi084.stdout: 5 1410 15.53 MB/sec warmup 8 sec latency 94.776 ms 2023-11-19T21:39:44.697 INFO:teuthology.orchestra.run.smithi084.stdout: 5 2108 14.82 MB/sec warmup 9 sec latency 105.174 ms 2023-11-19T21:39:45.178 INFO:teuthology.orchestra.run.smithi084.stderr:module 'nfs' is already enabled 2023-11-19T21:39:45.267 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:45 smithi084 ceph-mon[107669]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 90 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 11 MiB/s wr, 435 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:45.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:45 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/4096726561' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-19T21:39:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:45 smithi088 ceph-mon[110376]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 90 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 11 MiB/s wr, 435 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:45 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/4096726561' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-19T21:39:45.704 INFO:teuthology.orchestra.run.smithi084.stdout: 5 2556 14.57 MB/sec warmup 10 sec latency 146.573 ms 2023-11-19T21:39:45.729 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-19T21:39:46.314 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:46 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/4096726561' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-19T21:39:46.314 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:46 smithi084 ceph-mon[107669]: mgrmap e21: smithi084.tyupxq(active, since 4m), standbys: smithi088.nqqnga 2023-11-19T21:39:46.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:46 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/4096726561' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-19T21:39:46.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:46 smithi088 ceph-mon[110376]: mgrmap e21: smithi084.tyupxq(active, since 4m), standbys: smithi088.nqqnga 2023-11-19T21:39:46.704 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3020 15.19 MB/sec warmup 11 sec latency 143.262 ms 2023-11-19T21:39:47.350 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:47 smithi084 ceph-mon[107669]: pgmap v179: 97 pgs: 97 active+clean; 113 MiB data, 188 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 14 MiB/s wr, 662 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:47.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:47 smithi088 ceph-mon[110376]: pgmap v179: 97 pgs: 97 active+clean; 113 MiB data, 188 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 14 MiB/s wr, 662 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:47.704 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3471 15.40 MB/sec warmup 12 sec latency 142.846 ms 2023-11-19T21:39:47.775 INFO:teuthology.orchestra.run.smithi084.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:39:48.348 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-19T21:39:48.349 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:39:48.349 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- 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-19T21:39:48.710 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3747 15.07 MB/sec warmup 13 sec latency 139.499 ms 2023-11-19T21:39:48.877 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: pgmap v180: 97 pgs: 97 active+clean; 116 MiB data, 196 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 15 MiB/s wr, 706 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:48.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:48.880 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:48.880 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:48.880 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:48 smithi084 ceph-mon[107669]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:39:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: pgmap v180: 97 pgs: 97 active+clean; 116 MiB data, 196 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 15 MiB/s wr, 706 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:39:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:39:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:39:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:39:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:39:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:48 smithi088 ceph-mon[110376]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:39:49.720 INFO:teuthology.orchestra.run.smithi084.stdout: 5 3881 14.21 MB/sec warmup 14 sec latency 144.031 ms 2023-11-19T21:39:50.725 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4100 13.34 MB/sec warmup 15 sec latency 93.829 ms 2023-11-19T21:39:50.887 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:39:50.905 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:50 smithi084 ceph-mon[107669]: pgmap v181: 97 pgs: 97 active+clean; 116 MiB data, 196 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 8.9 MiB/s wr, 536 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:50 smithi088 ceph-mon[110376]: pgmap v181: 97 pgs: 97 active+clean; 116 MiB data, 196 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 8.9 MiB/s wr, 536 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:51.726 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4320 12.61 MB/sec warmup 16 sec latency 126.812 ms 2023-11-19T21:39:51.814 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:39:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (3m) 18s ago 4m 24.9M - ba2b418f427c 84598033e3fc 2023-11-19T21:39:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (4m) 18s ago 4m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:39:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (4m) 19s ago 4m 7180k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:39:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (3m) 18s ago 4m 49.1M - 8.3.5 dad864ee21e9 d8f331a6be00 2023-11-19T21:39:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (38s) 18s ago 38s 16.3M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (36s) 19s ago 36s 12.9M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (5m) 18s ago 5m 475M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (4m) 19s ago 4m 421M - 17.2.0 e1d6a67b021e e233730bd161 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (5m) 18s ago 5m 76.6M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (4m) 19s ago 4m 61.0M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:39:51.816 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (26s) 18s ago 26s 54.3M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (21s) 19s ago 21s 53.7M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (4m) 18s ago 4m 21.6M - 1dbe0e931976 881053341baa 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (3m) 19s ago 3m 22.0M - 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (3m) 18s ago 3m 57.1M 3224M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (3m) 18s ago 3m 55.6M 3224M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:39:51.817 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (2m) 18s ago 2m 49.9M 3224M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (2m) 18s ago 2m 49.9M 3224M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (2m) 19s ago 2m 49.7M 3992M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (2m) 19s ago 2m 48.7M 3992M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (105s) 19s ago 105s 49.5M 3992M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (88s) 19s ago 88s 52.3M 3992M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:39:51.818 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (3m) 18s ago 3m 61.5M - 514e6a882f6e 0ab89b66b27f 2023-11-19T21:39:52.181 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:52 smithi084 ceph-mon[107669]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:52.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:52 smithi088 ceph-mon[110376]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:52.433 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:39:52.433 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:39:52.434 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:39:52.435 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:39:52.435 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T21:39:52.435 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:39:52.435 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:39:52.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4556 12.16 MB/sec warmup 17 sec latency 123.859 ms 2023-11-19T21:39:52.912 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:39:52.912 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", 2023-11-19T21:39:52.913 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:39:52.913 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:39:52.913 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "", 2023-11-19T21:39:52.913 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe image" 2023-11-19T21:39:52.913 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:39:53.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:53 smithi084 ceph-mon[107669]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:53.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:53 smithi084 ceph-mon[107669]: pgmap v182: 97 pgs: 97 active+clean; 131 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 8.9 MiB/s wr, 637 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:53.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:53 smithi084 ceph-mon[107669]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:53.211 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:53 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3597445992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:39:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:53 smithi088 ceph-mon[110376]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:53 smithi088 ceph-mon[110376]: pgmap v182: 97 pgs: 97 active+clean; 131 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 8.9 MiB/s wr, 637 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:53 smithi088 ceph-mon[110376]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:53 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3597445992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:39:53.486 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:39:53.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4765 11.92 MB/sec warmup 18 sec latency 161.068 ms 2023-11-19T21:39:54.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:54 smithi084 ceph-mon[107669]: from='client.24393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:54.237 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:54 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3402715852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:39:54.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:54 smithi088 ceph-mon[110376]: from='client.24393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:39:54.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:54 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3402715852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:39:54.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 4979 11.50 MB/sec warmup 19 sec latency 126.909 ms 2023-11-19T21:39:55.285 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:55 smithi084 ceph-mon[107669]: pgmap v183: 97 pgs: 97 active+clean; 134 MiB data, 234 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.5 MiB/s wr, 571 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:55.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:55 smithi088 ceph-mon[110376]: pgmap v183: 97 pgs: 97 active+clean; 134 MiB data, 234 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.5 MiB/s wr, 571 op/s; 0 B/s, 0 objects/s recovering 2023-11-19T21:39:55.727 INFO:teuthology.orchestra.run.smithi084.stdout: 5 5398 11.34 MB/sec warmup 20 sec latency 127.505 ms 2023-11-19T21:39:56.729 INFO:teuthology.orchestra.run.smithi084.stdout: 5 5740 11.02 MB/sec warmup 21 sec latency 137.807 ms 2023-11-19T21:39:57.320 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:57 smithi084 ceph-mon[107669]: pgmap v184: 97 pgs: 97 active+clean; 127 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.5 MiB/s wr, 562 op/s 2023-11-19T21:39:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:57 smithi088 ceph-mon[110376]: pgmap v184: 97 pgs: 97 active+clean; 127 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.5 MiB/s wr, 562 op/s 2023-11-19T21:39:57.734 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6106 11.06 MB/sec warmup 22 sec latency 121.546 ms 2023-11-19T21:39:58.734 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6495 11.25 MB/sec warmup 23 sec latency 124.049 ms 2023-11-19T21:39:59.372 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:39:59 smithi084 ceph-mon[107669]: pgmap v185: 97 pgs: 97 active+clean; 123 MiB data, 285 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 380 op/s 2023-11-19T21:39:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:39:59 smithi088 ceph-mon[110376]: pgmap v185: 97 pgs: 97 active+clean; 123 MiB data, 285 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 380 op/s 2023-11-19T21:39:59.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 6821 11.30 MB/sec warmup 24 sec latency 129.431 ms 2023-11-19T21:40:00.408 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:00 smithi084 ceph-mon[107669]: overall HEALTH_OK 2023-11-19T21:40:00.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:00 smithi088 ceph-mon[110376]: overall HEALTH_OK 2023-11-19T21:40:00.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7127 11.40 MB/sec warmup 25 sec latency 126.159 ms 2023-11-19T21:40:01.430 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:01 smithi084 ceph-mon[107669]: pgmap v186: 97 pgs: 97 active+clean; 123 MiB data, 285 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-19T21:40:01.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:01 smithi088 ceph-mon[110376]: pgmap v186: 97 pgs: 97 active+clean; 123 MiB data, 285 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-19T21:40:01.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7366 11.27 MB/sec warmup 26 sec latency 127.341 ms 2023-11-19T21:40:02.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7614 10.94 MB/sec warmup 27 sec latency 123.331 ms 2023-11-19T21:40:03.215 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:03 smithi084 ceph-mon[107669]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 323 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.9 MiB/s wr, 544 op/s 2023-11-19T21:40:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:03 smithi088 ceph-mon[110376]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 323 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.9 MiB/s wr, 544 op/s 2023-11-19T21:40:03.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 7871 10.66 MB/sec warmup 28 sec latency 128.209 ms 2023-11-19T21:40:04.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8163 10.52 MB/sec warmup 29 sec latency 141.179 ms 2023-11-19T21:40:05.275 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:05 smithi084 ceph-mon[107669]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-19T21:40:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:05 smithi088 ceph-mon[110376]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-19T21:40:05.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8431 10.45 MB/sec warmup 30 sec latency 128.764 ms 2023-11-19T21:40:06.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 8748 10.28 MB/sec warmup 31 sec latency 135.411 ms 2023-11-19T21:40:07.308 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:07 smithi084 ceph-mon[107669]: pgmap v189: 97 pgs: 97 active+clean; 147 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-19T21:40:07.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:07 smithi088 ceph-mon[110376]: pgmap v189: 97 pgs: 97 active+clean; 147 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-19T21:40:07.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9155 10.17 MB/sec warmup 32 sec latency 127.319 ms 2023-11-19T21:40:08.735 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9419 9.97 MB/sec warmup 33 sec latency 119.968 ms 2023-11-19T21:40:09.382 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:09 smithi084 ceph-mon[107669]: pgmap v190: 97 pgs: 97 active+clean; 145 MiB data, 392 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.4 MiB/s wr, 412 op/s 2023-11-19T21:40:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:09 smithi088 ceph-mon[110376]: pgmap v190: 97 pgs: 97 active+clean; 145 MiB data, 392 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.4 MiB/s wr, 412 op/s 2023-11-19T21:40:09.740 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9665 9.99 MB/sec warmup 34 sec latency 138.850 ms 2023-11-19T21:40:10.746 INFO:teuthology.orchestra.run.smithi084.stdout: 5 9975 10.01 MB/sec warmup 35 sec latency 198.176 ms 2023-11-19T21:40:11.429 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:11 smithi084 ceph-mon[107669]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 397 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-11-19T21:40:11.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:11 smithi088 ceph-mon[110376]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 397 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-11-19T21:40:11.742 INFO:teuthology.orchestra.run.smithi084.stdout: 5 10350 10.23 MB/sec warmup 36 sec latency 210.254 ms 2023-11-19T21:40:12.742 INFO:teuthology.orchestra.run.smithi084.stdout: 5 10606 10.17 MB/sec warmup 37 sec latency 137.331 ms 2023-11-19T21:40:13.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:13 smithi084 ceph-mon[107669]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-19T21:40:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:13 smithi088 ceph-mon[110376]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-19T21:40:13.743 INFO:teuthology.orchestra.run.smithi084.stdout: 5 10827 10.10 MB/sec warmup 38 sec latency 135.593 ms 2023-11-19T21:40:14.743 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11121 9.93 MB/sec warmup 39 sec latency 132.056 ms 2023-11-19T21:40:15.544 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:15 smithi084 ceph-mon[107669]: pgmap v193: 97 pgs: 97 active+clean; 146 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-11-19T21:40:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:15 smithi088 ceph-mon[110376]: pgmap v193: 97 pgs: 97 active+clean; 146 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-11-19T21:40:15.743 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11390 9.86 MB/sec warmup 40 sec latency 204.304 ms 2023-11-19T21:40:16.743 INFO:teuthology.orchestra.run.smithi084.stdout: 5 11713 9.84 MB/sec warmup 41 sec latency 130.005 ms 2023-11-19T21:40:17.349 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:17 smithi084 ceph-mon[107669]: pgmap v194: 97 pgs: 97 active+clean; 155 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-19T21:40:17.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:17 smithi088 ceph-mon[110376]: pgmap v194: 97 pgs: 97 active+clean; 155 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-19T21:40:17.743 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12010 9.73 MB/sec warmup 42 sec latency 132.960 ms 2023-11-19T21:40:18.744 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12288 9.57 MB/sec warmup 43 sec latency 126.451 ms 2023-11-19T21:40:18.892 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: pgmap v195: 97 pgs: 97 active+clean; 159 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: Upgrade: Target is version 18.0.0-7418-gb0f45a51 (unknown) 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887, digests ['quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887'] 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: Upgrade: Need to upgrade myself (mgr.smithi084.tyupxq) 2023-11-19T21:40:18.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:18 smithi084 ceph-mon[107669]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 on smithi088 2023-11-19T21:40:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: pgmap v195: 97 pgs: 97 active+clean; 159 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-11-19T21:40:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: Upgrade: Target is version 18.0.0-7418-gb0f45a51 (unknown) 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887, digests ['quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887'] 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: Upgrade: Need to upgrade myself (mgr.smithi084.tyupxq) 2023-11-19T21:40:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:18 smithi088 ceph-mon[110376]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 on smithi088 2023-11-19T21:40:19.745 INFO:teuthology.orchestra.run.smithi084.stdout: 5 12629 9.54 MB/sec warmup 44 sec latency 139.588 ms 2023-11-19T21:40:20.745 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13093 9.67 MB/sec warmup 45 sec latency 123.729 ms 2023-11-19T21:40:20.947 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:20 smithi084 ceph-mon[107669]: pgmap v196: 97 pgs: 97 active+clean; 159 MiB data, 453 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-19T21:40:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:20 smithi088 ceph-mon[110376]: pgmap v196: 97 pgs: 97 active+clean; 159 MiB data, 453 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-19T21:40:21.745 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13485 9.79 MB/sec warmup 46 sec latency 130.407 ms 2023-11-19T21:40:22.745 INFO:teuthology.orchestra.run.smithi084.stdout: 5 13848 9.81 MB/sec warmup 47 sec latency 129.641 ms 2023-11-19T21:40:23.234 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:23 smithi084 ceph-mon[107669]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 509 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-11-19T21:40:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:23 smithi088 ceph-mon[110376]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 509 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-11-19T21:40:23.745 INFO:teuthology.orchestra.run.smithi084.stdout: 5 14259 9.84 MB/sec warmup 48 sec latency 129.933 ms 2023-11-19T21:40:23.937 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:40:24.754 INFO:teuthology.orchestra.run.smithi084.stdout: 5 14629 9.81 MB/sec warmup 49 sec latency 126.990 ms 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (4m) 51s ago 5m 24.9M - ba2b418f427c 84598033e3fc 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (5m) 51s ago 5m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (4m) 52s ago 4m 7180k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (3m) 51s ago 4m 49.1M - 8.3.5 dad864ee21e9 d8f331a6be00 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (71s) 51s ago 71s 16.3M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (69s) 52s ago 69s 12.9M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (6m) 51s ago 6m 475M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (4m) 52s ago 4m 421M - 17.2.0 e1d6a67b021e e233730bd161 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (6m) 51s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (4m) 52s ago 4m 61.0M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (59s) 51s ago 59s 54.3M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:40:24.763 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (54s) 52s ago 54s 53.7M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (4m) 51s ago 4m 21.6M - 1dbe0e931976 881053341baa 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (4m) 52s ago 4m 22.0M - 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (4m) 51s ago 4m 57.1M 3224M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (3m) 51s ago 3m 55.6M 3224M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (3m) 51s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (3m) 51s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (2m) 52s ago 2m 49.7M 3992M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (2m) 52s ago 2m 48.7M 3992M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (2m) 52s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (2m) 52s ago 2m 52.3M 3992M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:40:24.764 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (4m) 51s ago 4m 61.5M - 514e6a882f6e 0ab89b66b27f 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:40:25.262 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:40:25.263 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:40:25.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:25 smithi084 ceph-mon[107669]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 509 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-19T21:40:25.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:25 smithi084 ceph-mon[107669]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:25.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:25 smithi084 ceph-mon[107669]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:25 smithi088 ceph-mon[110376]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 509 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-19T21:40:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:25 smithi088 ceph-mon[110376]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:25 smithi088 ceph-mon[110376]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "0/23 daemons upgraded", 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 image on host smithi088" 2023-11-19T21:40:25.660 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:40:25.754 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15054 9.80 MB/sec warmup 50 sec latency 132.893 ms 2023-11-19T21:40:26.156 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:40:26.326 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:26 smithi084 ceph-mon[107669]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:26.326 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:26 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1651470489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:40:26.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:26 smithi088 ceph-mon[110376]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:26.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:26 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1651470489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:40:26.757 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15395 9.80 MB/sec warmup 51 sec latency 123.923 ms 2023-11-19T21:40:27.362 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:27 smithi084 ceph-mon[107669]: pgmap v199: 97 pgs: 97 active+clean; 164 MiB data, 562 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-11-19T21:40:27.362 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:27 smithi084 ceph-mon[107669]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:27.362 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:27 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2494924937' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:40:27.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:27 smithi088 ceph-mon[110376]: pgmap v199: 97 pgs: 97 active+clean; 164 MiB data, 562 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-11-19T21:40:27.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:27 smithi088 ceph-mon[110376]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:27.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:27 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2494924937' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:40:27.757 INFO:teuthology.orchestra.run.smithi084.stdout: 5 15704 9.78 MB/sec warmup 52 sec latency 138.375 ms 2023-11-19T21:40:28.761 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16044 9.70 MB/sec warmup 53 sec latency 126.732 ms 2023-11-19T21:40:29.405 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:29 smithi084 ceph-mon[107669]: pgmap v200: 97 pgs: 97 active+clean; 170 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-11-19T21:40:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:29 smithi088 ceph-mon[110376]: pgmap v200: 97 pgs: 97 active+clean; 170 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-11-19T21:40:29.768 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16386 9.65 MB/sec warmup 54 sec latency 118.071 ms 2023-11-19T21:40:30.767 INFO:teuthology.orchestra.run.smithi084.stdout: 5 16782 9.76 MB/sec warmup 55 sec latency 199.897 ms 2023-11-19T21:40:31.387 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:31 smithi084 ceph-mon[107669]: pgmap v201: 97 pgs: 97 active+clean; 170 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-19T21:40:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:31 smithi088 ceph-mon[110376]: pgmap v201: 97 pgs: 97 active+clean; 170 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-19T21:40:31.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 17118 9.81 MB/sec warmup 56 sec latency 130.087 ms 2023-11-19T21:40:32.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 17555 9.86 MB/sec warmup 57 sec latency 127.103 ms 2023-11-19T21:40:33.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:33 smithi084 ceph-mon[107669]: pgmap v202: 97 pgs: 97 active+clean; 173 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2023-11-19T21:40:33.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:33 smithi088 ceph-mon[110376]: pgmap v202: 97 pgs: 97 active+clean; 173 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2023-11-19T21:40:33.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 17914 9.84 MB/sec warmup 58 sec latency 129.453 ms 2023-11-19T21:40:34.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 18218 9.82 MB/sec warmup 59 sec latency 123.718 ms 2023-11-19T21:40:35.210 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:35 smithi084 ceph-mon[107669]: pgmap v203: 97 pgs: 97 active+clean; 173 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-19T21:40:35.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:35 smithi088 ceph-mon[110376]: pgmap v203: 97 pgs: 97 active+clean; 173 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-19T21:40:35.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 18599 9.76 MB/sec warmup 60 sec latency 174.872 ms 2023-11-19T21:40:36.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 19105 9.83 MB/sec warmup 61 sec latency 117.792 ms 2023-11-19T21:40:37.245 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:37 smithi084 ceph-mon[107669]: pgmap v204: 97 pgs: 97 active+clean; 176 MiB data, 625 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.1 MiB/s wr, 523 op/s 2023-11-19T21:40:37.607 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:37 smithi088 ceph-mon[110376]: pgmap v204: 97 pgs: 97 active+clean; 176 MiB data, 625 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.1 MiB/s wr, 523 op/s 2023-11-19T21:40:37.774 INFO:teuthology.orchestra.run.smithi084.stdout: 5 19596 9.80 MB/sec warmup 62 sec latency 208.097 ms 2023-11-19T21:40:38.775 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20072 9.86 MB/sec warmup 63 sec latency 105.647 ms 2023-11-19T21:40:39.300 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:39 smithi084 ceph-mon[107669]: pgmap v205: 97 pgs: 97 active+clean; 182 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-11-19T21:40:39.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:39 smithi088 ceph-mon[110376]: pgmap v205: 97 pgs: 97 active+clean; 182 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-11-19T21:40:39.775 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20478 9.97 MB/sec warmup 64 sec latency 142.211 ms 2023-11-19T21:40:40.333 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:40:40.334 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:40 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:40:40.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/trash_purge_schedule"}]: dispatch 2023-11-19T21:40:40.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:40 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.tyupxq/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:40:40.775 INFO:teuthology.orchestra.run.smithi084.stdout: 5 20918 10.05 MB/sec warmup 65 sec latency 108.059 ms 2023-11-19T21:40:41.341 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:41 smithi084 ceph-mon[107669]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-11-19T21:40:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:41 smithi088 ceph-mon[110376]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-11-19T21:40:41.775 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21241 10.02 MB/sec warmup 66 sec latency 138.096 ms 2023-11-19T21:40:42.775 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21511 9.94 MB/sec warmup 67 sec latency 132.406 ms 2023-11-19T21:40:43.416 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:43 smithi084 ceph-mon[107669]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.7 MiB/s wr, 610 op/s 2023-11-19T21:40:43.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:43 smithi088 ceph-mon[110376]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.7 MiB/s wr, 610 op/s 2023-11-19T21:40:43.781 INFO:teuthology.orchestra.run.smithi084.stdout: 5 21743 9.89 MB/sec warmup 68 sec latency 126.857 ms 2023-11-19T21:40:44.781 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22102 9.87 MB/sec warmup 69 sec latency 131.714 ms 2023-11-19T21:40:45.486 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:45 smithi084 ceph-mon[107669]: pgmap v208: 97 pgs: 97 active+clean; 190 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 477 op/s 2023-11-19T21:40:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:45 smithi088 ceph-mon[110376]: pgmap v208: 97 pgs: 97 active+clean; 190 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 477 op/s 2023-11-19T21:40:45.781 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22464 9.89 MB/sec warmup 70 sec latency 135.147 ms 2023-11-19T21:40:46.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 22801 9.80 MB/sec warmup 71 sec latency 130.077 ms 2023-11-19T21:40:47.279 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:47 smithi084 ceph-mon[107669]: pgmap v209: 97 pgs: 97 active+clean; 195 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.5 MiB/s wr, 620 op/s 2023-11-19T21:40:47.488 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:47 smithi088 ceph-mon[110376]: pgmap v209: 97 pgs: 97 active+clean; 195 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.5 MiB/s wr, 620 op/s 2023-11-19T21:40:47.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23172 9.77 MB/sec warmup 72 sec latency 130.131 ms 2023-11-19T21:40:48.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23571 9.79 MB/sec warmup 73 sec latency 128.018 ms 2023-11-19T21:40:49.328 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: pgmap v210: 97 pgs: 97 active+clean; 194 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-11-19T21:40:49.328 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: Upgrade: Updating mgr.smithi088.nqqnga 2023-11-19T21:40:49.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:49.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:40:49.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:40:49.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:40:49.329 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:49 smithi084 ceph-mon[107669]: Deploying daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:40:49.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: pgmap v210: 97 pgs: 97 active+clean; 194 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-11-19T21:40:49.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: Upgrade: Updating mgr.smithi088.nqqnga 2023-11-19T21:40:49.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:49.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.nqqnga", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:40:49.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:40:49.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:40:49.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:49 smithi088 ceph-mon[110376]: Deploying daemon mgr.smithi088.nqqnga on smithi088 2023-11-19T21:40:49.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 23950 9.81 MB/sec warmup 74 sec latency 140.927 ms 2023-11-19T21:40:50.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 24390 9.91 MB/sec warmup 75 sec latency 153.873 ms 2023-11-19T21:40:51.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:51 smithi084 ceph-mon[107669]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-11-19T21:40:51.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:51.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:40:51.376 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:40:51.377 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:51 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:40:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:51 smithi088 ceph-mon[110376]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-11-19T21:40:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:40:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:40:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:51 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:40:51.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 24759 9.93 MB/sec warmup 76 sec latency 130.352 ms 2023-11-19T21:40:52.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25140 9.93 MB/sec warmup 77 sec latency 129.787 ms 2023-11-19T21:40:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:53 smithi088 ceph-mon[110376]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.6 MiB/s wr, 635 op/s 2023-11-19T21:40:53.417 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:53 smithi084 ceph-mon[107669]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.6 MiB/s wr, 635 op/s 2023-11-19T21:40:53.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25416 9.88 MB/sec warmup 78 sec latency 126.862 ms 2023-11-19T21:40:54.791 INFO:teuthology.orchestra.run.smithi084.stdout: 5 25866 9.92 MB/sec warmup 79 sec latency 127.063 ms 2023-11-19T21:40:55.443 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:55 smithi084 ceph-mon[107669]: pgmap v213: 97 pgs: 97 active+clean; 197 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.6 MiB/s wr, 491 op/s 2023-11-19T21:40:55.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:55 smithi088 ceph-mon[110376]: pgmap v213: 97 pgs: 97 active+clean; 197 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.6 MiB/s wr, 491 op/s 2023-11-19T21:40:55.792 INFO:teuthology.orchestra.run.smithi084.stdout: 5 26395 9.90 MB/sec warmup 80 sec latency 126.954 ms 2023-11-19T21:40:56.619 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:40:56.792 INFO:teuthology.orchestra.run.smithi084.stdout: 5 26802 9.92 MB/sec warmup 81 sec latency 171.617 ms 2023-11-19T21:40:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:57 smithi088 ceph-mon[110376]: pgmap v214: 97 pgs: 97 active+clean; 200 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 481 op/s 2023-11-19T21:40:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:57 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:57 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:57 smithi084 ceph-mon[107669]: pgmap v214: 97 pgs: 97 active+clean; 200 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 481 op/s 2023-11-19T21:40:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:57 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:57.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:57 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:40:57.473 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:40:57.473 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (4m) 84s ago 5m 24.9M - ba2b418f427c 84598033e3fc 2023-11-19T21:40:57.473 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (5m) 84s ago 5m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (5m) 1s ago 5m 7180k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (4m) 84s ago 5m 49.1M - 8.3.5 dad864ee21e9 d8f331a6be00 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (104s) 84s ago 103s 16.3M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (102s) 1s ago 102s 13.3M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (6m) 84s ago 6m 475M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (7s) 1s ago 5m 47.8M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (6m) 84s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (5m) 1s ago 5m 53.7M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (92s) 84s ago 91s 54.3M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:40:57.474 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (87s) 1s ago 87s 72.0M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (5m) 84s ago 5m 21.6M - 1dbe0e931976 881053341baa 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (4m) 1s ago 4m 24.5M - 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (4m) 84s ago 4m 57.1M 3224M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (4m) 84s ago 4m 55.6M 3224M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (3m) 84s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (3m) 84s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (3m) 1s ago 3m 390M 3992M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (3m) 1s ago 3m 409M 3992M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (2m) 1s ago 2m 356M 3992M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (2m) 1s ago 2m 673M 3992M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:40:57.475 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (4m) 84s ago 4m 61.5M - 514e6a882f6e 0ab89b66b27f 2023-11-19T21:40:57.794 INFO:teuthology.orchestra.run.smithi084.stdout: 5 27196 9.92 MB/sec warmup 82 sec latency 120.672 ms 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:40:57.961 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:40:57.962 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:40:58.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:58 smithi084 ceph-mon[107669]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:58.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:58 smithi084 ceph-mon[107669]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:58.268 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:58 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1864369132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:40:58.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:58 smithi088 ceph-mon[110376]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:58 smithi088 ceph-mon[110376]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:58.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:58 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1864369132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:40:58.362 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:40:58.362 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:40:58.362 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:40:58.363 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:40:58.363 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:40:58.363 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons" 2023-11-19T21:40:58.363 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:40:58.794 INFO:teuthology.orchestra.run.smithi084.stdout: 5 27726 10.01 MB/sec warmup 83 sec latency 129.877 ms 2023-11-19T21:40:58.852 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:40:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: pgmap v215: 97 pgs: 97 active+clean; 207 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/crt"}]: dispatch 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/key"}]: dispatch 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: Standby manager daemon smithi088.nqqnga restarted 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: Standby manager daemon smithi088.nqqnga started 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:59.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:40:59 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2791706910' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:40:59.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:59.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: pgmap v215: 97 pgs: 97 active+clean; 207 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-19T21:40:59.286 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/crt"}]: dispatch 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.nqqnga/key"}]: dispatch 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: Standby manager daemon smithi088.nqqnga restarted 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: Standby manager daemon smithi088.nqqnga started 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:40:59.287 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:40:59 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2791706910' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:40:59.794 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28079 10.03 MB/sec warmup 84 sec latency 124.091 ms 2023-11-19T21:41:00.308 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:00 smithi084 ceph-mon[107669]: mgrmap e22: smithi084.tyupxq(active, since 5m), standbys: smithi088.nqqnga 2023-11-19T21:41:00.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:00 smithi088 ceph-mon[110376]: mgrmap e22: smithi084.tyupxq(active, since 5m), standbys: smithi088.nqqnga 2023-11-19T21:41:00.794 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28334 10.01 MB/sec warmup 85 sec latency 129.021 ms 2023-11-19T21:41:01.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:01 smithi088 ceph-mon[110376]: pgmap v216: 97 pgs: 97 active+clean; 207 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-19T21:41:01.066 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:01 smithi084 ceph-mon[107669]: pgmap v216: 97 pgs: 97 active+clean; 207 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-19T21:41:01.797 INFO:teuthology.orchestra.run.smithi084.stdout: 5 28720 9.99 MB/sec warmup 86 sec latency 143.386 ms 2023-11-19T21:41:02.797 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29097 10.02 MB/sec warmup 87 sec latency 132.130 ms 2023-11-19T21:41:03.362 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:03 smithi084 ceph-mon[107669]: pgmap v217: 97 pgs: 97 active+clean; 212 MiB data, 898 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 7.0 MiB/s wr, 661 op/s 2023-11-19T21:41:03.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:03 smithi088 ceph-mon[110376]: pgmap v217: 97 pgs: 97 active+clean; 212 MiB data, 898 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 7.0 MiB/s wr, 661 op/s 2023-11-19T21:41:03.800 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29386 10.01 MB/sec warmup 88 sec latency 128.776 ms 2023-11-19T21:41:04.801 INFO:teuthology.orchestra.run.smithi084.stdout: 5 29816 9.95 MB/sec warmup 89 sec latency 131.393 ms 2023-11-19T21:41:05.403 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:05 smithi084 ceph-mon[107669]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-11-19T21:41:05.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:05 smithi088 ceph-mon[110376]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-11-19T21:41:05.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30178 9.89 MB/sec warmup 90 sec latency 126.736 ms 2023-11-19T21:41:06.411 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.411 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: Upgrade: Need to upgrade myself (mgr.smithi084.tyupxq) 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: Failing over to other MGR 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr fail", "who": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: osdmap e69: 8 total, 8 up, 8 in 2023-11-19T21:41:06.412 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:06 smithi084 ceph-mon[107669]: Standby manager daemon smithi084.tyupxq started 2023-11-19T21:41:06.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' 2023-11-19T21:41:06.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:06.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: Upgrade: Need to upgrade myself (mgr.smithi084.tyupxq) 2023-11-19T21:41:06.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: Failing over to other MGR 2023-11-19T21:41:06.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "mgr fail", "who": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:41:06.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: osdmap e69: 8 total, 8 up, 8 in 2023-11-19T21:41:06.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:06 smithi088 ceph-mon[110376]: Standby manager daemon smithi084.tyupxq started 2023-11-19T21:41:06.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30409 9.86 MB/sec warmup 91 sec latency 207.476 ms 2023-11-19T21:41:07.449 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "mgr fail", "who": "smithi084.tyupxq"}]': finished 2023-11-19T21:41:07.449 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: mgrmap e23: smithi088.nqqnga(active, starting, since 1.01842s), standbys: smithi084.tyupxq 2023-11-19T21:41:07.449 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:41:07.449 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:41:07.449 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.wcvasd"}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.thhvwj"}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr metadata", "who": "smithi088.nqqnga", "id": "smithi088.nqqnga"}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:41:07.450 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: Manager daemon smithi088.nqqnga is now available 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/trash_purge_schedule"}]: dispatch 2023-11-19T21:41:07.451 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/trash_purge_schedule"}]: dispatch 2023-11-19T21:41:07.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.14204 172.21.15.84:0/1766582900' entity='mgr.smithi084.tyupxq' cmd='[{"prefix": "mgr fail", "who": "smithi084.tyupxq"}]': finished 2023-11-19T21:41:07.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: mgrmap e23: smithi088.nqqnga(active, starting, since 1.01842s), standbys: smithi084.tyupxq 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi084.wcvasd"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.thhvwj"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr metadata", "who": "smithi088.nqqnga", "id": "smithi088.nqqnga"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr metadata", "who": "smithi084.tyupxq", "id": "smithi084.tyupxq"}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T21:41:07.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: Manager daemon smithi088.nqqnga is now available 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/mirror_snapshot_schedule"}]: dispatch 2023-11-19T21:41:07.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/trash_purge_schedule"}]: dispatch 2023-11-19T21:41:07.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.nqqnga/trash_purge_schedule"}]: dispatch 2023-11-19T21:41:07.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 30755 9.90 MB/sec warmup 92 sec latency 200.857 ms 2023-11-19T21:41:08.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:08 smithi084 ceph-mon[107669]: Deploying cephadm binary to smithi088 2023-11-19T21:41:08.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:08 smithi084 ceph-mon[107669]: Deploying cephadm binary to smithi084 2023-11-19T21:41:08.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:08 smithi084 ceph-mon[107669]: mgrmap e24: smithi088.nqqnga(active, since 2s), standbys: smithi084.tyupxq 2023-11-19T21:41:08.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:08 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:08.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:08 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:08 smithi088 ceph-mon[110376]: Deploying cephadm binary to smithi088 2023-11-19T21:41:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:08 smithi088 ceph-mon[110376]: Deploying cephadm binary to smithi084 2023-11-19T21:41:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:08 smithi088 ceph-mon[110376]: mgrmap e24: smithi088.nqqnga(active, since 2s), standbys: smithi084.tyupxq 2023-11-19T21:41:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:08 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:08.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:08 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:08.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 31200 9.92 MB/sec warmup 93 sec latency 132.050 ms 2023-11-19T21:41:09.465 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:09 smithi084 ceph-mon[107669]: pgmap v3: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:09.465 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:09 smithi084 ceph-mon[107669]: pgmap v4: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:09 smithi088 ceph-mon[110376]: pgmap v3: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:09 smithi088 ceph-mon[110376]: pgmap v4: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:09.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 31566 9.96 MB/sec warmup 94 sec latency 127.222 ms 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: mgrmap e25: smithi088.nqqnga(active, since 4s), standbys: smithi084.tyupxq 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: [19/Nov/2023:21:41:09] ENGINE Bus STARTING 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: [19/Nov/2023:21:41:09] ENGINE Serving on http://172.21.15.88:8765 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: [19/Nov/2023:21:41:09] ENGINE Serving on https://172.21.15.88:7150 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: [19/Nov/2023:21:41:09] ENGINE Bus STARTED 2023-11-19T21:41:10.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:10 smithi084 ceph-mon[107669]: pgmap v5: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:10.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: mgrmap e25: smithi088.nqqnga(active, since 4s), standbys: smithi084.tyupxq 2023-11-19T21:41:10.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: [19/Nov/2023:21:41:09] ENGINE Bus STARTING 2023-11-19T21:41:10.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: [19/Nov/2023:21:41:09] ENGINE Serving on http://172.21.15.88:8765 2023-11-19T21:41:10.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: [19/Nov/2023:21:41:09] ENGINE Serving on https://172.21.15.88:7150 2023-11-19T21:41:10.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: [19/Nov/2023:21:41:09] ENGINE Bus STARTED 2023-11-19T21:41:10.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:10 smithi088 ceph-mon[110376]: pgmap v5: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:10.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 31815 9.94 MB/sec warmup 95 sec latency 126.792 ms 2023-11-19T21:41:11.802 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32067 9.93 MB/sec warmup 96 sec latency 145.857 ms 2023-11-19T21:41:12.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:12 smithi084 ceph-mon[107669]: mgrmap e26: smithi088.nqqnga(active, since 6s), standbys: smithi084.tyupxq 2023-11-19T21:41:12.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:12.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:12.524 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:12 smithi084 ceph-mon[107669]: pgmap v6: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:12 smithi088 ceph-mon[110376]: mgrmap e26: smithi088.nqqnga(active, since 6s), standbys: smithi084.tyupxq 2023-11-19T21:41:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:12 smithi088 ceph-mon[110376]: pgmap v6: 97 pgs: 97 active+clean; 219 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2023-11-19T21:41:12.805 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32481 9.90 MB/sec warmup 97 sec latency 129.933 ms 2023-11-19T21:41:13.805 INFO:teuthology.orchestra.run.smithi084.stdout: 5 32756 9.89 MB/sec warmup 98 sec latency 175.494 ms 2023-11-19T21:41:14.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:14 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:14.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:14 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:14.326 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:14 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:14.326 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:14 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:14.805 INFO:teuthology.orchestra.run.smithi084.stdout: 5 33107 9.90 MB/sec warmup 99 sec latency 93.513 ms 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: Standby manager daemon smithi084.tyupxq restarted 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: Standby manager daemon smithi084.tyupxq started 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.tyupxq/crt"}]: dispatch 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.tyupxq/key"}]: dispatch 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:41:15.359 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:15 smithi084 ceph-mon[107669]: pgmap v7: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 4.0 MiB/s wr, 346 op/s 2023-11-19T21:41:15.409 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: Standby manager daemon smithi084.tyupxq restarted 2023-11-19T21:41:15.409 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: Standby manager daemon smithi084.tyupxq started 2023-11-19T21:41:15.409 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.tyupxq/crt"}]: dispatch 2023-11-19T21:41:15.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T21:41:15.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi084.tyupxq/key"}]: dispatch 2023-11-19T21:41:15.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: from='mgr.? 172.21.15.84:0/1794730090' entity='mgr.smithi084.tyupxq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T21:41:15.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:15 smithi088 ceph-mon[110376]: pgmap v7: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 4.0 MiB/s wr, 346 op/s 2023-11-19T21:41:15.805 INFO:teuthology.orchestra.run.smithi084.stdout: 5 33452 9.82 MB/sec warmup 100 sec latency 123.950 ms 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: mgrmap e27: smithi088.nqqnga(active, since 9s), standbys: smithi084.tyupxq 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.370 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:16 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: mgrmap e27: smithi088.nqqnga(active, since 9s), standbys: smithi084.tyupxq 2023-11-19T21:41:16.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:16 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:16.810 INFO:teuthology.orchestra.run.smithi084.stdout: 5 33790 9.77 MB/sec warmup 101 sec latency 123.649 ms 2023-11-19T21:41:17.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:17 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi088 to 2712M 2023-11-19T21:41:17.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:17 smithi084 ceph-mon[107669]: pgmap v8: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.1 MiB/s wr, 269 op/s 2023-11-19T21:41:17.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:17 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:17.388 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:17 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:17 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi088 to 2712M 2023-11-19T21:41:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:17 smithi088 ceph-mon[110376]: pgmap v8: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.1 MiB/s wr, 269 op/s 2023-11-19T21:41:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:17 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:17 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:17.817 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34053 9.78 MB/sec warmup 102 sec latency 124.230 ms 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.682 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Adjusting osd_memory_target on smithi084 to 1944M 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Updating smithi088:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Updating smithi084:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:41:18.683 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:18 smithi084 ceph-mon[107669]: pgmap v9: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-11-19T21:41:18.823 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34447 9.84 MB/sec warmup 103 sec latency 145.753 ms 2023-11-19T21:41:18.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Adjusting osd_memory_target on smithi084 to 1944M 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:41:18.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Updating smithi084:/etc/ceph/ceph.conf 2023-11-19T21:41:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-19T21:41:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Updating smithi088:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T21:41:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Updating smithi084:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T21:41:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:41:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:18 smithi088 ceph-mon[110376]: pgmap v9: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-11-19T21:41:19.805 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:41:19.805 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: Updating smithi088:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T21:41:19.805 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: Updating smithi084:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.806 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:19 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:19.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 34904 9.85 MB/sec warmup 104 sec latency 127.038 ms 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: Updating smithi088:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: Updating smithi084:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T21:41:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:19 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:20.819 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:20 smithi084 ceph-mon[107669]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-19T21:41:20.819 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:20 smithi084 ceph-mon[107669]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-19T21:41:20.819 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:20 smithi084 ceph-mon[107669]: pgmap v10: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T21:41:20.822 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35363 9.90 MB/sec warmup 105 sec latency 127.189 ms 2023-11-19T21:41:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:20 smithi088 ceph-mon[110376]: Reconfiguring alertmanager.smithi084 (dependencies changed)... 2023-11-19T21:41:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:20 smithi088 ceph-mon[110376]: Reconfiguring daemon alertmanager.smithi084 on smithi084 2023-11-19T21:41:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:20 smithi088 ceph-mon[110376]: pgmap v10: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T21:41:21.829 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35619 9.88 MB/sec warmup 106 sec latency 129.956 ms 2023-11-19T21:41:22.349 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:22 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:22.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:22 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:22.829 INFO:teuthology.orchestra.run.smithi084.stdout: 5 35952 9.86 MB/sec warmup 107 sec latency 126.141 ms 2023-11-19T21:41:23.379 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:23 smithi084 ceph-mon[107669]: pgmap v11: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T21:41:23.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:23 smithi088 ceph-mon[110376]: pgmap v11: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T21:41:23.829 INFO:teuthology.orchestra.run.smithi084.stdout: 5 36347 9.87 MB/sec warmup 108 sec latency 126.082 ms 2023-11-19T21:41:24.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:24 smithi084 ceph-mon[107669]: pgmap v12: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-11-19T21:41:24.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:24 smithi088 ceph-mon[110376]: pgmap v12: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-11-19T21:41:24.829 INFO:teuthology.orchestra.run.smithi084.stdout: 5 36753 9.85 MB/sec warmup 109 sec latency 213.844 ms 2023-11-19T21:41:25.829 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37134 9.85 MB/sec warmup 110 sec latency 110.735 ms 2023-11-19T21:41:26.837 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37612 9.84 MB/sec warmup 111 sec latency 130.282 ms 2023-11-19T21:41:27.175 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:27 smithi084 ceph-mon[107669]: pgmap v13: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-11-19T21:41:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:27 smithi088 ceph-mon[110376]: pgmap v13: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-11-19T21:41:27.837 INFO:teuthology.orchestra.run.smithi084.stdout: 5 37980 9.86 MB/sec warmup 112 sec latency 123.502 ms 2023-11-19T21:41:28.446 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:28 smithi084 ceph-mon[107669]: pgmap v14: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 659 op/s 2023-11-19T21:41:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:28 smithi088 ceph-mon[110376]: pgmap v14: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 659 op/s 2023-11-19T21:41:28.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38374 9.89 MB/sec warmup 113 sec latency 138.827 ms 2023-11-19T21:41:29.387 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:41:29.469 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:41:29.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:29 smithi084 ceph-mon[107669]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-19T21:41:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: Reconfiguring grafana.smithi084 (dependencies changed)... 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T21:41:29.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:29 smithi088 ceph-mon[110376]: Reconfiguring daemon grafana.smithi084 on smithi084 2023-11-19T21:41:29.846 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38746 9.90 MB/sec warmup 114 sec latency 139.257 ms 2023-11-19T21:41:30.428 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:41:30.428 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:41:30.428 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (6m) 13s ago 6m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:41:30.428 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (5m) 18s ago 5m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:41:30.428 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (5m) 13s ago 6m 58.6M - 8.3.5 dad864ee21e9 d8f331a6be00 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (2m) 13s ago 2m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (2m) 18s ago 2m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (7m) 13s ago 7m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (40s) 18s ago 5m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (7m) 13s ago 7m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (5m) 18s ago 5m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (2m) 13s ago 2m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (2m) 18s ago 2m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (5m) 13s ago 5m 22.5M - 1.3.1 1dbe0e931976 881053341baa 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (5m) 18s ago 5m 24.6M - 1.3.1 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (5m) 13s ago 5m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:41:30.429 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (4m) 13s ago 4m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (4m) 13s ago 4m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (4m) 13s ago 4m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (3m) 18s ago 3m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (3m) 18s ago 3m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (3m) 18s ago 3m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (3m) 18s ago 3m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:41:30.430 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (5m) 13s ago 5m 66.1M - 2.33.4 514e6a882f6e 0ab89b66b27f 2023-11-19T21:41:30.495 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:30 smithi084 ceph-mon[107669]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:30.495 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:30 smithi084 ceph-mon[107669]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:30.495 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:30 smithi084 ceph-mon[107669]: pgmap v15: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-19T21:41:30.847 INFO:teuthology.orchestra.run.smithi084.stdout: 5 38963 9.87 MB/sec warmup 115 sec latency 143.002 ms 2023-11-19T21:41:30.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:30 smithi088 ceph-mon[110376]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:30.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:30 smithi088 ceph-mon[110376]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:30.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:30 smithi088 ceph-mon[110376]: pgmap v15: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-19T21:41:30.976 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:41:30.976 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:41:30.976 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:41:30.976 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:41:30.976 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:41:30.977 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:41:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:41:31.409 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:41:31.542 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:31 smithi084 ceph-mon[107669]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:31.542 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:31 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2839718072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:41:31.848 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39113 9.82 MB/sec warmup 116 sec latency 144.531 ms 2023-11-19T21:41:31.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:31 smithi088 ceph-mon[110376]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:31.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:31 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2839718072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:41:32.088 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:41:32.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:32 smithi084 ceph-mon[107669]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:32.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:32 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2989920970' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:41:32.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:32 smithi084 ceph-mon[107669]: pgmap v16: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-19T21:41:32.847 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39371 9.81 MB/sec warmup 117 sec latency 126.736 ms 2023-11-19T21:41:32.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:32 smithi088 ceph-mon[110376]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:41:32.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:32 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2989920970' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:41:32.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:32 smithi088 ceph-mon[110376]: pgmap v16: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-19T21:41:33.848 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39627 9.79 MB/sec warmup 118 sec latency 201.938 ms 2023-11-19T21:41:34.348 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:34 smithi084 ceph-mon[107669]: pgmap v17: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 631 op/s 2023-11-19T21:41:34.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:34 smithi088 ceph-mon[110376]: pgmap v17: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 631 op/s 2023-11-19T21:41:34.848 INFO:teuthology.orchestra.run.smithi084.stdout: 5 39926 9.77 MB/sec warmup 119 sec latency 137.773 ms 2023-11-19T21:41:36.852 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40283 4.67 MB/sec execute 1 sec latency 127.773 ms 2023-11-19T21:41:37.170 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:37 smithi084 ceph-mon[107669]: pgmap v18: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-11-19T21:41:37.170 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:37 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:37 smithi088 ceph-mon[110376]: pgmap v18: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-11-19T21:41:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:37 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:41:37.854 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40502 5.22 MB/sec execute 2 sec latency 121.181 ms 2023-11-19T21:41:38.444 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:38 smithi084 ceph-mon[107669]: pgmap v19: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-11-19T21:41:38.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:38 smithi088 ceph-mon[110376]: pgmap v19: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-11-19T21:41:38.854 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40716 4.75 MB/sec execute 3 sec latency 154.369 ms 2023-11-19T21:41:39.860 INFO:teuthology.orchestra.run.smithi084.stdout: 5 40961 5.28 MB/sec execute 4 sec latency 195.608 ms 2023-11-19T21:41:40.505 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:40 smithi084 ceph-mon[107669]: pgmap v20: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-19T21:41:40.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:40 smithi088 ceph-mon[110376]: pgmap v20: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-19T21:41:40.860 INFO:teuthology.orchestra.run.smithi084.stdout: 5 41365 7.36 MB/sec execute 5 sec latency 124.038 ms 2023-11-19T21:41:41.863 INFO:teuthology.orchestra.run.smithi084.stdout: 5 41730 7.51 MB/sec execute 6 sec latency 129.621 ms 2023-11-19T21:41:42.558 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:42 smithi084 ceph-mon[107669]: pgmap v21: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-19T21:41:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:42 smithi088 ceph-mon[110376]: pgmap v21: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-11-19T21:41:42.869 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42000 6.93 MB/sec execute 7 sec latency 136.831 ms 2023-11-19T21:41:43.869 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42288 7.03 MB/sec execute 8 sec latency 129.301 ms 2023-11-19T21:41:44.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:44 smithi084 ceph-mon[107669]: pgmap v22: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-11-19T21:41:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:44 smithi088 ceph-mon[110376]: pgmap v22: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-11-19T21:41:44.869 INFO:teuthology.orchestra.run.smithi084.stdout: 5 42664 7.78 MB/sec execute 9 sec latency 122.714 ms 2023-11-19T21:41:45.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43040 8.18 MB/sec execute 10 sec latency 126.812 ms 2023-11-19T21:41:45.890 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:45 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:45.890 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:45 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:45.890 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:45 smithi084 ceph-mon[107669]: Reconfiguring node-exporter.smithi084 (dependencies changed)... 2023-11-19T21:41:45.890 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:45 smithi084 ceph-mon[107669]: Reconfiguring daemon node-exporter.smithi084 on smithi084 2023-11-19T21:41:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:45 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:45 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:41:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:45 smithi088 ceph-mon[110376]: Reconfiguring node-exporter.smithi084 (dependencies changed)... 2023-11-19T21:41:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:45 smithi088 ceph-mon[110376]: Reconfiguring daemon node-exporter.smithi084 on smithi084 2023-11-19T21:41:46.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43407 8.75 MB/sec execute 11 sec latency 126.382 ms 2023-11-19T21:41:47.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:47 smithi084 ceph-mon[107669]: pgmap v23: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 314 op/s 2023-11-19T21:41:47.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:47 smithi088 ceph-mon[110376]: pgmap v23: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 314 op/s 2023-11-19T21:41:47.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 8.03 MB/sec execute 12 sec latency 990.366 ms 2023-11-19T21:41:48.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:48 smithi088 ceph-mon[110376]: pgmap v24: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-19T21:41:48.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:48 smithi084 ceph-mon[107669]: pgmap v24: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-19T21:41:48.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 7.42 MB/sec execute 13 sec latency 1990.392 ms 2023-11-19T21:41:49.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 6.89 MB/sec execute 14 sec latency 2990.417 ms 2023-11-19T21:41:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:41:50 smithi088 ceph-mon[110376]: pgmap v25: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-19T21:41:50.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:41:50 smithi084 ceph-mon[107669]: pgmap v25: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-19T21:41:50.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 6.43 MB/sec execute 15 sec latency 3990.441 ms 2023-11-19T21:41:51.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 6.03 MB/sec execute 16 sec latency 4990.469 ms 2023-11-19T21:41:52.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 5.67 MB/sec execute 17 sec latency 5990.494 ms 2023-11-19T21:41:53.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 5.36 MB/sec execute 18 sec latency 6990.518 ms 2023-11-19T21:41:54.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 5.08 MB/sec execute 19 sec latency 7990.543 ms 2023-11-19T21:41:55.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 4.82 MB/sec execute 20 sec latency 8990.568 ms 2023-11-19T21:41:56.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 4.59 MB/sec execute 21 sec latency 9990.589 ms 2023-11-19T21:41:57.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 4.39 MB/sec execute 22 sec latency 10990.616 ms 2023-11-19T21:41:58.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 4.19 MB/sec execute 23 sec latency 11990.639 ms 2023-11-19T21:41:59.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 4.02 MB/sec execute 24 sec latency 12990.663 ms 2023-11-19T21:42:00.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.86 MB/sec execute 25 sec latency 13990.688 ms 2023-11-19T21:42:01.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.71 MB/sec execute 26 sec latency 14990.710 ms 2023-11-19T21:42:02.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.57 MB/sec execute 27 sec latency 15990.733 ms 2023-11-19T21:42:03.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.45 MB/sec execute 28 sec latency 16990.759 ms 2023-11-19T21:42:04.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.33 MB/sec execute 29 sec latency 17990.782 ms 2023-11-19T21:42:05.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.22 MB/sec execute 30 sec latency 18990.807 ms 2023-11-19T21:42:06.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.11 MB/sec execute 31 sec latency 19990.845 ms 2023-11-19T21:42:07.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 3.02 MB/sec execute 32 sec latency 20990.864 ms 2023-11-19T21:42:08.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:07.911+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:08.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.92 MB/sec execute 33 sec latency 21990.892 ms 2023-11-19T21:42:09.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:08.875+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:09.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:09.316+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:09.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:09.511+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:09.870 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.84 MB/sec execute 34 sec latency 22990.917 ms 2023-11-19T21:42:10.130 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:09 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:09.835+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:10.280 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:09.923+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:10.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:10.126+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:10.548 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:10.276+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:10.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.76 MB/sec execute 35 sec latency 23990.936 ms 2023-11-19T21:42:10.906 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:10.545+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:11.093 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:10.811+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:11.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:10.903+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:11.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:11.089+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:11.509 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:11.313+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:11.510 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:11.186+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:11.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.68 MB/sec execute 36 sec latency 24990.959 ms 2023-11-19T21:42:11.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:11.506+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:12.138 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:11.794+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:12.138 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:11.813+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:12.363 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:12.138+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:12.363 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:11.916+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:12.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:12.134+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:12.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:12.542+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:12.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:12.359+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:12.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.61 MB/sec execute 37 sec latency 25990.986 ms 2023-11-19T21:42:13.172 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:12.763+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:13.173 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:12.788+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:13.342 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:13.124+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:13.343 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:12.957+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:13.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:13.168+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:13.595 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:13.339+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:13.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.54 MB/sec execute 38 sec latency 26991.009 ms 2023-11-19T21:42:13.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:13.591+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:14.202 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:13.807+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:14.202 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:13.825+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:14.302 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:14.116+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:14.303 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:13.926+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:14.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:14.197+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:14.580 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:14.299+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:14.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.47 MB/sec execute 39 sec latency 27991.032 ms 2023-11-19T21:42:14.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:14.576+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:15.172 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:14.798+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:15.173 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:14.801+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:15.262 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:15.131+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:15.262 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:14.964+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:15.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:15.168+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:15.591 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:15.258+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:15.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.41 MB/sec execute 40 sec latency 28991.058 ms 2023-11-19T21:42:15.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:15.618+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:16.198 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:15.809+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:16.198 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:15.759+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:16.292 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:15.915+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:16.292 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:16.127+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:16.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:16.193+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:16.628 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:16.289+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:16.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.35 MB/sec execute 41 sec latency 29991.095 ms 2023-11-19T21:42:16.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:16.624+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:16.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:16.759+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:16.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:16.710+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:17.279 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:16.912+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:17.280 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:17.086+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:17.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:17.208+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:17.596 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:17.276+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:17.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.30 MB/sec execute 42 sec latency 30991.117 ms 2023-11-19T21:42:17.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:17.593+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:17.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:17.593+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:17.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:17.667+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:17.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:17.720+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:17.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:17.720+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:18.248 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:18.092+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:18.248 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:18.092+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:18.248 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:17.930+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:18.248 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:17.930+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:18.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:18.181+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:18.618 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:18.244+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:18.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.24 MB/sec execute 43 sec latency 31991.142 ms 2023-11-19T21:42:18.900 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:18.614+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:18.900 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:18.614+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:18.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:18.645+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:18.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:18.679+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:18.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:18.679+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:19.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:19.141+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:19.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:19.141+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:19.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:18.897+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:19.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:18.897+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:19.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:19.228+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:19.606 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:19.244+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:19.606 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:19.244+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:19.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.19 MB/sec execute 44 sec latency 32991.161 ms 2023-11-19T21:42:19.881 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:19.602+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:19.881 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:19.602+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:19.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:19.645+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:19.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:19.721+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:19.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:19.721+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:20.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:19.877+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:20.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:19.877+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:20.479 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:20.236+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:20.480 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:20.236+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:20.480 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:20.168+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:20.480 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:20.168+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:20.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:20.239+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:20.846 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:20.600+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:20.846 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:20.601+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:20.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.14 MB/sec execute 45 sec latency 33991.186 ms 2023-11-19T21:42:20.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:20.629+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:20.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:20.691+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:20.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:20.691+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.146 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:20.842+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:21.146 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:20.842+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:21.208+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:21.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:21.208+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:21.142+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:21.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:21.142+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:21 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:21.233+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:21.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.10 MB/sec execute 46 sec latency 34991.210 ms 2023-11-19T21:42:21.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:21.577+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:21.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:21.578+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:21.800+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:21.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:21 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:21.800+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:21.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:21 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:21.673+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:21.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:21 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:21.726+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:21.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:21 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:21.726+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:22.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:22.251+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:22.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:22.251+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:22.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:22.113+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:22.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:22.113+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:22.725 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:22 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:22.264+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:22.814 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:22.544+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:22.815 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:22.544+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:22.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.05 MB/sec execute 47 sec latency 35991.231 ms 2023-11-19T21:42:22.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:22 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:22.721+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:22.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:22 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:22.725+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:22.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:22 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:22.725+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:23.107 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:22.811+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:23.108 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:22 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:22.811+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:23.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:23.282+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:23.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:23.282+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:23.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:23.104+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:23.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:23.104+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:23.683 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:23.270+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:23.804 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:23.513+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:23.804 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:23.513+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:23.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 2.01 MB/sec execute 48 sec latency 36991.253 ms 2023-11-19T21:42:23.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:23.744+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:23.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:23.679+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:23.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:23.679+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.117 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:23.800+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:24.117 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:23 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:23.800+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:24.307+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:24.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:24.307+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:24.113+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:24.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:24.113+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.662 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:24 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:24.292+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:24.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.97 MB/sec execute 49 sec latency 37991.277 ms 2023-11-19T21:42:24.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:24.758+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:24.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:24.758+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:24.520+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:24.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:24 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:24.520+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:24 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:24.658+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:24.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:24 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:24.658+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:24.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:24 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:24.791+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:25.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:25.289+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:25.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:25.289+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:25.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:25.158+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:25.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:25.158+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:25.706 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:25 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:25.264+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:25.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:25.464+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 1 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:25.734 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:25.510+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:25.734 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:25.510+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:25.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.93 MB/sec execute 50 sec latency 38991.300 ms 2023-11-19T21:42:25.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:25 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:25.701+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:25.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:25 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:25.702+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:25.997 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:25 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:25.780+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:26.120 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:25.731+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:26.120 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:25 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:25.731+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:26.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:26.116+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:26.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:26.116+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:26.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:26.281+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:26.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:26.281+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:26.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:26 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:26.225+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:26.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.89 MB/sec execute 51 sec latency 39991.326 ms 2023-11-19T21:42:26.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:26.726+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:26.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:26.726+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:26.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:26.509+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:26.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:26 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:26.509+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:26.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:26 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:26.796+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:26.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:26 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:26.712+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:26.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:26 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:26.712+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:27.255+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:27.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:27.255+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:27.077+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:27.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:27.077+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.678 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:27 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:27.262+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:27.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.86 MB/sec execute 52 sec latency 40991.352 ms 2023-11-19T21:42:27.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:27.556+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:27.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:27.556+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:27.748+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:27.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:27 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:27.748+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:27 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:27.674+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:27.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:27 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:27.674+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:27.997 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:27 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:27.774+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:28.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:28.102+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:28.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:28.103+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:28.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:28.279+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:28.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:28.279+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:28.628 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:28 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:28.302+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:28.782 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:28.524+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:28.782 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:28.524+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:28.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.82 MB/sec execute 53 sec latency 41991.375 ms 2023-11-19T21:42:28.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:28 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:28.744+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:28.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:28 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:28.624+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:28.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:28 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:28.624+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.084 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:28.778+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:29.084 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:28 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:28.778+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:29.279+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:29.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:29.279+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:29.080+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:29.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:29.080+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.655 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:29.320+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:29.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.79 MB/sec execute 54 sec latency 42991.399 ms 2023-11-19T21:42:29.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:29.531+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:29.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:29.531+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:29.732+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:29.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:29 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:29.732+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:29.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:29.754+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:29.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:29.651+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:29.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:29.651+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:30.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:30.251+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:30.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:30.251+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:30.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:30.036+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:30.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:30.036+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:30.634 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:30 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:30.313+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:30.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:30.465+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 10 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:30.740 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:30.534+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:30.740 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:30.534+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:30.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.76 MB/sec execute 55 sec latency 43991.425 ms 2023-11-19T21:42:30.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:30 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:30.725+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:30.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:30 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:30.630+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:30.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:30 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:30.630+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:31.048 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:30.736+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:31.048 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:30 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:30.736+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:31.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:31.045+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:31.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:31.045+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:31.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:31.241+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:31.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:31.241+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:31.618 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:31 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:31.327+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:31.784 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:31.491+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:31.784 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:31.491+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:31.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.72 MB/sec execute 56 sec latency 44991.450 ms 2023-11-19T21:42:31.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:31 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:31.698+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:31.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:31 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:31.614+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:31.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:31 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:31.614+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.041 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:31.780+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:32.042 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:31 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:31.781+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:32.037+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:32.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:32.037+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:32.279+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:32.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:32.279+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.651 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:32 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:32.345+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:32.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.69 MB/sec execute 57 sec latency 45991.472 ms 2023-11-19T21:42:32.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:32.514+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:32.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:32.514+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:32.751+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:32.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:32 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:32.751+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:32.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:32 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:32.721+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:32.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:32 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:32.647+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:32.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:32 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:32.647+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:33.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:33.292+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:33.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:33.292+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:33.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:33.058+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:33.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:33.059+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:33.667 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:33 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:33.319+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:33.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.66 MB/sec execute 58 sec latency 46991.499 ms 2023-11-19T21:42:33.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:33.535+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:33.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:33.536+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:33.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:33.743+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:33.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:33 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:33.743+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:33.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:33 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:33.739+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:33.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:33 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:33.663+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:33.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:33 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:33.663+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:34.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:34.281+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:34.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:34.281+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:34.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:34.055+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:34.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:34.055+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:34.634 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:34 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:34.354+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:34.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.64 MB/sec execute 59 sec latency 47991.522 ms 2023-11-19T21:42:34.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:34.574+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:34.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:34.574+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:34.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:34.759+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:34.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:34 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:34.760+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:34.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:34 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:34.786+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:34.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:34 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:34.630+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:34.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:34 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:34.630+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:35.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:35.267+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:35.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:35.268+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:35.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:35.099+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:35.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:35.099+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:35.668 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:35 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:35.320+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:35.669 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:35 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:35.320+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:35.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:35.465+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 18 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:35.745 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:35.529+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:35.745 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:35.529+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:35.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.61 MB/sec execute 60 sec latency 48991.545 ms 2023-11-19T21:42:35.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:35 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:35.765+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:35.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:35 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:35.664+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:35.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:35 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:35.664+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.093 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:35.740+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:36.093 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:35 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:35.740+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.412 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:36.315+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:36.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:36.315+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:36.089+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:36.413 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:36.089+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.638 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:36.310+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:36.638 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:36.310+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:36.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.58 MB/sec execute 61 sec latency 49991.570 ms 2023-11-19T21:42:36.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:36.535+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:36.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:36.535+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:36.725+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:36.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:36 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:36.725+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:36.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:36.716+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:36.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:36.634+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:36.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:36.634+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:37.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:37.048+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:37.412 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:37.048+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:37.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:37.288+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:37.413 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:37.288+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:37.663 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:37 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:37.341+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:37.664 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:37 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:37.341+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:37.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.56 MB/sec execute 62 sec latency 50991.591 ms 2023-11-19T21:42:37.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:37.554+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:37.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:37.554+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:37.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:37.716+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:37.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:37 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:37.716+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:37.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:37 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:37.753+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:37.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:37 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:37.659+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:37.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:37 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:37.659+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:38.338 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:38.047+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:38.338 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:38.047+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:38.636 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:38 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:38.307+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:38.637 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:38 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:38.307+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:38.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:38.334+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:38.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:38.334+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:38.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:38.542+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:38.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:38.543+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:38.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.53 MB/sec execute 63 sec latency 51991.615 ms 2023-11-19T21:42:38.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:38 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:38.708+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:38.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:38 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:38.632+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:38.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:38 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:38.632+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.025 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:38.698+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:39.025 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:38 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:38.698+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.316 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:39.020+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:39.316 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:39.020+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.597 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:39 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:39.325+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:39.597 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:39 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:39.325+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:39.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:39.311+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:39.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:39.311+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:39.510+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:39.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:39.511+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.51 MB/sec execute 64 sec latency 52991.641 ms 2023-11-19T21:42:39.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:39 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:39.720+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:39.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:39 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:39.592+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:39.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:39 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:39.592+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:39.998 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:39.700+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:39.998 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:39.700+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:40.334 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:39.994+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:40.334 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:39 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:39.994+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:40.594 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:40 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:40.293+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:40.594 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:40 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:40.294+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:42:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:40.466+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 30 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:40.598 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:40.533+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:40.598 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:40.533+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:40.598 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:40.330+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:40.598 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:40.330+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:40.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.49 MB/sec execute 65 sec latency 53991.665 ms 2023-11-19T21:42:40.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:40.657+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:40.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:40.657+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:40.997 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:40 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:40.745+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:40.998 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:40 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:40.590+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:40.998 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:40 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:40.590+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:41.302 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:40.944+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:41.302 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:40 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:40.944+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:41.597 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:41 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:41.303+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:41.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:41.298+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:41.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:41.298+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:41.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:41.512+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:41.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:41.512+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:41.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.46 MB/sec execute 66 sec latency 54991.687 ms 2023-11-19T21:42:41.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:41 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:41.739+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:41.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:41 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:41.592+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:41.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:41 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:41.593+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:41.691+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:42.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:41.691+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:41.928+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:42.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:41 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:41.928+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.563 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:42 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:42.293+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:42.566 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:42.270+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:42.566 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:42.270+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.44 MB/sec execute 67 sec latency 55991.715 ms 2023-11-19T21:42:42.883 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:42.562+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:42.883 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:42.562+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.883 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:42.728+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:42.884 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:42.728+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:42.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:42 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:42.750+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:42.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:42 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:42.559+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:42.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:42 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:42.559+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:43.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:42.879+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:43.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:42 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:42.879+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:43.567 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:43 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:43.294+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:43.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:43.550+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:43.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:43.551+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:43.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:43.308+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:43.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:43.308+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:43.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.42 MB/sec execute 68 sec latency 56991.738 ms 2023-11-19T21:42:43.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:43 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:43.729+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:43.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:43 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:43.563+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:43.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:43 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:43.563+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:43.851+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:44.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:43.851+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:43.746+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:44.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:43.747+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:44.534+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:44.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:44.534+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:44.319+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:44.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:44.319+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:44 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:44.326+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:44.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:44 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:44.521+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:44.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:44 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:44.521+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:44.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.40 MB/sec execute 69 sec latency 57991.762 ms 2023-11-19T21:42:45.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:44.837+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:45.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:44.837+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:45.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:44.698+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:45.164 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:44.698+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:45.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:44 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:44.774+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:45.540 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:45 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:45.281+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:45.467+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 56 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:45.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:45.581+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:45.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:45.581+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:45.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:45.363+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:45.664 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:45.363+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:45.800 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:45 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:45.536+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:45.800 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:45 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:45.536+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:45.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.38 MB/sec execute 70 sec latency 58991.789 ms 2023-11-19T21:42:46.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:45.813+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:46.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:45.813+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:45.666+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:46.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:45.666+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:45 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:45.796+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:46.576 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:46 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:46.246+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:46.632 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:46.545+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:46.633 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:46.545+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.633 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:46.374+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:46.633 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:46.374+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.831 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:46 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:46.571+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:46.832 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:46 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:46.572+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.36 MB/sec execute 71 sec latency 59991.828 ms 2023-11-19T21:42:46.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:46.791+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:46.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:46.791+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:46.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:46.628+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:46.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:46.628+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:47.207 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:46 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:46.827+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:47.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:47 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:47.203+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:47.638 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:47.538+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:47.638 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:47.538+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:47.638 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:47.364+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:47.638 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:47.364+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:47.847 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:47 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:47.538+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:47.847 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:47 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:47.538+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:47.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.34 MB/sec execute 72 sec latency 60991.851 ms 2023-11-19T21:42:47.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:47.760+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:47.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:47.760+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:47.912 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:47.634+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:47.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:47.634+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:48.204 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:47 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:47.843+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:48.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:48 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:48.200+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:48.662 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:48.530+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:48.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:48.530+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:48.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:48.402+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:48.663 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:48.402+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:48.863 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:48 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:48.575+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:48.863 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:48 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:48.575+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:48.871 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.32 MB/sec execute 73 sec latency 61991.875 ms 2023-11-19T21:42:49.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:48.672+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:49.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:48.672+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:49.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:48.799+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:49.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:48.799+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:49.204 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:48 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:48.859+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:49.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:49.200+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:49.716 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:49.562+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:49.716 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:49.562+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:49.716 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:49.443+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:49.716 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:49.443+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:49.857 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:49.600+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:49.857 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:49.600+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:49.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.30 MB/sec execute 74 sec latency 62991.896 ms 2023-11-19T21:42:50.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:49.767+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:50.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:49.768+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:50.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:49.711+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:50.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:49.711+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:50.237 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:49 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:49.853+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:50.496 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:50 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:50.233+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:50.766 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:50.467+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 88 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:50.577+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:50.577+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:50.476+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:50.476+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:50.700+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:50.767 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:50.700+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:50.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.29 MB/sec execute 75 sec latency 63991.920 ms 2023-11-19T21:42:50.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:50 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:50.852+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:50.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:50 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:50.641+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:50.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:50 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:50.641+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:50.762+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:51.163 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:50.762+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.670 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:51 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:51.261+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:51.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.27 MB/sec execute 76 sec latency 64991.945 ms 2023-11-19T21:42:51.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:51.714+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:51.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:51.714+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:51.596+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:51.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:51.596+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:51.484+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:51.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:51.485+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:51.683+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:51.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:51.683+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:51.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:51 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:51.805+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:51.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:51 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:51.666+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:51.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:51 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:51.666+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:52.709 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:52 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:52.304+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:52.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.25 MB/sec execute 77 sec latency 65991.969 ms 2023-11-19T21:42:52.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:52.508+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:52.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:52.508+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:52.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:52.673+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:52.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:52.673+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:52.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:52.596+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:52.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:52.596+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:52.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:52.647+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:52.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:52.647+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:52.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:52 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:52.839+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:52.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:52 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:52.706+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:52.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:52 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:52.706+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:53.674 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:53 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:53.326+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:53.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.24 MB/sec execute 78 sec latency 66991.994 ms 2023-11-19T21:42:53.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:53.493+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:53.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:53.493+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:53.673+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:53.673+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:53.554+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:53.554+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:53.619+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:53.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:53.619+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:53.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:53 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:53.797+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:53.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:53 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:53.670+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:53.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:53 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:53.670+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:54.649 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:54 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:54.374+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:54.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.22 MB/sec execute 79 sec latency 67992.017 ms 2023-11-19T21:42:54.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:54.545+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:54.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:54.545+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:54.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:54.520+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:54.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:54.520+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:54.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:54.650+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:54.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:54.650+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:54.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:54.652+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:54.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:54.652+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:54.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:54 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:54.840+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:54.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:54 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:54.646+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:54.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:54 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:54.646+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:55.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:55 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:55.401+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:55.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:55 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:55.614+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:55.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:55 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:55.614+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:55.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.21 MB/sec execute 80 sec latency 68992.043 ms 2023-11-19T21:42:55.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:42:55.469+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 128 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:55.581+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:55.581+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:55.550+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:55.550+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:55.662+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:55.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:55.662+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:55.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:55.669+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:55.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:55.669+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:56.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:55 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:55.791+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:56.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:56 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:56.374+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:56.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:56 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:56.610+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:56.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:56 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:56.610+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:56.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.19 MB/sec execute 81 sec latency 69992.066 ms 2023-11-19T21:42:56.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:56.545+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:56.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:56.545+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:56.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:56.645+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:56.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:56.645+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:56.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:56.570+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:56.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:56.570+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:56.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:56.657+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:56.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:56.657+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:57.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:56 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:56.755+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:57.631 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:57 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:57.378+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:57.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.18 MB/sec execute 82 sec latency 70992.118 ms 2023-11-19T21:42:57.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:57.535+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:57.536+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:57.695+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:57.695+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:57.549+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:57.549+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:57.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:57.707+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:57.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:57.707+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:57.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:57 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:57.738+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:57.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:57 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:57.628+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:57.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:57 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:57.628+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:58.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:58 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:58.421+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:58.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:58 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:58.646+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:58.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:58 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:58.646+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:58.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.16 MB/sec execute 83 sec latency 71992.141 ms 2023-11-19T21:42:58.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:58.565+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:58.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:58.565+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:58.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:58.668+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:58.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:58.669+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:58.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:58.511+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:58.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:58.511+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:58.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:58.744+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:42:58.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:58.744+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:59.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:58 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:58.776+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:42:59.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:42:59 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:42:59.406+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:42:59.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:59 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:59.610+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:42:59.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:42:59 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:42:59.610+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:59.798 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:59.524+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:42:59.798 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:42:59.524+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:59.798 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:59.657+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:42:59.798 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:42:59.657+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:59.799 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:59.565+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:42:59.799 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:42:59.566+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:42:59.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.15 MB/sec execute 84 sec latency 72992.161 ms 2023-11-19T21:43:00.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:59.794+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:00.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:42:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:42:59.794+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:00.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:42:59 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:42:59.747+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:00.728 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:00 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:00.403+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:00.728 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:00 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:00.629+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:00.728 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:00 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:00.629+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:00.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:43:00.470+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 179 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:43:00.752 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:00.512+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:00.752 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:00.512+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:00.752 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:00.587+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:00.753 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:00.587+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:00.753 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:00.646+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:00.753 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:00.646+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:00.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.14 MB/sec execute 85 sec latency 73992.189 ms 2023-11-19T21:43:00.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:00 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:00.724+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:01.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:00.748+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:01.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:00.748+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:01.735 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:01.651+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:01.735 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:01.651+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:01.736 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:01.606+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:01.736 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:01.607+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:01.736 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:01.478+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:01.736 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:01.479+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:01.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:01 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:01.444+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:01.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:01 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:01.669+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:01.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:01 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:01.669+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:01.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.12 MB/sec execute 86 sec latency 74992.209 ms 2023-11-19T21:43:02.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:01.732+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:02.162 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:01.732+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:02.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:01 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:01.747+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:02.625 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:02 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:02.459+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:02.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.11 MB/sec execute 87 sec latency 75992.233 ms 2023-11-19T21:43:02.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:02.603+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:02.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:02.603+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:02.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:02.510+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:02.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:02.510+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:02.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:02.689+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:02.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:02.689+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:02.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:02.669+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:02.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:02.670+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:02.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:02 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:02.741+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:02.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:02 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:02.621+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:02.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:02 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:02.621+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:03.774 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:03 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:03.493+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:03.775 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:03 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:03.576+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:03.775 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:03 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:03.576+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:03.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.10 MB/sec execute 88 sec latency 76992.259 ms 2023-11-19T21:43:03.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:03.501+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:03.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:03.502+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:03.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:03.584+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:03.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:03.584+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:03.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:03.662+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:03.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:03.662+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:03.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:03.699+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:03.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:03.699+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:04.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:03 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:03.770+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:04.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:04 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:04.486+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:04.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:04 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:04.527+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:04.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:04 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:04.528+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:04.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.08 MB/sec execute 89 sec latency 77992.282 ms 2023-11-19T21:43:04.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:04.523+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:04.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:04.523+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:04.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:04.580+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:04.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:04.581+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:04.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:04.646+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:04.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:04.646+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:04.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:04.697+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:04.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:04.698+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:05.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:04 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:04.786+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:05.747 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:05 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:05.453+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:05.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:05 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:05.539+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:05.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:05 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:05.539+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:05.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.07 MB/sec execute 90 sec latency 78992.303 ms 2023-11-19T21:43:05.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:43:05.470+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 225 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:43:05.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:05.607+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:05.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:05.607+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:05.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:05.682+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:05.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:05.682+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:05.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:05.539+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:05.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:05.539+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:05.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:05.673+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:05.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:05.673+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:06.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:05 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:05.819+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:06.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:06.448+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:06.746 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:06.553+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:06.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:06.553+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:06.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.06 MB/sec execute 91 sec latency 79992.326 ms 2023-11-19T21:43:06.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:06.640+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:06.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:06.640+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:06.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:06.730+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:06.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:06.730+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:06.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:06.558+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:06.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:06.558+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:06.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:06.638+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:06.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:06.638+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:07.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:06 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:06.794+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:07.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:07 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:07.442+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:07.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:07 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:07.542+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:07.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:07 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:07.542+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:07.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.05 MB/sec execute 92 sec latency 80992.346 ms 2023-11-19T21:43:07.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:07.662+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:07.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:07.662+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:07.739+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:07.739+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:07.564+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:07.564+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:07.672+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:07.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:07.672+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:08.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:07 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:07.763+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:08.746 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:08 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:08.470+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:08.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:08 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:08.504+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:08.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:08 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:08.504+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:08.747 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:08 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:08.714+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:08.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.04 MB/sec execute 93 sec latency 81992.370 ms 2023-11-19T21:43:08.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:08.615+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:08.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:08.615+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:08.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:08.640+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:08.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:08.640+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:08.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:08.543+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:08.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:08.544+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:08.915 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:08.728+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:08.915 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:08.728+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:09.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.03 MB/sec execute 94 sec latency 82992.392 ms 2023-11-19T21:43:09.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:09.643+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:09.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:09.643+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:09.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:09.615+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:09.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:09.615+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:09.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:09.516+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:09.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:09.516+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:09.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:09.765+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:09.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:09 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:09.765+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:09.997 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:09 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:09.725+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:09.998 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:09 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:09.494+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:10.000 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:09 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:09.534+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:10.001 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:09 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:09.534+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:10.767 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:43:10.471+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 278 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:43:10.768 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:10.470+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:10.768 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:10.471+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:10.768 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:10.582+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:10.768 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:10.582+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:10.768 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:10.611+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:10.769 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:10.611+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:10.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.02 MB/sec execute 95 sec latency 83992.412 ms 2023-11-19T21:43:10.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:10.742+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:10.996 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:10.503+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:11.009 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:10.532+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:11.009 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:10 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:10.532+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:11.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:10.763+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:11.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:10 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:10.764+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:11.807 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:11.642+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:11.807 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:11.643+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:11.808 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:11.470+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:11.808 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:11.470+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:11.809 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:11.553+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:11.809 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:11.553+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:11.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.01 MB/sec execute 96 sec latency 84992.437 ms 2023-11-19T21:43:11.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:11.696+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:11.996 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:11.539+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:11.996 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:11.539+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:12.010 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:11.554+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:12.010 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:11 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:11.554+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:11.803+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:12.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:11 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:11.804+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.842 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:12.486+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:12.842 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:12.486+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.842 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:12.593+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:12.842 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:12.593+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.843 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:12.566+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:12.843 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:12.566+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 1.00 MB/sec execute 97 sec latency 85992.461 ms 2023-11-19T21:43:12.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:12.719+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:12.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:12.589+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:12.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:12.589+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:12.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:12.579+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:12.998 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:12 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:12.579+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:13.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:12.838+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:13.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:12 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:12.838+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:13.865 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:13.603+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:13.866 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:13.603+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:13.866 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:13.469+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:13.866 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:13.469+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:13.866 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:13.601+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:13.866 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:13.602+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:13.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.99 MB/sec execute 98 sec latency 86992.485 ms 2023-11-19T21:43:13.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:13.725+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:13.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:13.588+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:13.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:13.588+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.011 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:13.605+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:14.012 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:13 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:13.605+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:14.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:13.862+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:14.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:13 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:13.862+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.98 MB/sec execute 99 sec latency 87992.505 ms 2023-11-19T21:43:14.880 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:14.489+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:14.880 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:14.490+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.880 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:14.598+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:14.880 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:14.599+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.881 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:14.650+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:14.881 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:14.650+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:14.741+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:14.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:14.621+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:14.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:14.621+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:14.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:14.573+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:14.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:14.573+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:15.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:14.877+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:15.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:14 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:14.877+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:15.843 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:43:15.472+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 370 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:15.572+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:15.572+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:15.480+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:15.481+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:15.654+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:15.844 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:15.654+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:15.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.97 MB/sec execute 100 sec latency 88992.533 ms 2023-11-19T21:43:15.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:15.776+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:15.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:15.614+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:15.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:15.614+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:15.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:15.575+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:15.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:15 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:15.575+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:16.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:15.840+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:16.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:15.840+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:16.821 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:16.485+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:16.822 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:16.485+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:16.822 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:16.577+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:16.822 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:16.577+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:16.822 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:16.696+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:16.822 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:16.696+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:16.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.96 MB/sec execute 101 sec latency 89992.557 ms 2023-11-19T21:43:16.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:16.799+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:16.996 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:16.569+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:16.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:16.569+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:16.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:16.576+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:16.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:16.577+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:17.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:16.818+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:17.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:16 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:16.818+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:17.784 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:17.491+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:17.784 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:17.491+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:17.784 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:17.569+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:17.784 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:17.569+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:17.785 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:17.655+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:17.785 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:17.655+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:17.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.95 MB/sec execute 102 sec latency 90992.579 ms 2023-11-19T21:43:17.996 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:17.755+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:17.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:17.595+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:17.997 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:17.595+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:17.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:17.544+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:17.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:17 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:17.544+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:18.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:17.780+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:18.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:17 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:17.780+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:18.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:18.640+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:18.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:18.640+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:18.755 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:18.499+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:18.755 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:18.499+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:18.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.94 MB/sec execute 103 sec latency 91992.604 ms 2023-11-19T21:43:18.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:18.659+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:18.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:18.660+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:18.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:18.571+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:18.913 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:18.571+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:18.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:18.525+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:18.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:18.525+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:18.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:18.743+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:18.913 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:18 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:18.743+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:19.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:18 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:18.751+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:19.781 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:19.635+0000 7fae8c996700 -1 osd.0 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.664491+0000 front 2023-11-19T21:41:45.665361+0000 (oldest deadline 2023-11-19T21:42:09.164378+0000) 2023-11-19T21:43:19.781 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:43:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:43:19.635+0000 7fae8c996700 -1 osd.0 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49118 3.6 3:62749b46:::10000001faf.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:19.782 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:19.509+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:19.782 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:19.509+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:19.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.93 MB/sec execute 104 sec latency 92992.626 ms 2023-11-19T21:43:19.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:19.576+0000 7f78bc61b700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:46.917924+0000 front 2023-11-19T21:41:46.917915+0000 (oldest deadline 2023-11-19T21:42:08.618144+0000) 2023-11-19T21:43:19.912 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:43:19.576+0000 7f78bc61b700 -1 osd.4 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49130 3.1a 3:5821242a:::10000001fbd.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:19.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:19.514+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:19.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:19.514+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:19.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:19.701+0000 7fdf4b0e9700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.116287+0000 front 2023-11-19T21:41:45.116320+0000 (oldest deadline 2023-11-19T21:42:11.012202+0000) 2023-11-19T21:43:19.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:43:19.702+0000 7fdf4b0e9700 -1 osd.6 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49119 3.a 3:53028ae4:::10000001fe3.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:19.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:19.759+0000 7fd86cdb4700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:42.287123+0000 front 2023-11-19T21:41:42.287026+0000 (oldest deadline 2023-11-19T21:42:07.587162+0000) 2023-11-19T21:43:19.914 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:43:19 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:43:19.759+0000 7fd86cdb4700 -1 osd.7 69 get_health_metrics reporting 1 slow ops, oldest is osd_op(mds.0.4:49149 3.e 3:74e4bd0d:::10000001fda.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:20.246 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:43:19 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:43:19.777+0000 7faf5f8fc700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:45.531129+0000 front 2023-11-19T21:41:45.527830+0000 (oldest deadline 2023-11-19T21:42:10.827198+0000) 2023-11-19T21:43:20.833 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:43:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:43:20.561+0000 7fb35a790700 -1 osd.1 69 get_health_metrics reporting 5 slow ops, oldest is osd_op(mds.0.4:49111 2.4 2:21ec450a:::200.00000028:head [write 434418~2062 [fadvise_dontneed] in=2062b] snapc 0=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:20.834 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:20.514+0000 7f1df155b700 -1 osd.3 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.919441+0000 front 2023-11-19T21:41:43.919430+0000 (oldest deadline 2023-11-19T21:42:09.819467+0000) 2023-11-19T21:43:20.834 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:43:20 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:43:20.515+0000 7f1df155b700 -1 osd.3 69 get_health_metrics reporting 8 slow ops, oldest is osd_op(client.24359.0:73 4.14 4:281364f6:foo::grace:head [watch ping cookie 94795132865808] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e69) 2023-11-19T21:43:20.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.92 MB/sec execute 105 sec latency 93992.649 ms 2023-11-19T21:43:20.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:43:20.473+0000 7f8c0f91c700 -1 mon.smithi088@1(probing) e2 get_health_metrics reporting 484 slow ops, oldest is log(1 entries from seq 64 at 2023-11-19T21:41:51.325608+0000) 2023-11-19T21:43:20.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:20.504+0000 7f999fbfb700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:41:43.129545+0000 front 2023-11-19T21:41:43.129209+0000 (oldest deadline 2023-11-19T21:42:08.429284+0000) 2023-11-19T21:43:20.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:43:20 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:43:20.504+0000 7f999fbfb700 -1 osd.5 69 get_health_metrics reporting 3 slow ops, oldest is osd_op(mds.0.4:49132 3.1c 3:3bd68e6a:::10000001fbb.00000000:head [delete] snapc 1=[] ondisk+write+known_if_redirected+full_force+supports_pool_eio e69) 2023-11-19T21:43:21.048 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:43:21.700 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:43:21.700 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:43:21.700 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (8m) 2m ago 8m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:43:21.700 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (7m) 2m ago 7m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:43:21.700 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (4m) 2m ago 4m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (4m) 2m ago 4m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (9m) 2m ago 9m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (2m) 2m ago 7m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (9m) 2m ago 9m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (7m) 2m ago 7m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (3m) 2m ago 3m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (3m) 2m ago 3m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (7m) 2m ago 7m 22.5M - 1.3.1 1dbe0e931976 881053341baa 2023-11-19T21:43:21.701 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (7m) 2m ago 7m 24.6M - 1.3.1 1dbe0e931976 a25b4e2a8a76 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (6m) 2m ago 6m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (6m) 2m ago 6m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (6m) 2m ago 6m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (6m) 2m ago 6m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (5m) 2m ago 5m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (5m) 2m ago 5m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (5m) 2m ago 5m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:43:21.702 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (4m) 2m ago 4m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:43:21.703 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (7m) 2m ago 7m 66.1M - 2.33.4 514e6a882f6e 0ab89b66b27f 2023-11-19T21:43:21.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.91 MB/sec execute 106 sec latency 94992.706 ms 2023-11-19T21:43:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v27: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-11-19T21:43:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v28: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 MiB/s wr, 181 op/s 2023-11-19T21:43:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v29: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 MiB/s wr, 181 op/s 2023-11-19T21:43:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v30: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v31: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v32: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v33: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v34: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v35: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v36: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v37: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v38: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v39: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v40: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v41: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v42: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v43: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v44: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v45: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v46: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v47: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v48: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v49: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v50: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v51: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v52: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v53: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v54: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v55: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v56: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v57: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v58: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v59: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v60: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v61: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v62: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v63: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v64: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v65: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:21.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v66: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v67: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 4 slow requests (by type [ 'delayed' : 4 ] most affected pool [ '.nfs' : 4 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v68: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v69: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: pgmap v70: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: 8 slow requests (by type [ 'delayed' : 8 ] most affected pool [ '.nfs' : 8 ]) 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: mon.smithi088 calling monitor election 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: mon.smithi084 calling monitor election 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: mon.smithi084 is new leader, mons smithi084,smithi088 in quorum (ranks 0,1) 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 1 up:standby 2023-11-19T21:43:21.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osdmap e69: 8 total, 8 up, 8 in 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: mgrmap e27: smithi088.nqqnga(active, since 2m), standbys: smithi084.tyupxq 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.0 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.2 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failed (root=default,host=smithi084) (2 reporters from different osd after 94.779563 >= grace 20.000000) 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.0 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.2 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: overall HEALTH_OK 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.5 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.4 2023-11-19T21:43:21.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.6 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.7 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 reported failed by osd.3 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.5 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.3 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.7 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.4 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: osd.1 failure report canceled by osd.6 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:21 smithi088 ceph-mon[110376]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v27: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v28: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 MiB/s wr, 181 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v29: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 MiB/s wr, 181 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v30: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v31: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v32: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v33: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v34: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v35: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v36: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v37: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v38: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v39: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v40: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:21.999 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v41: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.000 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v42: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v43: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.002 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v44: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.003 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v45: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.004 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v46: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.005 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v47: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.006 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v48: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.007 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.008 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.009 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v49: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 2 slow requests (by type [ 'delayed' : 2 ] most affected pool [ '.nfs' : 2 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.010 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v50: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.011 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v51: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v52: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.013 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v53: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.014 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v54: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v55: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.016 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v56: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.017 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v57: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.018 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v58: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.019 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v59: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.020 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v60: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.021 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v61: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.022 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v62: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.023 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v63: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v64: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v65: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.026 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v66: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.027 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.028 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v67: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'delayed' : 3 ] most affected pool [ '.nfs' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 4 slow requests (by type [ 'delayed' : 4 ] most affected pool [ '.nfs' : 4 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v68: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:22.030 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v69: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 7 slow requests (by type [ 'delayed' : 7 ] most affected pool [ '.nfs' : 7 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.031 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 3 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 2 'waiting for sub ops' : 1 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 1 slow requests (by type [ 'started' : 1 ] most affected pool [ 'cephfs.foofs.data' : 1 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: pgmap v70: 97 pgs: 1 active+clean+laggy, 96 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 3 slow requests (by type [ 'started' : 1 'waiting for sub ops' : 2 ] most affected pool [ 'cephfs.foofs.data' : 3 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: 8 slow requests (by type [ 'delayed' : 8 ] most affected pool [ '.nfs' : 8 ]) 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: mon.smithi088 calling monitor election 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: mon.smithi084 calling monitor election 2023-11-19T21:43:22.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: mon.smithi084 is new leader, mons smithi084,smithi088 in quorum (ranks 0,1) 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: monmap e2: 2 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: fsmap foofs:1 {0=foofs.smithi084.wcvasd=up:active} 1 up:standby 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osdmap e69: 8 total, 8 up, 8 in 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: mgrmap e27: smithi088.nqqnga(active, since 2m), standbys: smithi084.tyupxq 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.0 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.2 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failed (root=default,host=smithi084) (2 reporters from different osd after 94.779563 >= grace 20.000000) 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.0 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.2 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: overall HEALTH_OK 2023-11-19T21:43:22.033 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.5 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.4 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.6 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.7 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 reported failed by osd.3 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.5 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.3 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.7 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.4 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: osd.1 failure report canceled by osd.6 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:22.034 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:21 smithi084 ceph-mon[107669]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:43:22.080 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:43:22.081 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-11-19T21:43:22.082 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:43:22.082 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:43:22.082 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:43:22.409 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:43:22.803 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_WARN 1 osds down; 388 slow ops, oldest one blocked for 89 sec, daemons [osd.0,osd.3,osd.4,osd.5,osd.6,osd.7,mon.smithi088] have slow ops. 2023-11-19T21:43:22.803 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_DOWN: 1 osds down 2023-11-19T21:43:22.803 INFO:teuthology.orchestra.run.smithi084.stdout: osd.1 (root=default,host=smithi084) is down 2023-11-19T21:43:22.803 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] SLOW_OPS: 388 slow ops, oldest one blocked for 89 sec, daemons [osd.0,osd.3,osd.4,osd.5,osd.6,osd.7,mon.smithi088] have slow ops. 2023-11-19T21:43:22.872 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43446 0.90 MB/sec execute 107 sec latency 95992.743 ms 2023-11-19T21:43:22.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:22.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: Health check failed: 1 osds down (OSD_DOWN) 2023-11-19T21:43:22.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: osdmap e70: 8 total, 7 up, 8 in 2023-11-19T21:43:22.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: mgrmap e28: smithi088.nqqnga(active, since 2m), standbys: smithi084.tyupxq 2023-11-19T21:43:22.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:22.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3822088648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:43:22.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:22 smithi088 ceph-mon[110376]: osdmap e71: 8 total, 7 up, 8 in 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: Health check failed: 1 osds down (OSD_DOWN) 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: osdmap e70: 8 total, 7 up, 8 in 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: mgrmap e28: smithi088.nqqnga(active, since 2m), standbys: smithi084.tyupxq 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:22.930 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3822088648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:43:22.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:22 smithi084 ceph-mon[107669]: osdmap e71: 8 total, 7 up, 8 in 2023-11-19T21:43:23.751 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:43:23.618+0000 7fb356f89700 -1 osd.1 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T21:43:23.751 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: pgmap v72: 97 pgs: 9 stale+active+clean, 5 stale+active+clean+laggy, 82 active+clean, 1 active+clean+laggy; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 227 KiB/s wr, 16 op/s 2023-11-19T21:43:23.751 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: Health check failed: 388 slow ops, oldest one blocked for 89 sec, daemons [osd.0,osd.3,osd.4,osd.5,osd.6,osd.7,mon.smithi088] have slow ops. (SLOW_OPS) 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2567426338' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: osd.1 marked itself dead as of e71 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:23.752 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:23 smithi084 ceph-mon[107669]: Reconfiguring prometheus.smithi084 (dependencies changed)... 2023-11-19T21:43:23.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43521 0.90 MB/sec execute 108 sec latency 96764.531 ms 2023-11-19T21:43:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: pgmap v72: 97 pgs: 9 stale+active+clean, 5 stale+active+clean+laggy, 82 active+clean, 1 active+clean+laggy; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 227 KiB/s wr, 16 op/s 2023-11-19T21:43:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: Health check failed: 388 slow ops, oldest one blocked for 89 sec, daemons [osd.0,osd.3,osd.4,osd.5,osd.6,osd.7,mon.smithi088] have slow ops. (SLOW_OPS) 2023-11-19T21:43:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2567426338' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:43:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: osd.1 marked itself dead as of e71 2023-11-19T21:43:23.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:23.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:23.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:23 smithi088 ceph-mon[110376]: Reconfiguring prometheus.smithi084 (dependencies changed)... 2023-11-19T21:43:24.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43839 0.91 MB/sec execute 109 sec latency 240.435 ms 2023-11-19T21:43:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:24 smithi088 ceph-mon[110376]: Reconfiguring daemon prometheus.smithi084 on smithi084 2023-11-19T21:43:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:24 smithi088 ceph-mon[110376]: osdmap e72: 8 total, 7 up, 8 in 2023-11-19T21:43:24.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:24 smithi084 ceph-mon[107669]: Reconfiguring daemon prometheus.smithi084 on smithi084 2023-11-19T21:43:24.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:24 smithi084 ceph-mon[107669]: osdmap e72: 8 total, 7 up, 8 in 2023-11-19T21:43:25.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43839 0.90 MB/sec execute 110 sec latency 1240.462 ms 2023-11-19T21:43:25.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: Monitor daemon marked osd.1 down, but it is still running 2023-11-19T21:43:25.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: map e71 wrongly marked me down at e70 2023-11-19T21:43:25.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: pgmap v75: 97 pgs: 39 peering, 58 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 378 KiB/s wr, 30 op/s 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: Health check failed: Slow OSD heartbeats on back (longest 91955.556ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: Health check failed: Slow OSD heartbeats on front (longest 91967.823ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: Health check failed: Reduced data availability: 5 pgs inactive, 30 pgs peering (PG_AVAILABILITY) 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745] boot 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: osdmap e73: 8 total, 8 up, 8 in 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:43:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:25 smithi088 ceph-mon[110376]: osdmap e74: 8 total, 8 up, 8 in 2023-11-19T21:43:25.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: Monitor daemon marked osd.1 down, but it is still running 2023-11-19T21:43:25.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: map e71 wrongly marked me down at e70 2023-11-19T21:43:25.996 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: pgmap v75: 97 pgs: 39 peering, 58 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 378 KiB/s wr, 30 op/s 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: Health check failed: Slow OSD heartbeats on back (longest 91955.556ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: Health check failed: Slow OSD heartbeats on front (longest 91967.823ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: Health check failed: Reduced data availability: 5 pgs inactive, 30 pgs peering (PG_AVAILABILITY) 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: osd.1 [v2:172.21.15.84:6810/3236335745,v1:172.21.15.84:6811/3236335745] boot 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: osdmap e73: 8 total, 8 up, 8 in 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T21:43:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:25 smithi084 ceph-mon[107669]: osdmap e74: 8 total, 8 up, 8 in 2023-11-19T21:43:26.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 43904 0.90 MB/sec execute 111 sec latency 1959.361 ms 2023-11-19T21:43:27.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:27 smithi084 ceph-mon[107669]: pgmap v78: 97 pgs: 6 activating, 33 peering, 58 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 7.2 KiB/s wr, 5 op/s; 4/1356 objects degraded (0.295%) 2023-11-19T21:43:27.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:27 smithi084 ceph-mon[107669]: osdmap e75: 8 total, 8 up, 8 in 2023-11-19T21:43:27.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44053 0.92 MB/sec execute 112 sec latency 293.265 ms 2023-11-19T21:43:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:27 smithi088 ceph-mon[110376]: pgmap v78: 97 pgs: 6 activating, 33 peering, 58 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 7.2 KiB/s wr, 5 op/s; 4/1356 objects degraded (0.295%) 2023-11-19T21:43:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:27 smithi088 ceph-mon[110376]: osdmap e75: 8 total, 8 up, 8 in 2023-11-19T21:43:28.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:28 smithi084 ceph-mon[107669]: osdmap e76: 8 total, 8 up, 8 in 2023-11-19T21:43:28.873 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44147 0.92 MB/sec execute 113 sec latency 1093.530 ms 2023-11-19T21:43:28.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:28 smithi088 ceph-mon[110376]: osdmap e76: 8 total, 8 up, 8 in 2023-11-19T21:43:29.613 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:29 smithi084 ceph-mon[107669]: pgmap v81: 97 pgs: 1 active+undersized+remapped, 6 activating, 7 peering, 83 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.6 MiB/s wr, 210 op/s; 4/1248 objects degraded (0.321%); 536 KiB/s, 1 objects/s recovering 2023-11-19T21:43:29.613 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:29 smithi084 ceph-mon[107669]: Health check cleared: SLOW_OPS (was: 484 slow ops, oldest one blocked for 89 sec, mon.smithi088 has slow ops) 2023-11-19T21:43:29.613 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:29 smithi084 ceph-mon[107669]: osdmap e77: 8 total, 8 up, 8 in 2023-11-19T21:43:29.877 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44451 1.02 MB/sec execute 114 sec latency 100.730 ms 2023-11-19T21:43:29.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:29 smithi088 ceph-mon[110376]: pgmap v81: 97 pgs: 1 active+undersized+remapped, 6 activating, 7 peering, 83 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.6 MiB/s wr, 210 op/s; 4/1248 objects degraded (0.321%); 536 KiB/s, 1 objects/s recovering 2023-11-19T21:43:29.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:29 smithi088 ceph-mon[110376]: Health check cleared: SLOW_OPS (was: 484 slow ops, oldest one blocked for 89 sec, mon.smithi088 has slow ops) 2023-11-19T21:43:29.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:29 smithi088 ceph-mon[110376]: osdmap e77: 8 total, 8 up, 8 in 2023-11-19T21:43:30.644 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:30 smithi084 ceph-mon[107669]: Health check update: Reduced data availability: 6 pgs peering (PG_AVAILABILITY) 2023-11-19T21:43:30.877 INFO:teuthology.orchestra.run.smithi084.stdout: 5 44832 1.12 MB/sec execute 115 sec latency 102.159 ms 2023-11-19T21:43:30.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:30 smithi088 ceph-mon[110376]: Health check update: Reduced data availability: 6 pgs peering (PG_AVAILABILITY) 2023-11-19T21:43:31.667 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:31 smithi084 ceph-mon[107669]: pgmap v83: 97 pgs: 1 active+undersized+remapped, 6 activating, 7 peering, 83 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 MiB/s wr, 179 op/s; 4/1248 objects degraded (0.321%); 455 KiB/s, 1 objects/s recovering 2023-11-19T21:43:31.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 45303 1.20 MB/sec execute 116 sec latency 129.399 ms 2023-11-19T21:43:31.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:31 smithi088 ceph-mon[110376]: pgmap v83: 97 pgs: 1 active+undersized+remapped, 6 activating, 7 peering, 83 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 MiB/s wr, 179 op/s; 4/1248 objects degraded (0.321%); 455 KiB/s, 1 objects/s recovering 2023-11-19T21:43:32.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 45626 1.28 MB/sec execute 117 sec latency 136.850 ms 2023-11-19T21:43:32.927 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:32 smithi084 ceph-mon[107669]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs peering) 2023-11-19T21:43:33.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:32 smithi088 ceph-mon[110376]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs peering) 2023-11-19T21:43:33.887 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46080 1.38 MB/sec execute 118 sec latency 131.063 ms 2023-11-19T21:43:33.939 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:33 smithi084 ceph-mon[107669]: pgmap v84: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 MiB/s wr, 191 op/s; 358 KiB/s, 15 keys/s, 2 objects/s recovering 2023-11-19T21:43:34.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:33 smithi088 ceph-mon[110376]: pgmap v84: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 MiB/s wr, 191 op/s; 358 KiB/s, 15 keys/s, 2 objects/s recovering 2023-11-19T21:43:34.890 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46565 1.49 MB/sec execute 119 sec latency 132.394 ms 2023-11-19T21:43:35.728 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:35 smithi084 ceph-mon[107669]: pgmap v85: 97 pgs: 97 active+clean; 271 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.4 MiB/s wr, 368 op/s; 279 KiB/s, 12 keys/s, 1 objects/s recovering 2023-11-19T21:43:35.728 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:35 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:35.728 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:35.890 INFO:teuthology.orchestra.run.smithi084.stdout: 5 46907 1.57 MB/sec execute 120 sec latency 134.415 ms 2023-11-19T21:43:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:35 smithi088 ceph-mon[110376]: pgmap v85: 97 pgs: 97 active+clean; 271 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.4 MiB/s wr, 368 op/s; 279 KiB/s, 12 keys/s, 1 objects/s recovering 2023-11-19T21:43:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:35 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:36.895 INFO:teuthology.orchestra.run.smithi084.stdout: 5 47173 1.60 MB/sec execute 121 sec latency 140.466 ms 2023-11-19T21:43:37.767 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:37 smithi084 ceph-mon[107669]: pgmap v86: 97 pgs: 97 active+clean; 271 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.5 MiB/s wr, 241 op/s; 10 B/s, 10 keys/s, 0 objects/s recovering 2023-11-19T21:43:37.895 INFO:teuthology.orchestra.run.smithi084.stdout: 5 47528 1.62 MB/sec execute 122 sec latency 108.088 ms 2023-11-19T21:43:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:37 smithi088 ceph-mon[110376]: pgmap v86: 97 pgs: 97 active+clean; 271 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.5 MiB/s wr, 241 op/s; 10 B/s, 10 keys/s, 0 objects/s recovering 2023-11-19T21:43:38.898 INFO:teuthology.orchestra.run.smithi084.stdout: 5 47836 1.68 MB/sec execute 123 sec latency 126.624 ms 2023-11-19T21:43:39.543 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:39 smithi084 ceph-mon[107669]: pgmap v87: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.0 MiB/s wr, 472 op/s; 8 B/s, 9 keys/s, 0 objects/s recovering 2023-11-19T21:43:39.543 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:39 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:39.544 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:39 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:39.544 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:39 smithi084 ceph-mon[107669]: Reconfiguring node-exporter.smithi088 (dependencies changed)... 2023-11-19T21:43:39.544 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:39 smithi084 ceph-mon[107669]: Reconfiguring daemon node-exporter.smithi088 on smithi088 2023-11-19T21:43:39.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:39 smithi088 ceph-mon[110376]: pgmap v87: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.0 MiB/s wr, 472 op/s; 8 B/s, 9 keys/s, 0 objects/s recovering 2023-11-19T21:43:39.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:39 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:39.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:39 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:39.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:39 smithi088 ceph-mon[110376]: Reconfiguring node-exporter.smithi088 (dependencies changed)... 2023-11-19T21:43:39.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:39 smithi088 ceph-mon[110376]: Reconfiguring daemon node-exporter.smithi088 on smithi088 2023-11-19T21:43:39.898 INFO:teuthology.orchestra.run.smithi084.stdout: 5 48308 1.82 MB/sec execute 124 sec latency 129.156 ms 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T21:43:40.814 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:40.815 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:43:40.816 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: Upgrade: Need to upgrade myself (mgr.smithi088.nqqnga) 2023-11-19T21:43:40.816 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:40 smithi084 ceph-mon[107669]: Upgrade: Need to upgrade myself (mgr.smithi088.nqqnga) 2023-11-19T21:43:40.899 INFO:teuthology.orchestra.run.smithi084.stdout: 5 48783 1.86 MB/sec execute 125 sec latency 135.915 ms 2023-11-19T21:43:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T21:43:41.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: Upgrade: Need to upgrade myself (mgr.smithi088.nqqnga) 2023-11-19T21:43:41.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:40 smithi088 ceph-mon[110376]: Upgrade: Need to upgrade myself (mgr.smithi088.nqqnga) 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: pgmap v88: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.3 MiB/s wr, 404 op/s; 7 B/s, 8 keys/s, 0 objects/s recovering 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:43:41.830 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:41 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:43:41.899 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49141 1.92 MB/sec execute 126 sec latency 130.076 ms 2023-11-19T21:43:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: pgmap v88: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.3 MiB/s wr, 404 op/s; 7 B/s, 8 keys/s, 0 objects/s recovering 2023-11-19T21:43:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:43:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:43:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi084.tyupxq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T21:43:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T21:43:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:41 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:43:42.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:42 smithi084 ceph-mon[107669]: Upgrade: Updating mgr.smithi084.tyupxq 2023-11-19T21:43:42.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:42 smithi084 ceph-mon[107669]: Deploying daemon mgr.smithi084.tyupxq on smithi084 2023-11-19T21:43:42.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49445 1.99 MB/sec execute 127 sec latency 157.580 ms 2023-11-19T21:43:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:42 smithi088 ceph-mon[110376]: Upgrade: Updating mgr.smithi084.tyupxq 2023-11-19T21:43:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:42 smithi088 ceph-mon[110376]: Deploying daemon mgr.smithi084.tyupxq on smithi084 2023-11-19T21:43:43.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:43 smithi084 ceph-mon[107669]: pgmap v89: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.4 MiB/s wr, 412 op/s; 7 B/s, 7 keys/s, 0 objects/s recovering 2023-11-19T21:43:43.906 INFO:teuthology.orchestra.run.smithi084.stdout: 5 49909 2.10 MB/sec execute 128 sec latency 132.414 ms 2023-11-19T21:43:44.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:43 smithi088 ceph-mon[110376]: pgmap v89: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.4 MiB/s wr, 412 op/s; 7 B/s, 7 keys/s, 0 objects/s recovering 2023-11-19T21:43:44.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50233 2.16 MB/sec execute 129 sec latency 133.862 ms 2023-11-19T21:43:45.887 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:45 smithi084 ceph-mon[107669]: pgmap v90: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.1 MiB/s wr, 577 op/s 2023-11-19T21:43:45.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50544 2.19 MB/sec execute 130 sec latency 141.938 ms 2023-11-19T21:43:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:45 smithi088 ceph-mon[110376]: pgmap v90: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.1 MiB/s wr, 577 op/s 2023-11-19T21:43:46.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 50910 2.22 MB/sec execute 131 sec latency 129.966 ms 2023-11-19T21:43:47.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 51281 2.25 MB/sec execute 132 sec latency 132.543 ms 2023-11-19T21:43:47.919 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:47 smithi084 ceph-mon[107669]: pgmap v91: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-19T21:43:48.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:47 smithi088 ceph-mon[110376]: pgmap v91: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-19T21:43:48.907 INFO:teuthology.orchestra.run.smithi084.stdout: 5 51871 2.36 MB/sec execute 133 sec latency 102.172 ms 2023-11-19T21:43:49.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 52341 2.44 MB/sec execute 134 sec latency 136.105 ms 2023-11-19T21:43:49.962 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:49 smithi084 ceph-mon[107669]: pgmap v92: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2023-11-19T21:43:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:49 smithi088 ceph-mon[110376]: pgmap v92: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2023-11-19T21:43:50.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 52673 2.52 MB/sec execute 135 sec latency 127.025 ms 2023-11-19T21:43:51.667 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:51 smithi084 ceph-mon[107669]: pgmap v93: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-19T21:43:51.667 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:51.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53009 2.58 MB/sec execute 136 sec latency 132.774 ms 2023-11-19T21:43:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:51 smithi088 ceph-mon[110376]: pgmap v93: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-19T21:43:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:43:52.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53417 2.67 MB/sec execute 137 sec latency 130.503 ms 2023-11-19T21:43:53.260 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:43:53.694 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:53 smithi084 ceph-mon[107669]: pgmap v94: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-11-19T21:43:53.694 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:53 smithi084 ceph-mon[107669]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:53.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53650 2.70 MB/sec execute 138 sec latency 125.200 ms 2023-11-19T21:43:53.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:53 smithi088 ceph-mon[110376]: pgmap v94: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-11-19T21:43:53.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:53 smithi088 ceph-mon[110376]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (8m) 2m ago 8m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (8m) 2m ago 8m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (4m) 2m ago 4m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:43:54.118 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (4m) 2m ago 4m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (9m) 2m ago 9m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (3m) 2m ago 8m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (9m) 2m ago 9m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (8m) 2m ago 8m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (4m) 2m ago 4m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (4m) 2m ago 4m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (7m) 2m ago 7m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (7m) 2m ago 7m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (6m) 2m ago 6m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:43:54.119 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (6m) 2m ago 6m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:43:54.120 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (6m) 2m ago 6m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:43:54.120 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (6m) 2m ago 6m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:43:54.120 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (5m) 2m ago 5m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:43:54.120 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (5m) 2m ago 5m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:43:54.120 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:43:54.613 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:43:54.613 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:43:54.614 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:43:54.615 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:43:54.615 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:43:54.615 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:43:54.615 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:43:54.615 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:43:54.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:54 smithi084 ceph-mon[107669]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:54.725 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:54 smithi084 ceph-mon[107669]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:54.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 53840 2.70 MB/sec execute 139 sec latency 129.903 ms 2023-11-19T21:43:54.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:54 smithi088 ceph-mon[110376]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:54.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:54 smithi088 ceph-mon[110376]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:43:55.112 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 91955.556ms); Slow OSD heartbeats on front (longest 91967.823ms) 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 91955.556ms) 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 91955.556 msec 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.1 [] 31005.733 msec 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.1 [] 18151.644 msec 2023-11-19T21:43:55.633 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 8958.382 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.1 [] 7480.298 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 6584.314 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.1 [] 6095.411 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 91967.823ms) 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 91967.823 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.1 [] 31003.360 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.1 [] 18152.136 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 8957.028 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.1 [] 7480.320 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 6583.774 msec 2023-11-19T21:43:55.634 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.1 [] 6095.955 msec 2023-11-19T21:43:55.734 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:55 smithi084 ceph-mon[107669]: pgmap v95: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 672 op/s 2023-11-19T21:43:55.734 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:55 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3772217319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:43:55.734 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:55 smithi084 ceph-mon[107669]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:55.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54169 2.71 MB/sec execute 140 sec latency 150.882 ms 2023-11-19T21:43:55.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:55 smithi088 ceph-mon[110376]: pgmap v95: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 672 op/s 2023-11-19T21:43:55.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:55 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3772217319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:43:55.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:55 smithi088 ceph-mon[110376]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:43:56.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:56 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/922617981' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:43:56.758 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:56 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/922617981' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:43:56.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54425 2.73 MB/sec execute 141 sec latency 129.541 ms 2023-11-19T21:43:57.765 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:57 smithi084 ceph-mon[107669]: pgmap v96: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-11-19T21:43:57.910 INFO:teuthology.orchestra.run.smithi084.stdout: 5 54785 2.79 MB/sec execute 142 sec latency 173.537 ms 2023-11-19T21:43:57.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:57 smithi088 ceph-mon[110376]: pgmap v96: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-11-19T21:43:58.912 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55151 2.82 MB/sec execute 143 sec latency 129.598 ms 2023-11-19T21:43:59.820 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:43:59 smithi084 ceph-mon[107669]: pgmap v97: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.0 MiB/s wr, 548 op/s 2023-11-19T21:43:59.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:43:59 smithi088 ceph-mon[110376]: pgmap v97: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.0 MiB/s wr, 548 op/s 2023-11-19T21:43:59.913 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55602 2.86 MB/sec execute 144 sec latency 103.184 ms 2023-11-19T21:44:00.913 INFO:teuthology.orchestra.run.smithi084.stdout: 5 55917 2.90 MB/sec execute 145 sec latency 127.350 ms 2023-11-19T21:44:01.876 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:01 smithi084 ceph-mon[107669]: pgmap v98: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 403 op/s 2023-11-19T21:44:01.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:01 smithi088 ceph-mon[110376]: pgmap v98: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 403 op/s 2023-11-19T21:44:01.912 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56277 2.99 MB/sec execute 146 sec latency 177.385 ms 2023-11-19T21:44:02.918 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56598 3.05 MB/sec execute 147 sec latency 138.355 ms 2023-11-19T21:44:03.663 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:03 smithi084 ceph-mon[107669]: pgmap v99: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 609 op/s 2023-11-19T21:44:03.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:03 smithi088 ceph-mon[110376]: pgmap v99: 97 pgs: 97 active+clean; 314 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 609 op/s 2023-11-19T21:44:03.918 INFO:teuthology.orchestra.run.smithi084.stdout: 5 56932 3.11 MB/sec execute 148 sec latency 126.895 ms 2023-11-19T21:44:04.918 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57189 3.14 MB/sec execute 149 sec latency 134.373 ms 2023-11-19T21:44:05.721 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:05 smithi084 ceph-mon[107669]: pgmap v100: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 521 op/s 2023-11-19T21:44:05.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:05 smithi088 ceph-mon[110376]: pgmap v100: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 521 op/s 2023-11-19T21:44:05.918 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57440 3.16 MB/sec execute 150 sec latency 129.820 ms 2023-11-19T21:44:06.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:06.921 INFO:teuthology.orchestra.run.smithi084.stdout: 5 57785 3.16 MB/sec execute 151 sec latency 131.982 ms 2023-11-19T21:44:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:07.778 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:07 smithi084 ceph-mon[107669]: pgmap v101: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-19T21:44:07.921 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58066 3.17 MB/sec execute 152 sec latency 133.882 ms 2023-11-19T21:44:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:07 smithi088 ceph-mon[110376]: pgmap v101: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-19T21:44:08.921 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58400 3.22 MB/sec execute 153 sec latency 146.461 ms 2023-11-19T21:44:09.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:09 smithi084 ceph-mon[107669]: pgmap v102: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-11-19T21:44:09.921 INFO:teuthology.orchestra.run.smithi084.stdout: 5 58807 3.27 MB/sec execute 154 sec latency 126.313 ms 2023-11-19T21:44:10.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:09 smithi088 ceph-mon[110376]: pgmap v102: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-11-19T21:44:10.926 INFO:teuthology.orchestra.run.smithi084.stdout: 5 59298 3.31 MB/sec execute 155 sec latency 126.395 ms 2023-11-19T21:44:11.833 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:11 smithi084 ceph-mon[107669]: pgmap v103: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 420 op/s 2023-11-19T21:44:11.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 59692 3.37 MB/sec execute 156 sec latency 127.209 ms 2023-11-19T21:44:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:11 smithi088 ceph-mon[110376]: pgmap v103: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 420 op/s 2023-11-19T21:44:12.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60194 3.48 MB/sec execute 157 sec latency 130.074 ms 2023-11-19T21:44:13.887 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:13 smithi084 ceph-mon[107669]: pgmap v104: 97 pgs: 97 active+clean; 324 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-19T21:44:13.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60542 3.52 MB/sec execute 158 sec latency 149.635 ms 2023-11-19T21:44:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:13 smithi088 ceph-mon[110376]: pgmap v104: 97 pgs: 97 active+clean; 324 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-19T21:44:14.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 60879 3.57 MB/sec execute 159 sec latency 131.411 ms 2023-11-19T21:44:15.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61175 3.57 MB/sec execute 160 sec latency 136.071 ms 2023-11-19T21:44:15.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:15 smithi084 ceph-mon[107669]: pgmap v105: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.8 MiB/s wr, 447 op/s 2023-11-19T21:44:16.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:15 smithi088 ceph-mon[110376]: pgmap v105: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.8 MiB/s wr, 447 op/s 2023-11-19T21:44:16.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61486 3.57 MB/sec execute 161 sec latency 127.183 ms 2023-11-19T21:44:17.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 61822 3.61 MB/sec execute 162 sec latency 129.089 ms 2023-11-19T21:44:17.968 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:17 smithi084 ceph-mon[107669]: pgmap v106: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-19T21:44:18.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:17 smithi088 ceph-mon[110376]: pgmap v106: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-19T21:44:18.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62182 3.65 MB/sec execute 163 sec latency 136.777 ms 2023-11-19T21:44:19.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62644 3.69 MB/sec execute 164 sec latency 127.000 ms 2023-11-19T21:44:19.998 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:19 smithi084 ceph-mon[107669]: pgmap v107: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-11-19T21:44:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:19 smithi088 ceph-mon[110376]: pgmap v107: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-11-19T21:44:20.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 62994 3.73 MB/sec execute 165 sec latency 126.699 ms 2023-11-19T21:44:21.774 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:21 smithi084 ceph-mon[107669]: pgmap v108: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 401 op/s 2023-11-19T21:44:21.774 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:21.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:21 smithi088 ceph-mon[110376]: pgmap v108: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 401 op/s 2023-11-19T21:44:21.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:21.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 63477 3.80 MB/sec execute 166 sec latency 109.641 ms 2023-11-19T21:44:22.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 63766 3.82 MB/sec execute 167 sec latency 126.720 ms 2023-11-19T21:44:23.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:23 smithi084 ceph-mon[107669]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.5 MiB/s wr, 672 op/s 2023-11-19T21:44:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:23 smithi088 ceph-mon[110376]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.5 MiB/s wr, 672 op/s 2023-11-19T21:44:23.927 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64096 3.88 MB/sec execute 168 sec latency 138.063 ms 2023-11-19T21:44:24.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64392 3.90 MB/sec execute 169 sec latency 120.649 ms 2023-11-19T21:44:25.615 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:25 smithi084 ceph-mon[107669]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 600 op/s 2023-11-19T21:44:25.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:25 smithi088 ceph-mon[110376]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 600 op/s 2023-11-19T21:44:25.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 64683 3.92 MB/sec execute 170 sec latency 130.792 ms 2023-11-19T21:44:26.160 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:44:26.878 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:26 smithi084 ceph-mon[107669]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:26.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:26 smithi088 ceph-mon[110376]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:26.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65025 3.94 MB/sec execute 171 sec latency 111.411 ms 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (9m) 3m ago 9m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (8m) 3m ago 8m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (5m) 3m ago 5m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (5m) 3m ago 5m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:44:27.097 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (10m) 3m ago 10m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (3m) 3m ago 8m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (10m) 3m ago 10m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (8m) 3m ago 8m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (5m) 3m ago 5m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (4m) 3m ago 4m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (8m) 3m ago 8m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (7m) 3m ago 7m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 3m ago 7m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 3m ago 7m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:44:27.098 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (6m) 3m ago 6m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:44:27.099 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (6m) 3m ago 6m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:44:27.099 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (6m) 3m ago 6m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:44:27.099 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (6m) 3m ago 6m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:44:27.099 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:44:27.659 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:44:27.660 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:44:27.669 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:27 smithi084 ceph-mon[107669]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-19T21:44:27.669 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:27 smithi084 ceph-mon[107669]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:27.669 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:27 smithi084 ceph-mon[107669]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:27 smithi088 ceph-mon[110376]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-19T21:44:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:27 smithi088 ceph-mon[110376]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:27 smithi088 ceph-mon[110376]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:27.928 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65274 3.94 MB/sec execute 172 sec latency 129.755 ms 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:44:28.159 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:44:28.160 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:44:28.702 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:28 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/4097343548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:44:28.702 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:28 smithi084 ceph-mon[107669]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 6584.314ms); Slow OSD heartbeats on front (longest 6583.774ms) 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 6584.314ms) 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 6584.314 msec 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.1 [] 6095.411 msec 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 6583.774ms) 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 6583.774 msec 2023-11-19T21:44:28.707 INFO:teuthology.orchestra.run.smithi084.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.1 [] 6095.955 msec 2023-11-19T21:44:28.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:28 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/4097343548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:44:28.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:28 smithi088 ceph-mon[110376]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:28.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 65670 3.99 MB/sec execute 173 sec latency 124.835 ms 2023-11-19T21:44:29.724 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:29 smithi084 ceph-mon[107669]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 633 op/s 2023-11-19T21:44:29.724 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:29 smithi084 ceph-mon[107669]: Health check update: Slow OSD heartbeats on back (longest 6584.314ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-19T21:44:29.724 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:29 smithi084 ceph-mon[107669]: Health check update: Slow OSD heartbeats on front (longest 6583.774ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-19T21:44:29.724 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:29 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/2505586410' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:44:29.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:29 smithi088 ceph-mon[110376]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 633 op/s 2023-11-19T21:44:29.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:29 smithi088 ceph-mon[110376]: Health check update: Slow OSD heartbeats on back (longest 6584.314ms) (OSD_SLOW_PING_TIME_BACK) 2023-11-19T21:44:29.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:29 smithi088 ceph-mon[110376]: Health check update: Slow OSD heartbeats on front (longest 6583.774ms) (OSD_SLOW_PING_TIME_FRONT) 2023-11-19T21:44:29.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:29 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/2505586410' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:44:29.929 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66034 4.01 MB/sec execute 174 sec latency 129.674 ms 2023-11-19T21:44:30.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66405 4.05 MB/sec execute 175 sec latency 130.622 ms 2023-11-19T21:44:31.760 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:31 smithi084 ceph-mon[107669]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 546 op/s 2023-11-19T21:44:31.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:31 smithi088 ceph-mon[110376]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 546 op/s 2023-11-19T21:44:31.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 66766 4.07 MB/sec execute 176 sec latency 120.881 ms 2023-11-19T21:44:32.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 67182 4.13 MB/sec execute 177 sec latency 126.407 ms 2023-11-19T21:44:33.820 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:33 smithi084 ceph-mon[107669]: pgmap v114: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 638 op/s 2023-11-19T21:44:33.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:33 smithi088 ceph-mon[110376]: pgmap v114: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 638 op/s 2023-11-19T21:44:33.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 67634 4.19 MB/sec execute 178 sec latency 139.395 ms 2023-11-19T21:44:34.844 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:34 smithi084 ceph-mon[107669]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 6095.411ms)) 2023-11-19T21:44:34.844 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:34 smithi084 ceph-mon[107669]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 6095.955ms)) 2023-11-19T21:44:34.844 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:34 smithi084 ceph-mon[107669]: Cluster is now healthy 2023-11-19T21:44:34.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 67989 4.22 MB/sec execute 179 sec latency 105.190 ms 2023-11-19T21:44:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:34 smithi088 ceph-mon[110376]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 6095.411ms)) 2023-11-19T21:44:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:34 smithi088 ceph-mon[110376]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 6095.955ms)) 2023-11-19T21:44:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:34 smithi088 ceph-mon[110376]: Cluster is now healthy 2023-11-19T21:44:35.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:35 smithi084 ceph-mon[107669]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.3 MiB/s wr, 439 op/s 2023-11-19T21:44:35.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:35 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:44:35.859 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:35.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 68435 4.24 MB/sec execute 180 sec latency 94.756 ms 2023-11-19T21:44:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:35 smithi088 ceph-mon[110376]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.3 MiB/s wr, 439 op/s 2023-11-19T21:44:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:35 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:44:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:36.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 68740 4.27 MB/sec execute 181 sec latency 231.570 ms 2023-11-19T21:44:37.925 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:37 smithi084 ceph-mon[107669]: pgmap v116: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 456 op/s 2023-11-19T21:44:37.930 INFO:teuthology.orchestra.run.smithi084.stdout: 5 69168 4.31 MB/sec execute 182 sec latency 126.679 ms 2023-11-19T21:44:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:37 smithi088 ceph-mon[110376]: pgmap v116: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 456 op/s 2023-11-19T21:44:38.932 INFO:teuthology.orchestra.run.smithi084.stdout: 5 69673 4.34 MB/sec execute 183 sec latency 108.361 ms 2023-11-19T21:44:39.932 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70081 4.39 MB/sec execute 184 sec latency 102.508 ms 2023-11-19T21:44:39.953 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:39 smithi084 ceph-mon[107669]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 677 op/s 2023-11-19T21:44:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:39 smithi088 ceph-mon[110376]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 677 op/s 2023-11-19T21:44:40.932 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70526 4.44 MB/sec execute 185 sec latency 126.718 ms 2023-11-19T21:44:41.932 INFO:teuthology.orchestra.run.smithi084.stdout: 5 70892 4.47 MB/sec execute 186 sec latency 123.823 ms 2023-11-19T21:44:41.980 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:41 smithi084 ceph-mon[107669]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-19T21:44:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:41 smithi088 ceph-mon[110376]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-19T21:44:42.937 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71129 4.49 MB/sec execute 187 sec latency 210.161 ms 2023-11-19T21:44:43.898 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:43 smithi084 ceph-mon[107669]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.1 MiB/s wr, 537 op/s 2023-11-19T21:44:43.937 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71432 4.52 MB/sec execute 188 sec latency 152.322 ms 2023-11-19T21:44:44.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:43 smithi088 ceph-mon[110376]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.1 MiB/s wr, 537 op/s 2023-11-19T21:44:44.940 INFO:teuthology.orchestra.run.smithi084.stdout: 5 71777 4.53 MB/sec execute 189 sec latency 127.211 ms 2023-11-19T21:44:45.935 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:45 smithi084 ceph-mon[107669]: pgmap v120: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-11-19T21:44:45.943 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72054 4.54 MB/sec execute 190 sec latency 129.463 ms 2023-11-19T21:44:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:45 smithi088 ceph-mon[110376]: pgmap v120: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-11-19T21:44:46.944 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72317 4.55 MB/sec execute 191 sec latency 148.476 ms 2023-11-19T21:44:47.944 INFO:teuthology.orchestra.run.smithi084.stdout: 5 72663 4.57 MB/sec execute 192 sec latency 126.017 ms 2023-11-19T21:44:47.972 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:47 smithi084 ceph-mon[107669]: pgmap v121: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T21:44:48.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:47 smithi088 ceph-mon[110376]: pgmap v121: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T21:44:48.944 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73056 4.58 MB/sec execute 193 sec latency 132.540 ms 2023-11-19T21:44:49.949 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73383 4.61 MB/sec execute 194 sec latency 130.271 ms 2023-11-19T21:44:50.012 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:49 smithi084 ceph-mon[107669]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2023-11-19T21:44:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:49 smithi088 ceph-mon[110376]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2023-11-19T21:44:50.958 INFO:teuthology.orchestra.run.smithi084.stdout: 5 73769 4.65 MB/sec execute 195 sec latency 127.063 ms 2023-11-19T21:44:51.800 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:51 smithi084 ceph-mon[107669]: pgmap v123: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-19T21:44:51.800 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:51 smithi088 ceph-mon[110376]: pgmap v123: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-19T21:44:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:44:51.958 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74197 4.69 MB/sec execute 196 sec latency 120.021 ms 2023-11-19T21:44:52.958 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74471 4.71 MB/sec execute 197 sec latency 129.646 ms 2023-11-19T21:44:53.851 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:53 smithi084 ceph-mon[107669]: pgmap v124: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-11-19T21:44:53.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:53 smithi088 ceph-mon[110376]: pgmap v124: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-11-19T21:44:53.969 INFO:teuthology.orchestra.run.smithi084.stdout: 5 74762 4.71 MB/sec execute 198 sec latency 135.822 ms 2023-11-19T21:44:54.980 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75235 4.76 MB/sec execute 199 sec latency 120.346 ms 2023-11-19T21:44:55.630 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:55 smithi084 ceph-mon[107669]: pgmap v125: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.8 MiB/s wr, 517 op/s 2023-11-19T21:44:55.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:55 smithi088 ceph-mon[110376]: pgmap v125: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.8 MiB/s wr, 517 op/s 2023-11-19T21:44:55.977 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75560 4.79 MB/sec execute 200 sec latency 134.378 ms 2023-11-19T21:44:56.977 INFO:teuthology.orchestra.run.smithi084.stdout: 5 75857 4.80 MB/sec execute 201 sec latency 143.202 ms 2023-11-19T21:44:57.663 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:57 smithi084 ceph-mon[107669]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 487 op/s 2023-11-19T21:44:57.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:57 smithi088 ceph-mon[110376]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 487 op/s 2023-11-19T21:44:57.977 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76145 4.79 MB/sec execute 202 sec latency 148.944 ms 2023-11-19T21:44:58.986 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76455 4.81 MB/sec execute 203 sec latency 132.003 ms 2023-11-19T21:44:59.169 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:44:59.738 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:59 smithi084 ceph-mon[107669]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-19T21:44:59.738 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:44:59 smithi084 ceph-mon[107669]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:59.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:59 smithi088 ceph-mon[110376]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-19T21:44:59.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:44:59 smithi088 ceph-mon[110376]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:44:59.988 INFO:teuthology.orchestra.run.smithi084.stdout: 5 76752 4.84 MB/sec execute 204 sec latency 124.028 ms 2023-11-19T21:45:00.035 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:45:00.035 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:45:00.035 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (9m) 3m ago 9m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:45:00.035 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (9m) 3m ago 9m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:45:00.036 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:45:00.037 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (5m) 3m ago 5m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:45:00.037 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (5m) 3m ago 5m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:45:00.037 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (10m) 3m ago 10m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:45:00.037 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (4m) 3m ago 9m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:45:00.037 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (10m) 3m ago 10m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:45:00.038 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (9m) 3m ago 9m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:45:00.038 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (5m) 3m ago 5m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:45:00.038 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (5m) 3m ago 5m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:45:00.038 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:45:00.038 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (8m) 3m ago 8m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (8m) 3m ago 8m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 3m ago 7m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 3m ago 7m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (7m) 3m ago 7m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:45:00.039 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (7m) 3m ago 7m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:45:00.040 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (6m) 3m ago 6m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:45:00.040 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (6m) 3m ago 6m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:45:00.040 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:45:00.583 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:45:00.584 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:45:00.585 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:45:00.766 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:00 smithi084 ceph-mon[107669]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:00.766 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:00 smithi084 ceph-mon[107669]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:00.767 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:00 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3992394935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:45:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:00 smithi088 ceph-mon[110376]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:00 smithi088 ceph-mon[110376]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:00 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3992394935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:45:00.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77034 4.87 MB/sec execute 205 sec latency 129.602 ms 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:45:01.042 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:45:01.043 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:45:01.629 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:45:01.774 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:01 smithi084 ceph-mon[107669]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-19T21:45:01.775 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:01 smithi084 ceph-mon[107669]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:01.775 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:01 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3925522165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:45:01.988 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77348 4.89 MB/sec execute 206 sec latency 134.170 ms 2023-11-19T21:45:02.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:01 smithi088 ceph-mon[110376]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-19T21:45:02.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:01 smithi088 ceph-mon[110376]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:02.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:01 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3925522165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:45:02.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77719 4.90 MB/sec execute 207 sec latency 126.821 ms 2023-11-19T21:45:03.818 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:03 smithi084 ceph-mon[107669]: pgmap v129: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-11-19T21:45:03.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 77954 4.90 MB/sec execute 208 sec latency 114.757 ms 2023-11-19T21:45:04.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:03 smithi088 ceph-mon[110376]: pgmap v129: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-11-19T21:45:04.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78271 4.93 MB/sec execute 209 sec latency 129.875 ms 2023-11-19T21:45:05.883 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:05 smithi084 ceph-mon[107669]: pgmap v130: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 458 op/s 2023-11-19T21:45:05.883 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:05 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:05.989 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78643 4.95 MB/sec execute 210 sec latency 201.387 ms 2023-11-19T21:45:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:05 smithi088 ceph-mon[110376]: pgmap v130: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 458 op/s 2023-11-19T21:45:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:05 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:06.991 INFO:teuthology.orchestra.run.smithi084.stdout: 5 78944 4.98 MB/sec execute 211 sec latency 135.515 ms 2023-11-19T21:45:07.675 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:07 smithi084 ceph-mon[107669]: pgmap v131: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-11-19T21:45:07.994 INFO:teuthology.orchestra.run.smithi084.stdout: 5 79303 4.99 MB/sec execute 212 sec latency 108.403 ms 2023-11-19T21:45:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:07 smithi088 ceph-mon[110376]: pgmap v131: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-11-19T21:45:09.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 79764 5.00 MB/sec execute 213 sec latency 130.017 ms 2023-11-19T21:45:09.698 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:09 smithi084 ceph-mon[107669]: pgmap v132: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 487 op/s 2023-11-19T21:45:10.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 80116 5.02 MB/sec execute 214 sec latency 103.029 ms 2023-11-19T21:45:10.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:09 smithi088 ceph-mon[110376]: pgmap v132: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 487 op/s 2023-11-19T21:45:11.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 80574 5.08 MB/sec execute 215 sec latency 129.730 ms 2023-11-19T21:45:11.751 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:11 smithi084 ceph-mon[107669]: pgmap v133: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 331 op/s 2023-11-19T21:45:12.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 80936 5.12 MB/sec execute 216 sec latency 144.597 ms 2023-11-19T21:45:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:11 smithi088 ceph-mon[110376]: pgmap v133: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 331 op/s 2023-11-19T21:45:13.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81231 5.12 MB/sec execute 217 sec latency 108.678 ms 2023-11-19T21:45:13.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:13 smithi084 ceph-mon[107669]: pgmap v134: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-11-19T21:45:14.003 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81557 5.12 MB/sec execute 218 sec latency 129.749 ms 2023-11-19T21:45:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:13 smithi088 ceph-mon[110376]: pgmap v134: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-11-19T21:45:15.011 INFO:teuthology.orchestra.run.smithi084.stdout: 5 81833 5.12 MB/sec execute 219 sec latency 206.995 ms 2023-11-19T21:45:15.875 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:15 smithi084 ceph-mon[107669]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-19T21:45:16.011 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82154 5.15 MB/sec execute 220 sec latency 146.303 ms 2023-11-19T21:45:16.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:15 smithi088 ceph-mon[110376]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-19T21:45:17.011 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82503 5.19 MB/sec execute 221 sec latency 210.468 ms 2023-11-19T21:45:17.897 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:17 smithi084 ceph-mon[107669]: pgmap v136: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-19T21:45:18.017 INFO:teuthology.orchestra.run.smithi084.stdout: 5 82907 5.19 MB/sec execute 222 sec latency 111.444 ms 2023-11-19T21:45:18.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:17 smithi088 ceph-mon[110376]: pgmap v136: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-19T21:45:19.019 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83292 5.21 MB/sec execute 223 sec latency 129.468 ms 2023-11-19T21:45:19.946 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:19 smithi084 ceph-mon[107669]: pgmap v137: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-11-19T21:45:20.027 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83584 5.22 MB/sec execute 224 sec latency 126.181 ms 2023-11-19T21:45:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:19 smithi088 ceph-mon[110376]: pgmap v137: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-11-19T21:45:21.027 INFO:teuthology.orchestra.run.smithi084.stdout: 5 83980 5.27 MB/sec execute 225 sec latency 98.622 ms 2023-11-19T21:45:21.731 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:21 smithi084 ceph-mon[107669]: pgmap v138: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 473 op/s 2023-11-19T21:45:21.731 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:21.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:21 smithi088 ceph-mon[110376]: pgmap v138: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 473 op/s 2023-11-19T21:45:21.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:22.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84369 5.29 MB/sec execute 226 sec latency 134.207 ms 2023-11-19T21:45:23.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84680 5.30 MB/sec execute 227 sec latency 129.911 ms 2023-11-19T21:45:23.808 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:23 smithi084 ceph-mon[107669]: pgmap v139: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 653 op/s 2023-11-19T21:45:23.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:23 smithi088 ceph-mon[110376]: pgmap v139: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 653 op/s 2023-11-19T21:45:24.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 84964 5.32 MB/sec execute 228 sec latency 142.937 ms 2023-11-19T21:45:25.035 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85324 5.33 MB/sec execute 229 sec latency 132.720 ms 2023-11-19T21:45:25.850 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:25 smithi084 ceph-mon[107669]: pgmap v140: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 441 op/s 2023-11-19T21:45:25.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:25 smithi088 ceph-mon[110376]: pgmap v140: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 441 op/s 2023-11-19T21:45:26.037 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85668 5.34 MB/sec execute 230 sec latency 130.166 ms 2023-11-19T21:45:27.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 85988 5.36 MB/sec execute 231 sec latency 149.559 ms 2023-11-19T21:45:27.665 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:27 smithi084 ceph-mon[107669]: pgmap v141: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-19T21:45:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:27 smithi088 ceph-mon[110376]: pgmap v141: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-19T21:45:28.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 86409 5.37 MB/sec execute 232 sec latency 123.956 ms 2023-11-19T21:45:29.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 86754 5.38 MB/sec execute 233 sec latency 128.305 ms 2023-11-19T21:45:29.711 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:29 smithi084 ceph-mon[107669]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 605 op/s 2023-11-19T21:45:29.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:29 smithi088 ceph-mon[110376]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 605 op/s 2023-11-19T21:45:30.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87106 5.39 MB/sec execute 234 sec latency 108.233 ms 2023-11-19T21:45:31.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87468 5.43 MB/sec execute 235 sec latency 129.750 ms 2023-11-19T21:45:31.765 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:31 smithi084 ceph-mon[107669]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-19T21:45:31.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:31 smithi088 ceph-mon[110376]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-19T21:45:32.047 INFO:teuthology.orchestra.run.smithi084.stdout: 5 87834 5.45 MB/sec execute 236 sec latency 201.229 ms 2023-11-19T21:45:32.090 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:45:32.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:32 smithi084 ceph-mon[107669]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (10m) 4m ago 10m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (9m) 4m ago 9m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (6m) 4m ago 6m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:45:32.902 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (6m) 4m ago 6m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (11m) 4m ago 11m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (4m) 4m ago 9m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (11m) 4m ago 11m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (9m) 4m ago 9m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (6m) 4m ago 6m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (6m) 4m ago 6m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (9m) 4m ago 9m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (8m) 4m ago 8m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (8m) 4m ago 8m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (8m) 4m ago 8m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:45:32.903 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (7m) 4m ago 7m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:45:32.904 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (7m) 4m ago 7m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:45:32.904 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (7m) 4m ago 7m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:45:32.904 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (7m) 4m ago 7m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:45:32.904 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:45:32.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:32 smithi088 ceph-mon[110376]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:33.048 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88066 5.46 MB/sec execute 237 sec latency 148.095 ms 2023-11-19T21:45:33.428 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:45:33.428 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:45:33.428 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:45:33.428 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:33.428 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:45:33.429 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:45:33.430 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:45:33.831 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:33 smithi084 ceph-mon[107669]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-11-19T21:45:33.831 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:33 smithi084 ceph-mon[107669]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:33.831 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:33 smithi084 ceph-mon[107669]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:33.831 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:33 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1495825218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:45:33.897 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:45:33.897 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:45:33.897 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:45:33.897 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:45:33.898 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:45:33.898 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:45:33.898 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:45:33.898 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:45:33.898 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:45:33.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:33 smithi088 ceph-mon[110376]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-11-19T21:45:33.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:33 smithi088 ceph-mon[110376]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:33.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:33 smithi088 ceph-mon[110376]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:33.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:33 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1495825218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:45:34.052 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88342 5.47 MB/sec execute 238 sec latency 126.483 ms 2023-11-19T21:45:34.431 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:45:34.861 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:34 smithi084 ceph-mon[107669]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:34.861 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:34 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1219427902' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:45:35.052 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88591 5.47 MB/sec execute 239 sec latency 126.826 ms 2023-11-19T21:45:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:34 smithi088 ceph-mon[110376]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:45:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:34 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1219427902' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:45:35.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:35 smithi084 ceph-mon[107669]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 445 op/s 2023-11-19T21:45:35.704 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:36.053 INFO:teuthology.orchestra.run.smithi084.stdout: 5 88948 5.48 MB/sec execute 240 sec latency 130.038 ms 2023-11-19T21:45:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:35 smithi088 ceph-mon[110376]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 445 op/s 2023-11-19T21:45:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:37.053 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89257 5.49 MB/sec execute 241 sec latency 126.818 ms 2023-11-19T21:45:37.855 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:37 smithi084 ceph-mon[107669]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-19T21:45:38.053 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89542 5.50 MB/sec execute 242 sec latency 129.684 ms 2023-11-19T21:45:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:37 smithi088 ceph-mon[110376]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-19T21:45:39.056 INFO:teuthology.orchestra.run.smithi084.stdout: 5 89821 5.51 MB/sec execute 243 sec latency 124.081 ms 2023-11-19T21:45:39.882 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:39 smithi084 ceph-mon[107669]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2023-11-19T21:45:40.056 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90145 5.53 MB/sec execute 244 sec latency 130.592 ms 2023-11-19T21:45:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:39 smithi088 ceph-mon[110376]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2023-11-19T21:45:41.056 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90389 5.53 MB/sec execute 245 sec latency 129.854 ms 2023-11-19T21:45:41.723 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:41 smithi084 ceph-mon[107669]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-19T21:45:42.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90613 5.53 MB/sec execute 246 sec latency 143.345 ms 2023-11-19T21:45:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:41 smithi088 ceph-mon[110376]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-19T21:45:43.056 INFO:teuthology.orchestra.run.smithi084.stdout: 5 90905 5.54 MB/sec execute 247 sec latency 146.052 ms 2023-11-19T21:45:43.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:43 smithi084 ceph-mon[107669]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-11-19T21:45:44.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91187 5.55 MB/sec execute 248 sec latency 126.487 ms 2023-11-19T21:45:44.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:43 smithi088 ceph-mon[110376]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-11-19T21:45:45.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91511 5.58 MB/sec execute 249 sec latency 146.157 ms 2023-11-19T21:45:45.844 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:45 smithi084 ceph-mon[107669]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 366 op/s 2023-11-19T21:45:46.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 91793 5.59 MB/sec execute 250 sec latency 131.730 ms 2023-11-19T21:45:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:45 smithi088 ceph-mon[110376]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 366 op/s 2023-11-19T21:45:47.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92101 5.59 MB/sec execute 251 sec latency 126.780 ms 2023-11-19T21:45:47.894 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:47 smithi084 ceph-mon[107669]: pgmap v151: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-19T21:45:48.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92483 5.58 MB/sec execute 252 sec latency 90.479 ms 2023-11-19T21:45:48.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:47 smithi088 ceph-mon[110376]: pgmap v151: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-19T21:45:49.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 92754 5.58 MB/sec execute 253 sec latency 131.924 ms 2023-11-19T21:45:49.936 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:49 smithi084 ceph-mon[107669]: pgmap v152: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-11-19T21:45:50.057 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93053 5.61 MB/sec execute 254 sec latency 210.932 ms 2023-11-19T21:45:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:49 smithi088 ceph-mon[110376]: pgmap v152: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-11-19T21:45:51.067 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93410 5.63 MB/sec execute 255 sec latency 131.091 ms 2023-11-19T21:45:51.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:51 smithi084 ceph-mon[107669]: pgmap v153: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T21:45:51.708 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:51 smithi088 ceph-mon[110376]: pgmap v153: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T21:45:51.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:45:52.067 INFO:teuthology.orchestra.run.smithi084.stdout: 5 93777 5.65 MB/sec execute 256 sec latency 127.114 ms 2023-11-19T21:45:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94069 5.66 MB/sec execute 257 sec latency 210.718 ms 2023-11-19T21:45:53.745 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:53 smithi084 ceph-mon[107669]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-19T21:45:53.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:53 smithi088 ceph-mon[110376]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-19T21:45:54.081 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94295 5.67 MB/sec execute 258 sec latency 138.785 ms 2023-11-19T21:45:55.085 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94592 5.68 MB/sec execute 259 sec latency 117.829 ms 2023-11-19T21:45:55.785 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:55 smithi084 ceph-mon[107669]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 404 op/s 2023-11-19T21:45:55.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:55 smithi088 ceph-mon[110376]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 404 op/s 2023-11-19T21:45:56.085 INFO:teuthology.orchestra.run.smithi084.stdout: 5 94882 5.69 MB/sec execute 260 sec latency 127.144 ms 2023-11-19T21:45:57.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95171 5.70 MB/sec execute 261 sec latency 125.328 ms 2023-11-19T21:45:57.825 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:57 smithi084 ceph-mon[107669]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-19T21:45:57.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:57 smithi088 ceph-mon[110376]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-19T21:45:58.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95436 5.70 MB/sec execute 262 sec latency 143.758 ms 2023-11-19T21:45:59.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95719 5.70 MB/sec execute 263 sec latency 130.169 ms 2023-11-19T21:45:59.857 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:45:59 smithi084 ceph-mon[107669]: pgmap v157: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-19T21:46:00.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 95967 5.69 MB/sec execute 264 sec latency 128.707 ms 2023-11-19T21:46:00.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:45:59 smithi088 ceph-mon[110376]: pgmap v157: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-19T21:46:01.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96247 5.70 MB/sec execute 265 sec latency 133.795 ms 2023-11-19T21:46:01.922 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:01 smithi084 ceph-mon[107669]: pgmap v158: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-19T21:46:02.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96528 5.70 MB/sec execute 266 sec latency 127.031 ms 2023-11-19T21:46:02.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:01 smithi088 ceph-mon[110376]: pgmap v158: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-19T21:46:03.086 INFO:teuthology.orchestra.run.smithi084.stdout: 5 96805 5.72 MB/sec execute 267 sec latency 142.880 ms 2023-11-19T21:46:03.719 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:03 smithi084 ceph-mon[107669]: pgmap v159: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-19T21:46:04.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97052 5.72 MB/sec execute 268 sec latency 212.924 ms 2023-11-19T21:46:04.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:03 smithi088 ceph-mon[110376]: pgmap v159: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-19T21:46:04.862 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:46:05.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97282 5.72 MB/sec execute 269 sec latency 131.990 ms 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (10m) 4m ago 10m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (10m) 4m ago 10m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (6m) 4m ago 6m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (6m) 4m ago 6m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (11m) 4m ago 11m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:46:05.723 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (5m) 4m ago 10m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (11m) 4m ago 11m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (10m) 4m ago 10m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (6m) 4m ago 6m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (6m) 4m ago 6m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (9m) 4m ago 9m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (9m) 4m ago 9m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (9m) 4m ago 9m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (8m) 4m ago 8m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (8m) 4m ago 8m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (8m) 4m ago 8m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:46:05.724 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (7m) 4m ago 7m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:46:05.725 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (7m) 4m ago 7m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:46:05.725 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:46:05.742 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:05 smithi084 ceph-mon[107669]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 441 op/s 2023-11-19T21:46:05.742 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:05 smithi084 ceph-mon[107669]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:05.742 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:05 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:06.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97550 5.72 MB/sec execute 270 sec latency 131.405 ms 2023-11-19T21:46:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:05 smithi088 ceph-mon[110376]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 441 op/s 2023-11-19T21:46:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:05 smithi088 ceph-mon[110376]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:05 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:06.226 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:46:06.226 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:46:06.226 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:46:06.227 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:46:06.228 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:46:06.228 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:46:06.228 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:46:06.679 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:46:06.679 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:46:06.680 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:46:06.762 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:06 smithi084 ceph-mon[107669]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:06.762 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:06 smithi084 ceph-mon[107669]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:06.762 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:06 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3135949126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:46:07.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 97849 5.74 MB/sec execute 271 sec latency 137.437 ms 2023-11-19T21:46:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:06 smithi088 ceph-mon[110376]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:07.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:06 smithi088 ceph-mon[110376]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:07.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:06 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3135949126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:46:07.228 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:46:07.780 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:07 smithi084 ceph-mon[107669]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-19T21:46:07.781 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:07 smithi084 ceph-mon[107669]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:07.781 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:07 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3432004417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:46:08.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98109 5.75 MB/sec execute 272 sec latency 130.096 ms 2023-11-19T21:46:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:07 smithi088 ceph-mon[110376]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-19T21:46:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:07 smithi088 ceph-mon[110376]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:07 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3432004417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:46:09.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98383 5.77 MB/sec execute 273 sec latency 131.786 ms 2023-11-19T21:46:09.817 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:09 smithi084 ceph-mon[107669]: pgmap v162: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-11-19T21:46:10.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 98676 5.77 MB/sec execute 274 sec latency 126.383 ms 2023-11-19T21:46:10.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:09 smithi088 ceph-mon[110376]: pgmap v162: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-11-19T21:46:11.090 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99054 5.78 MB/sec execute 275 sec latency 122.267 ms 2023-11-19T21:46:11.879 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:11 smithi084 ceph-mon[107669]: pgmap v163: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-11-19T21:46:12.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99329 5.77 MB/sec execute 276 sec latency 133.857 ms 2023-11-19T21:46:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:11 smithi088 ceph-mon[110376]: pgmap v163: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-11-19T21:46:13.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 99672 5.79 MB/sec execute 277 sec latency 128.542 ms 2023-11-19T21:46:13.902 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:13 smithi084 ceph-mon[107669]: pgmap v164: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.2 MiB/s wr, 441 op/s 2023-11-19T21:46:14.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100038 5.81 MB/sec execute 278 sec latency 125.410 ms 2023-11-19T21:46:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:13 smithi088 ceph-mon[110376]: pgmap v164: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.2 MiB/s wr, 441 op/s 2023-11-19T21:46:15.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100340 5.82 MB/sec execute 279 sec latency 121.178 ms 2023-11-19T21:46:15.961 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:15 smithi084 ceph-mon[107669]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-19T21:46:16.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100652 5.83 MB/sec execute 280 sec latency 117.812 ms 2023-11-19T21:46:16.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:15 smithi088 ceph-mon[110376]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-19T21:46:17.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 100951 5.84 MB/sec execute 281 sec latency 131.071 ms 2023-11-19T21:46:18.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:17 smithi084 ceph-mon[107669]: pgmap v166: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 424 op/s 2023-11-19T21:46:18.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101203 5.84 MB/sec execute 282 sec latency 129.937 ms 2023-11-19T21:46:18.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:17 smithi088 ceph-mon[110376]: pgmap v166: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 424 op/s 2023-11-19T21:46:19.091 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101480 5.85 MB/sec execute 283 sec latency 137.454 ms 2023-11-19T21:46:19.827 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:19 smithi084 ceph-mon[107669]: pgmap v167: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 482 op/s 2023-11-19T21:46:20.098 INFO:teuthology.orchestra.run.smithi084.stdout: 5 101702 5.84 MB/sec execute 284 sec latency 134.718 ms 2023-11-19T21:46:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:19 smithi088 ceph-mon[110376]: pgmap v167: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 482 op/s 2023-11-19T21:46:21.104 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102061 5.87 MB/sec execute 285 sec latency 182.158 ms 2023-11-19T21:46:21.851 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:21 smithi084 ceph-mon[107669]: pgmap v168: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 337 op/s 2023-11-19T21:46:21.851 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:21 smithi088 ceph-mon[110376]: pgmap v168: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 337 op/s 2023-11-19T21:46:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:22.104 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102410 5.88 MB/sec execute 286 sec latency 130.242 ms 2023-11-19T21:46:23.104 INFO:teuthology.orchestra.run.smithi084.stdout: 5 102787 5.89 MB/sec execute 287 sec latency 129.912 ms 2023-11-19T21:46:23.643 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:23 smithi084 ceph-mon[107669]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-19T21:46:23.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:23 smithi088 ceph-mon[110376]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-19T21:46:24.113 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103116 5.87 MB/sec execute 288 sec latency 126.441 ms 2023-11-19T21:46:25.113 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103368 5.88 MB/sec execute 289 sec latency 123.678 ms 2023-11-19T21:46:25.696 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:25 smithi084 ceph-mon[107669]: pgmap v170: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T21:46:25.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:25 smithi088 ceph-mon[110376]: pgmap v170: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T21:46:26.113 INFO:teuthology.orchestra.run.smithi084.stdout: 5 103640 5.89 MB/sec execute 290 sec latency 201.527 ms 2023-11-19T21:46:27.113 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104113 5.93 MB/sec execute 291 sec latency 126.857 ms 2023-11-19T21:46:27.755 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:27 smithi084 ceph-mon[107669]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-19T21:46:28.114 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104580 5.95 MB/sec execute 292 sec latency 129.814 ms 2023-11-19T21:46:28.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:27 smithi088 ceph-mon[110376]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-19T21:46:29.114 INFO:teuthology.orchestra.run.smithi084.stdout: 5 104816 5.95 MB/sec execute 293 sec latency 148.494 ms 2023-11-19T21:46:29.795 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:29 smithi084 ceph-mon[107669]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 490 op/s 2023-11-19T21:46:30.114 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105180 5.97 MB/sec execute 294 sec latency 145.299 ms 2023-11-19T21:46:30.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:29 smithi088 ceph-mon[110376]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 490 op/s 2023-11-19T21:46:31.113 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105449 5.97 MB/sec execute 295 sec latency 127.632 ms 2023-11-19T21:46:31.873 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:31 smithi084 ceph-mon[107669]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 425 op/s 2023-11-19T21:46:32.114 INFO:teuthology.orchestra.run.smithi084.stdout: 5 105761 5.99 MB/sec execute 296 sec latency 126.675 ms 2023-11-19T21:46:32.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:31 smithi088 ceph-mon[110376]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 425 op/s 2023-11-19T21:46:33.121 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106009 5.99 MB/sec execute 297 sec latency 128.950 ms 2023-11-19T21:46:33.927 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:33 smithi084 ceph-mon[107669]: pgmap v174: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-11-19T21:46:34.121 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106303 5.99 MB/sec execute 298 sec latency 126.687 ms 2023-11-19T21:46:34.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:33 smithi088 ceph-mon[110376]: pgmap v174: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-11-19T21:46:35.121 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106658 5.98 MB/sec execute 299 sec latency 123.541 ms 2023-11-19T21:46:35.759 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:35 smithi084 ceph-mon[107669]: pgmap v175: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T21:46:35.759 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:36.121 INFO:teuthology.orchestra.run.smithi084.stdout: 5 106877 5.97 MB/sec execute 300 sec latency 150.439 ms 2023-11-19T21:46:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:35 smithi088 ceph-mon[110376]: pgmap v175: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T21:46:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:37.121 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107128 5.99 MB/sec execute 301 sec latency 138.559 ms 2023-11-19T21:46:37.712 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:46:37.794 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:37 smithi084 ceph-mon[107669]: pgmap v176: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-19T21:46:38.126 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107420 6.00 MB/sec execute 302 sec latency 139.337 ms 2023-11-19T21:46:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:37 smithi088 ceph-mon[110376]: pgmap v176: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-19T21:46:38.645 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:46:38.645 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (11m) 5m ago 11m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (10m) 5m ago 10m 7184k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (7m) 5m ago 7m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (7m) 5m ago 7m 13.7M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (12m) 5m ago 12m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (5m) 5m ago 10m 495M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (12m) 5m ago 12m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (10m) 5m ago 10m 59.4M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (7m) 5m ago 7m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:46:38.646 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (7m) 5m ago 7m 78.6M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (10m) 5m ago 10m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (9m) 5m ago 9m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (9m) 5m ago 9m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (9m) 5m ago 9m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (9m) 5m ago 9m 477M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (8m) 5m ago 8m 518M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (8m) 5m ago 8m 494M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (8m) 5m ago 8m 810M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:46:38.647 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:46:38.820 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:38 smithi084 ceph-mon[107669]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:38.820 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:38 smithi084 ceph-mon[107669]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:39.135 INFO:teuthology.orchestra.run.smithi084.stdout: 5 107703 6.02 MB/sec execute 303 sec latency 129.731 ms 2023-11-19T21:46:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:38 smithi088 ceph-mon[110376]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:38 smithi088 ceph-mon[110376]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:39.203 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:46:39.204 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:46:39.205 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:46:39.205 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:46:39.205 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:46:39.205 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:46:39.205 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:46:39.693 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T21:46:39.694 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2023-11-19T21:46:39.694 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:46:39.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:39 smithi084 ceph-mon[107669]: pgmap v177: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 568 op/s 2023-11-19T21:46:39.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:39 smithi084 ceph-mon[107669]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:39.893 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:39 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3354302582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:46:40.135 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108055 6.03 MB/sec execute 304 sec latency 130.491 ms 2023-11-19T21:46:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:39 smithi088 ceph-mon[110376]: pgmap v177: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 568 op/s 2023-11-19T21:46:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:39 smithi088 ceph-mon[110376]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:39 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3354302582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:46:40.267 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_OK 2023-11-19T21:46:40.916 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:40 smithi084 ceph-mon[107669]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:40.917 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:40 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1461353986' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:46:41.139 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108259 6.02 MB/sec execute 305 sec latency 221.951 ms 2023-11-19T21:46:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:40 smithi088 ceph-mon[110376]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:46:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:40 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1461353986' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:46:41.938 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:41 smithi084 ceph-mon[107669]: pgmap v178: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-11-19T21:46:42.147 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108519 6.02 MB/sec execute 306 sec latency 126.445 ms 2023-11-19T21:46:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:41 smithi088 ceph-mon[110376]: pgmap v178: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-11-19T21:46:43.147 INFO:teuthology.orchestra.run.smithi084.stdout: 5 108805 6.03 MB/sec execute 307 sec latency 126.368 ms 2023-11-19T21:46:43.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:43 smithi088 ceph-mon[110376]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-19T21:46:43.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:43 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:43.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:43 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:46:43.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:43 smithi084 ceph-mon[107669]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-19T21:46:43.748 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:43 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:43.749 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:43 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:46:44.147 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109019 6.03 MB/sec execute 308 sec latency 110.895 ms 2023-11-19T21:46:45.024 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:44 smithi084 ceph-mon[107669]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:46:45.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:44 smithi084 ceph-mon[107669]: pgmap v180: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-19T21:46:45.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:44 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:45.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:44 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:45.025 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:44 smithi084 ceph-mon[107669]: Health check failed: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-19T21:46:45.147 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109303 6.04 MB/sec execute 309 sec latency 129.381 ms 2023-11-19T21:46:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:44 smithi088 ceph-mon[110376]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:46:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:44 smithi088 ceph-mon[110376]: pgmap v180: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-19T21:46:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:44 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:44 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:44 smithi088 ceph-mon[110376]: Health check failed: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-19T21:46:46.151 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109579 6.05 MB/sec execute 310 sec latency 146.994 ms 2023-11-19T21:46:47.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 109846 6.04 MB/sec execute 311 sec latency 123.963 ms 2023-11-19T21:46:47.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:47 smithi084 ceph-mon[107669]: pgmap v181: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-11-19T21:46:47.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:47 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:47.331 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:47 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:47.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:47 smithi088 ceph-mon[110376]: pgmap v181: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-11-19T21:46:47.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:47 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:47.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:47 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:48.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110138 6.03 MB/sec execute 312 sec latency 123.646 ms 2023-11-19T21:46:49.115 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:49 smithi084 ceph-mon[107669]: pgmap v182: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-11-19T21:46:49.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110428 6.04 MB/sec execute 313 sec latency 126.980 ms 2023-11-19T21:46:49.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:49 smithi088 ceph-mon[110376]: pgmap v182: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-11-19T21:46:50.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 110680 6.04 MB/sec execute 314 sec latency 127.091 ms 2023-11-19T21:46:51.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111029 6.06 MB/sec execute 315 sec latency 126.607 ms 2023-11-19T21:46:51.157 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:51 smithi084 ceph-mon[107669]: pgmap v183: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T21:46:51.157 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:51 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:51.157 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:51 smithi088 ceph-mon[110376]: pgmap v183: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T21:46:51.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:51 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:46:51.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:46:52.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111385 6.08 MB/sec execute 316 sec latency 145.396 ms 2023-11-19T21:46:53.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111708 6.08 MB/sec execute 317 sec latency 126.375 ms 2023-11-19T21:46:53.208 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:53 smithi084 ceph-mon[107669]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:46:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:53 smithi088 ceph-mon[110376]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:46:54.152 INFO:teuthology.orchestra.run.smithi084.stdout: 5 111975 6.09 MB/sec execute 318 sec latency 135.238 ms 2023-11-19T21:46:55.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112308 6.11 MB/sec execute 319 sec latency 129.440 ms 2023-11-19T21:46:55.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:55 smithi084 ceph-mon[107669]: pgmap v185: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.4 MiB/s wr, 395 op/s 2023-11-19T21:46:55.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:55 smithi088 ceph-mon[110376]: pgmap v185: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.4 MiB/s wr, 395 op/s 2023-11-19T21:46:56.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112649 6.12 MB/sec execute 320 sec latency 109.562 ms 2023-11-19T21:46:57.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 112946 6.13 MB/sec execute 321 sec latency 146.844 ms 2023-11-19T21:46:57.308 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:57 smithi084 ceph-mon[107669]: pgmap v186: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-19T21:46:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:57 smithi088 ceph-mon[110376]: pgmap v186: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-19T21:46:58.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113169 6.12 MB/sec execute 322 sec latency 136.963 ms 2023-11-19T21:46:59.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113490 6.12 MB/sec execute 323 sec latency 126.670 ms 2023-11-19T21:46:59.364 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:46:59 smithi084 ceph-mon[107669]: pgmap v187: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-11-19T21:46:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:46:59 smithi088 ceph-mon[110376]: pgmap v187: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-11-19T21:47:00.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 113849 6.12 MB/sec execute 324 sec latency 133.884 ms 2023-11-19T21:47:01.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114119 6.12 MB/sec execute 325 sec latency 201.479 ms 2023-11-19T21:47:01.420 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:01 smithi084 ceph-mon[107669]: pgmap v188: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 343 op/s 2023-11-19T21:47:01.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:01 smithi088 ceph-mon[110376]: pgmap v188: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 343 op/s 2023-11-19T21:47:02.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114447 6.14 MB/sec execute 326 sec latency 132.160 ms 2023-11-19T21:47:03.154 INFO:teuthology.orchestra.run.smithi084.stdout: 5 114801 6.16 MB/sec execute 327 sec latency 123.393 ms 2023-11-19T21:47:03.232 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:03 smithi084 ceph-mon[107669]: pgmap v189: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-11-19T21:47:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:03 smithi088 ceph-mon[110376]: pgmap v189: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-11-19T21:47:04.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115163 6.16 MB/sec execute 328 sec latency 146.124 ms 2023-11-19T21:47:05.153 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115442 6.17 MB/sec execute 329 sec latency 123.789 ms 2023-11-19T21:47:05.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:05 smithi084 ceph-mon[107669]: pgmap v190: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-19T21:47:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:05 smithi088 ceph-mon[110376]: pgmap v190: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-19T21:47:06.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 115769 6.18 MB/sec execute 330 sec latency 141.453 ms 2023-11-19T21:47:06.299 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:07.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116091 6.19 MB/sec execute 331 sec latency 126.795 ms 2023-11-19T21:47:07.320 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:07 smithi084 ceph-mon[107669]: pgmap v191: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-11-19T21:47:07.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:07 smithi088 ceph-mon[110376]: pgmap v191: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-11-19T21:47:08.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116429 6.21 MB/sec execute 332 sec latency 88.426 ms 2023-11-19T21:47:09.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 116722 6.20 MB/sec execute 333 sec latency 164.558 ms 2023-11-19T21:47:09.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:09 smithi084 ceph-mon[107669]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-11-19T21:47:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:09 smithi088 ceph-mon[110376]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-11-19T21:47:10.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117040 6.20 MB/sec execute 334 sec latency 123.918 ms 2023-11-19T21:47:10.724 INFO:teuthology.orchestra.run.smithi084.stdout:true 2023-11-19T21:47:11.137 INFO:teuthology.orchestra.run.smithi084.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed." 2023-11-19T21:47:11.156 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117319 6.20 MB/sec execute 335 sec latency 149.337 ms 2023-11-19T21:47:11.407 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:11 smithi084 ceph-mon[107669]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:47:11.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:11 smithi088 ceph-mon[110376]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:47:12.157 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117581 6.21 MB/sec execute 336 sec latency 123.711 ms 2023-11-19T21:47:12.456 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:12 smithi084 ceph-mon[107669]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:47:12.457 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:12 smithi084 ceph-mon[107669]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:47:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:12 smithi088 ceph-mon[110376]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:47:12.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:12 smithi088 ceph-mon[110376]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:47:13.159 INFO:teuthology.orchestra.run.smithi084.stdout: 5 117948 6.22 MB/sec execute 337 sec latency 123.562 ms 2023-11-19T21:47:13.494 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:13 smithi084 ceph-mon[107669]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 442 op/s 2023-11-19T21:47:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:13 smithi088 ceph-mon[110376]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 442 op/s 2023-11-19T21:47:14.159 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118258 6.22 MB/sec execute 338 sec latency 130.517 ms 2023-11-19T21:47:15.169 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118494 6.23 MB/sec execute 339 sec latency 136.035 ms 2023-11-19T21:47:15.350 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:15 smithi084 ceph-mon[107669]: pgmap v195: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-11-19T21:47:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:15 smithi088 ceph-mon[110376]: pgmap v195: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-11-19T21:47:16.176 INFO:teuthology.orchestra.run.smithi084.stdout: 5 118713 6.22 MB/sec execute 340 sec latency 126.627 ms 2023-11-19T21:47:17.176 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119072 6.24 MB/sec execute 341 sec latency 131.295 ms 2023-11-19T21:47:17.394 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:17 smithi084 ceph-mon[107669]: pgmap v196: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-19T21:47:17.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:17 smithi088 ceph-mon[110376]: pgmap v196: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-19T21:47:18.176 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119405 6.25 MB/sec execute 342 sec latency 146.080 ms 2023-11-19T21:47:19.176 INFO:teuthology.orchestra.run.smithi084.stdout: 5 119685 6.26 MB/sec execute 343 sec latency 131.927 ms 2023-11-19T21:47:19.454 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:19 smithi084 ceph-mon[107669]: pgmap v197: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-11-19T21:47:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:19 smithi088 ceph-mon[110376]: pgmap v197: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-11-19T21:47:20.185 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120003 6.28 MB/sec execute 344 sec latency 136.065 ms 2023-11-19T21:47:20.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:20 smithi084 ceph-mon[107669]: pgmap v198: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 411 op/s 2023-11-19T21:47:20.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:20 smithi088 ceph-mon[110376]: pgmap v198: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 411 op/s 2023-11-19T21:47:21.184 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120402 6.27 MB/sec execute 345 sec latency 123.898 ms 2023-11-19T21:47:21.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:22.184 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120644 6.26 MB/sec execute 346 sec latency 133.681 ms 2023-11-19T21:47:22.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:22 smithi084 ceph-mon[107669]: pgmap v199: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-11-19T21:47:22.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:22 smithi088 ceph-mon[110376]: pgmap v199: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-11-19T21:47:23.184 INFO:teuthology.orchestra.run.smithi084.stdout: 5 120940 6.27 MB/sec execute 347 sec latency 129.401 ms 2023-11-19T21:47:24.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121287 6.29 MB/sec execute 348 sec latency 144.963 ms 2023-11-19T21:47:24.623 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:24 smithi084 ceph-mon[107669]: pgmap v200: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T21:47:24.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:24 smithi088 ceph-mon[110376]: pgmap v200: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T21:47:25.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121609 6.29 MB/sec execute 349 sec latency 130.033 ms 2023-11-19T21:47:26.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 121934 6.30 MB/sec execute 350 sec latency 132.442 ms 2023-11-19T21:47:26.926 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:26 smithi084 ceph-mon[107669]: pgmap v201: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-19T21:47:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:26 smithi088 ceph-mon[110376]: pgmap v201: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-19T21:47:27.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122100 6.29 MB/sec execute 351 sec latency 129.495 ms 2023-11-19T21:47:28.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122401 6.30 MB/sec execute 352 sec latency 130.992 ms 2023-11-19T21:47:28.743 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:28 smithi084 ceph-mon[107669]: pgmap v202: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-11-19T21:47:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:28 smithi088 ceph-mon[110376]: pgmap v202: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-11-19T21:47:29.187 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122631 6.29 MB/sec execute 353 sec latency 213.208 ms 2023-11-19T21:47:30.197 INFO:teuthology.orchestra.run.smithi084.stdout: 5 122861 6.29 MB/sec execute 354 sec latency 146.300 ms 2023-11-19T21:47:30.774 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:30 smithi084 ceph-mon[107669]: pgmap v203: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-11-19T21:47:31.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:30 smithi088 ceph-mon[110376]: pgmap v203: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-11-19T21:47:31.200 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123134 6.31 MB/sec execute 355 sec latency 129.871 ms 2023-11-19T21:47:32.200 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123361 6.32 MB/sec execute 356 sec latency 269.477 ms 2023-11-19T21:47:32.945 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:32 smithi084 ceph-mon[107669]: pgmap v204: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-19T21:47:33.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:32 smithi088 ceph-mon[110376]: pgmap v204: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-11-19T21:47:33.204 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123660 6.32 MB/sec execute 357 sec latency 129.618 ms 2023-11-19T21:47:34.214 INFO:teuthology.orchestra.run.smithi084.stdout: 5 123961 6.31 MB/sec execute 358 sec latency 128.342 ms 2023-11-19T21:47:34.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:34 smithi084 ceph-mon[107669]: pgmap v205: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-11-19T21:47:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:34 smithi088 ceph-mon[110376]: pgmap v205: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-11-19T21:47:35.214 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124223 6.31 MB/sec execute 359 sec latency 136.770 ms 2023-11-19T21:47:35.768 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:36.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124513 6.32 MB/sec execute 360 sec latency 133.800 ms 2023-11-19T21:47:36.803 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:36 smithi084 ceph-mon[107669]: pgmap v206: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-19T21:47:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:36 smithi088 ceph-mon[110376]: pgmap v206: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-19T21:47:37.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 124873 6.34 MB/sec execute 361 sec latency 128.151 ms 2023-11-19T21:47:38.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125177 6.34 MB/sec execute 362 sec latency 102.212 ms 2023-11-19T21:47:38.840 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:38 smithi084 ceph-mon[107669]: pgmap v207: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-19T21:47:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:38 smithi088 ceph-mon[110376]: pgmap v207: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-19T21:47:39.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125411 6.33 MB/sec execute 363 sec latency 135.352 ms 2023-11-19T21:47:40.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125688 6.33 MB/sec execute 364 sec latency 125.088 ms 2023-11-19T21:47:40.939 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:40 smithi084 ceph-mon[107669]: pgmap v208: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-19T21:47:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:40 smithi088 ceph-mon[110376]: pgmap v208: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-19T21:47:41.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 125977 6.33 MB/sec execute 365 sec latency 129.121 ms 2023-11-19T21:47:42.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126245 6.33 MB/sec execute 366 sec latency 120.123 ms 2023-11-19T21:47:42.881 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:42 smithi084 ceph-mon[107669]: pgmap v209: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-11-19T21:47:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:42 smithi088 ceph-mon[110376]: pgmap v209: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-11-19T21:47:43.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126559 6.35 MB/sec execute 367 sec latency 138.640 ms 2023-11-19T21:47:44.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 126815 6.35 MB/sec execute 368 sec latency 201.623 ms 2023-11-19T21:47:44.834 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:44 smithi084 ceph-mon[107669]: pgmap v210: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-19T21:47:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:44 smithi088 ceph-mon[110376]: pgmap v210: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-19T21:47:45.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127092 6.36 MB/sec execute 369 sec latency 182.848 ms 2023-11-19T21:47:46.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127355 6.35 MB/sec execute 370 sec latency 135.314 ms 2023-11-19T21:47:46.980 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:46 smithi084 ceph-mon[107669]: pgmap v211: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-19T21:47:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:46 smithi088 ceph-mon[110376]: pgmap v211: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-19T21:47:47.221 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127628 6.35 MB/sec execute 371 sec latency 131.625 ms 2023-11-19T21:47:48.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 127865 6.35 MB/sec execute 372 sec latency 126.339 ms 2023-11-19T21:47:48.773 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:48 smithi084 ceph-mon[107669]: pgmap v212: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-19T21:47:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:48 smithi088 ceph-mon[110376]: pgmap v212: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-19T21:47:49.221 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128161 6.35 MB/sec execute 373 sec latency 139.424 ms 2023-11-19T21:47:50.221 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128498 6.37 MB/sec execute 374 sec latency 137.012 ms 2023-11-19T21:47:50.816 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:50 smithi084 ceph-mon[107669]: pgmap v213: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-19T21:47:50.817 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:50 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:50 smithi088 ceph-mon[110376]: pgmap v213: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-19T21:47:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:50 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:47:51.220 INFO:teuthology.orchestra.run.smithi084.stdout: 5 128780 6.37 MB/sec execute 375 sec latency 123.885 ms 2023-11-19T21:47:52.221 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129015 6.37 MB/sec execute 376 sec latency 166.286 ms 2023-11-19T21:47:52.870 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:52 smithi084 ceph-mon[107669]: pgmap v214: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-19T21:47:53.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:52 smithi088 ceph-mon[110376]: pgmap v214: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-19T21:47:53.221 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129240 6.38 MB/sec execute 377 sec latency 200.892 ms 2023-11-19T21:47:54.228 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129509 6.38 MB/sec execute 378 sec latency 139.465 ms 2023-11-19T21:47:54.940 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:54 smithi084 ceph-mon[107669]: pgmap v215: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-11-19T21:47:55.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:54 smithi088 ceph-mon[110376]: pgmap v215: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-11-19T21:47:55.228 INFO:teuthology.orchestra.run.smithi084.stdout: 5 129743 6.37 MB/sec execute 379 sec latency 134.289 ms 2023-11-19T21:47:56.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130043 6.38 MB/sec execute 380 sec latency 123.648 ms 2023-11-19T21:47:56.990 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:56 smithi084 ceph-mon[107669]: pgmap v216: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-11-19T21:47:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:56 smithi088 ceph-mon[110376]: pgmap v216: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-11-19T21:47:57.228 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130267 6.38 MB/sec execute 381 sec latency 123.356 ms 2023-11-19T21:47:58.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130519 6.38 MB/sec execute 382 sec latency 134.500 ms 2023-11-19T21:47:59.041 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:47:58 smithi084 ceph-mon[107669]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-19T21:47:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:47:58 smithi088 ceph-mon[110376]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-19T21:47:59.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 130783 6.38 MB/sec execute 383 sec latency 136.589 ms 2023-11-19T21:48:00.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131074 6.38 MB/sec execute 384 sec latency 126.816 ms 2023-11-19T21:48:00.870 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:00 smithi084 ceph-mon[107669]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-19T21:48:01.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:00 smithi088 ceph-mon[110376]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-19T21:48:01.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131324 6.38 MB/sec execute 385 sec latency 153.615 ms 2023-11-19T21:48:02.229 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131593 6.38 MB/sec execute 386 sec latency 195.751 ms 2023-11-19T21:48:02.931 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:02 smithi084 ceph-mon[107669]: pgmap v219: 97 pgs: 97 active+clean; 358 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-11-19T21:48:03.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:02 smithi088 ceph-mon[110376]: pgmap v219: 97 pgs: 97 active+clean; 358 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-11-19T21:48:03.230 INFO:teuthology.orchestra.run.smithi084.stdout: 5 131867 6.39 MB/sec execute 387 sec latency 182.733 ms 2023-11-19T21:48:04.230 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132155 6.39 MB/sec execute 388 sec latency 120.721 ms 2023-11-19T21:48:04.961 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:04 smithi084 ceph-mon[107669]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-19T21:48:05.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:04 smithi088 ceph-mon[110376]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-19T21:48:05.233 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132456 6.40 MB/sec execute 389 sec latency 127.070 ms 2023-11-19T21:48:05.983 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:05 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:05 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:06.233 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132707 6.40 MB/sec execute 390 sec latency 213.335 ms 2023-11-19T21:48:07.001 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:06 smithi084 ceph-mon[107669]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-19T21:48:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:06 smithi088 ceph-mon[110376]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-19T21:48:07.233 INFO:teuthology.orchestra.run.smithi084.stdout: 5 132977 6.40 MB/sec execute 391 sec latency 129.890 ms 2023-11-19T21:48:08.239 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133271 6.40 MB/sec execute 392 sec latency 126.321 ms 2023-11-19T21:48:09.061 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:08 smithi084 ceph-mon[107669]: pgmap v222: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-11-19T21:48:09.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:08 smithi088 ceph-mon[110376]: pgmap v222: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-11-19T21:48:09.238 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133642 6.41 MB/sec execute 393 sec latency 126.552 ms 2023-11-19T21:48:10.239 INFO:teuthology.orchestra.run.smithi084.stdout: 5 133960 6.43 MB/sec execute 394 sec latency 137.621 ms 2023-11-19T21:48:11.099 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:10 smithi084 ceph-mon[107669]: pgmap v223: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-11-19T21:48:11.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:10 smithi088 ceph-mon[110376]: pgmap v223: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-11-19T21:48:11.239 INFO:teuthology.orchestra.run.smithi084.stdout: 5 134342 6.43 MB/sec execute 395 sec latency 125.559 ms 2023-11-19T21:48:12.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 134675 6.43 MB/sec execute 396 sec latency 207.325 ms 2023-11-19T21:48:12.958 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:12 smithi084 ceph-mon[107669]: pgmap v224: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-19T21:48:13.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 134973 6.44 MB/sec execute 397 sec latency 133.791 ms 2023-11-19T21:48:13.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:12 smithi088 ceph-mon[110376]: pgmap v224: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-19T21:48:14.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 135287 6.44 MB/sec execute 398 sec latency 144.209 ms 2023-11-19T21:48:14.936 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:14 smithi084 ceph-mon[107669]: pgmap v225: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-19T21:48:15.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 135682 6.46 MB/sec execute 399 sec latency 127.490 ms 2023-11-19T21:48:15.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:14 smithi088 ceph-mon[110376]: pgmap v225: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-11-19T21:48:16.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136023 6.46 MB/sec execute 400 sec latency 129.902 ms 2023-11-19T21:48:16.975 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:16 smithi084 ceph-mon[107669]: pgmap v226: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-19T21:48:17.249 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136378 6.47 MB/sec execute 401 sec latency 138.425 ms 2023-11-19T21:48:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:16 smithi088 ceph-mon[110376]: pgmap v226: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-19T21:48:18.250 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136705 6.46 MB/sec execute 402 sec latency 127.234 ms 2023-11-19T21:48:19.064 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:18 smithi084 ceph-mon[107669]: pgmap v227: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2023-11-19T21:48:19.255 INFO:teuthology.orchestra.run.smithi084.stdout: 5 136971 6.47 MB/sec execute 403 sec latency 181.161 ms 2023-11-19T21:48:19.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:18 smithi088 ceph-mon[110376]: pgmap v227: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2023-11-19T21:48:20.258 INFO:teuthology.orchestra.run.smithi084.stdout: 5 137257 6.48 MB/sec execute 404 sec latency 204.721 ms 2023-11-19T21:48:21.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:20 smithi084 ceph-mon[107669]: pgmap v228: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-19T21:48:21.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:20 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:21.258 INFO:teuthology.orchestra.run.smithi084.stdout: 5 137657 6.49 MB/sec execute 405 sec latency 124.987 ms 2023-11-19T21:48:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:20 smithi088 ceph-mon[110376]: pgmap v228: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-19T21:48:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:20 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:22.258 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138047 6.50 MB/sec execute 406 sec latency 136.054 ms 2023-11-19T21:48:23.129 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:22 smithi084 ceph-mon[107669]: pgmap v229: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2023-11-19T21:48:23.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138284 6.50 MB/sec execute 407 sec latency 126.182 ms 2023-11-19T21:48:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:22 smithi088 ceph-mon[110376]: pgmap v229: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2023-11-19T21:48:24.268 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138618 6.51 MB/sec execute 408 sec latency 150.643 ms 2023-11-19T21:48:25.188 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:24 smithi084 ceph-mon[107669]: pgmap v230: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-19T21:48:25.271 INFO:teuthology.orchestra.run.smithi084.stdout: 5 138925 6.51 MB/sec execute 409 sec latency 129.649 ms 2023-11-19T21:48:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:24 smithi088 ceph-mon[110376]: pgmap v230: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-11-19T21:48:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139205 6.51 MB/sec execute 410 sec latency 129.231 ms 2023-11-19T21:48:27.224 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:26 smithi084 ceph-mon[107669]: pgmap v231: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-11-19T21:48:27.271 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139465 6.52 MB/sec execute 411 sec latency 148.665 ms 2023-11-19T21:48:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:26 smithi088 ceph-mon[110376]: pgmap v231: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-11-19T21:48:28.271 INFO:teuthology.orchestra.run.smithi084.stdout: 5 139787 6.53 MB/sec execute 412 sec latency 214.156 ms 2023-11-19T21:48:29.032 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:29 smithi084 ceph-mon[107669]: pgmap v232: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2023-11-19T21:48:29.272 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140111 6.53 MB/sec execute 413 sec latency 127.475 ms 2023-11-19T21:48:29.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:29 smithi088 ceph-mon[110376]: pgmap v232: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2023-11-19T21:48:30.272 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140394 6.52 MB/sec execute 414 sec latency 135.771 ms 2023-11-19T21:48:31.071 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:31 smithi084 ceph-mon[107669]: pgmap v233: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-19T21:48:31.273 INFO:teuthology.orchestra.run.smithi084.stdout: 5 140626 6.52 MB/sec execute 415 sec latency 132.407 ms 2023-11-19T21:48:31.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:31 smithi088 ceph-mon[110376]: pgmap v233: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-19T21:48:32.273 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141008 6.54 MB/sec execute 416 sec latency 137.564 ms 2023-11-19T21:48:33.105 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:33 smithi084 ceph-mon[107669]: pgmap v234: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 513 op/s 2023-11-19T21:48:33.274 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141289 6.54 MB/sec execute 417 sec latency 136.871 ms 2023-11-19T21:48:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:33 smithi088 ceph-mon[110376]: pgmap v234: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 513 op/s 2023-11-19T21:48:34.274 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141559 6.54 MB/sec execute 418 sec latency 126.385 ms 2023-11-19T21:48:35.165 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:35 smithi084 ceph-mon[107669]: pgmap v235: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-11-19T21:48:35.274 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141821 6.54 MB/sec execute 419 sec latency 133.156 ms 2023-11-19T21:48:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:35 smithi088 ceph-mon[110376]: pgmap v235: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-11-19T21:48:36.202 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:36 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:36.274 INFO:teuthology.orchestra.run.smithi084.stdout: 5 141995 6.53 MB/sec execute 420 sec latency 124.926 ms 2023-11-19T21:48:36.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:36 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:37.218 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:37 smithi084 ceph-mon[107669]: pgmap v236: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 333 op/s 2023-11-19T21:48:37.275 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142371 6.54 MB/sec execute 421 sec latency 135.717 ms 2023-11-19T21:48:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:37 smithi088 ceph-mon[110376]: pgmap v236: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 333 op/s 2023-11-19T21:48:38.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142723 6.55 MB/sec execute 422 sec latency 150.132 ms 2023-11-19T21:48:39.266 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:39 smithi084 ceph-mon[107669]: pgmap v237: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-19T21:48:39.275 INFO:teuthology.orchestra.run.smithi084.stdout: 5 142997 6.56 MB/sec execute 423 sec latency 214.502 ms 2023-11-19T21:48:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:39 smithi088 ceph-mon[110376]: pgmap v237: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-19T21:48:40.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143306 6.57 MB/sec execute 424 sec latency 214.520 ms 2023-11-19T21:48:41.047 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:41 smithi084 ceph-mon[107669]: pgmap v238: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 393 op/s 2023-11-19T21:48:41.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143644 6.56 MB/sec execute 425 sec latency 131.284 ms 2023-11-19T21:48:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:41 smithi088 ceph-mon[110376]: pgmap v238: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 393 op/s 2023-11-19T21:48:42.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 143967 6.56 MB/sec execute 426 sec latency 129.824 ms 2023-11-19T21:48:43.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:43 smithi084 ceph-mon[107669]: pgmap v239: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 398 op/s 2023-11-19T21:48:43.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144258 6.57 MB/sec execute 427 sec latency 134.053 ms 2023-11-19T21:48:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:43 smithi088 ceph-mon[110376]: pgmap v239: 97 pgs: 97 active+clean; 367 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 398 op/s 2023-11-19T21:48:44.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144510 6.57 MB/sec execute 428 sec latency 137.372 ms 2023-11-19T21:48:45.194 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:45 smithi084 ceph-mon[107669]: pgmap v240: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 456 op/s 2023-11-19T21:48:45.276 INFO:teuthology.orchestra.run.smithi084.stdout: 5 144772 6.57 MB/sec execute 429 sec latency 123.847 ms 2023-11-19T21:48:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:45 smithi088 ceph-mon[110376]: pgmap v240: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 456 op/s 2023-11-19T21:48:46.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145041 6.58 MB/sec execute 430 sec latency 129.357 ms 2023-11-19T21:48:47.282 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:47 smithi084 ceph-mon[107669]: pgmap v241: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 394 op/s 2023-11-19T21:48:47.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145240 6.57 MB/sec execute 431 sec latency 132.356 ms 2023-11-19T21:48:47.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:47 smithi088 ceph-mon[110376]: pgmap v241: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 394 op/s 2023-11-19T21:48:48.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145463 6.58 MB/sec execute 432 sec latency 135.006 ms 2023-11-19T21:48:49.074 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:49 smithi084 ceph-mon[107669]: pgmap v242: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-19T21:48:49.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145706 6.57 MB/sec execute 433 sec latency 136.735 ms 2023-11-19T21:48:49.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:49 smithi088 ceph-mon[110376]: pgmap v242: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-19T21:48:50.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 145972 6.57 MB/sec execute 434 sec latency 136.146 ms 2023-11-19T21:48:51.118 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:51 smithi084 ceph-mon[107669]: pgmap v243: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T21:48:51.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:51.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146205 6.57 MB/sec execute 435 sec latency 138.629 ms 2023-11-19T21:48:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:51 smithi088 ceph-mon[110376]: pgmap v243: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T21:48:51.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:48:52.283 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146406 6.57 MB/sec execute 436 sec latency 126.601 ms 2023-11-19T21:48:53.190 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:53 smithi084 ceph-mon[107669]: pgmap v244: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-19T21:48:53.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 146722 6.57 MB/sec execute 437 sec latency 129.774 ms 2023-11-19T21:48:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:53 smithi088 ceph-mon[110376]: pgmap v244: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-19T21:48:54.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147122 6.58 MB/sec execute 438 sec latency 126.838 ms 2023-11-19T21:48:55.233 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:55 smithi084 ceph-mon[107669]: pgmap v245: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T21:48:55.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147429 6.59 MB/sec execute 439 sec latency 140.472 ms 2023-11-19T21:48:55.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:55 smithi088 ceph-mon[110376]: pgmap v245: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T21:48:56.291 INFO:teuthology.orchestra.run.smithi084.stdout: 5 147776 6.59 MB/sec execute 440 sec latency 125.445 ms 2023-11-19T21:48:57.276 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:57 smithi084 ceph-mon[107669]: pgmap v246: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 302 op/s 2023-11-19T21:48:57.292 INFO:teuthology.orchestra.run.smithi084.stdout: 5 148076 6.59 MB/sec execute 441 sec latency 128.577 ms 2023-11-19T21:48:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:57 smithi088 ceph-mon[110376]: pgmap v246: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 302 op/s 2023-11-19T21:48:58.292 INFO:teuthology.orchestra.run.smithi084.stdout: 5 148494 6.61 MB/sec execute 442 sec latency 99.201 ms 2023-11-19T21:48:59.296 INFO:teuthology.orchestra.run.smithi084.stdout: 5 148843 6.63 MB/sec execute 443 sec latency 150.370 ms 2023-11-19T21:48:59.305 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:48:59 smithi084 ceph-mon[107669]: pgmap v247: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-19T21:48:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:48:59 smithi088 ceph-mon[110376]: pgmap v247: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-19T21:49:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149084 6.62 MB/sec execute 444 sec latency 130.618 ms 2023-11-19T21:49:01.296 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149372 6.62 MB/sec execute 445 sec latency 126.568 ms 2023-11-19T21:49:01.341 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:01 smithi084 ceph-mon[107669]: pgmap v248: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-19T21:49:01.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:01 smithi088 ceph-mon[110376]: pgmap v248: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-19T21:49:02.306 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149656 6.61 MB/sec execute 446 sec latency 126.558 ms 2023-11-19T21:49:03.307 INFO:teuthology.orchestra.run.smithi084.stdout: 5 149936 6.61 MB/sec execute 447 sec latency 126.315 ms 2023-11-19T21:49:03.408 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:03 smithi084 ceph-mon[107669]: pgmap v249: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T21:49:03.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:03 smithi088 ceph-mon[110376]: pgmap v249: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T21:49:04.307 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150333 6.63 MB/sec execute 448 sec latency 145.817 ms 2023-11-19T21:49:05.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:05 smithi084 ceph-mon[107669]: pgmap v250: 97 pgs: 97 active+clean; 368 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-19T21:49:05.307 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150649 6.63 MB/sec execute 449 sec latency 128.192 ms 2023-11-19T21:49:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:05 smithi088 ceph-mon[110376]: pgmap v250: 97 pgs: 97 active+clean; 368 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-19T21:49:06.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:06.307 INFO:teuthology.orchestra.run.smithi084.stdout: 5 150943 6.64 MB/sec execute 450 sec latency 134.337 ms 2023-11-19T21:49:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:07.248 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:07 smithi084 ceph-mon[107669]: pgmap v251: 97 pgs: 97 active+clean; 368 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-11-19T21:49:07.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151221 6.63 MB/sec execute 451 sec latency 126.790 ms 2023-11-19T21:49:07.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:07 smithi088 ceph-mon[110376]: pgmap v251: 97 pgs: 97 active+clean; 368 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-11-19T21:49:08.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151432 6.63 MB/sec execute 452 sec latency 130.800 ms 2023-11-19T21:49:09.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151684 6.63 MB/sec execute 453 sec latency 120.537 ms 2023-11-19T21:49:09.318 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:09 smithi084 ceph-mon[107669]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T21:49:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:09 smithi088 ceph-mon[110376]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T21:49:10.316 INFO:teuthology.orchestra.run.smithi084.stdout: 5 151947 6.64 MB/sec execute 454 sec latency 161.567 ms 2023-11-19T21:49:11.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152128 6.64 MB/sec execute 455 sec latency 149.853 ms 2023-11-19T21:49:11.387 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:11 smithi084 ceph-mon[107669]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-19T21:49:11.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:11 smithi088 ceph-mon[110376]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-19T21:49:12.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152415 6.64 MB/sec execute 456 sec latency 130.461 ms 2023-11-19T21:49:13.326 INFO:teuthology.orchestra.run.smithi084.stdout: 5 152656 6.65 MB/sec execute 457 sec latency 138.457 ms 2023-11-19T21:49:13.421 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:13 smithi084 ceph-mon[107669]: pgmap v254: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T21:49:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:13 smithi088 ceph-mon[110376]: pgmap v254: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T21:49:14.330 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153000 6.64 MB/sec execute 458 sec latency 129.930 ms 2023-11-19T21:49:15.331 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153283 6.63 MB/sec execute 459 sec latency 126.492 ms 2023-11-19T21:49:15.470 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:15 smithi084 ceph-mon[107669]: pgmap v255: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-19T21:49:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:15 smithi088 ceph-mon[110376]: pgmap v255: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-19T21:49:16.331 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153542 6.63 MB/sec execute 460 sec latency 121.488 ms 2023-11-19T21:49:17.278 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:17 smithi084 ceph-mon[107669]: pgmap v256: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T21:49:17.331 INFO:teuthology.orchestra.run.smithi084.stdout: 5 153817 6.64 MB/sec execute 461 sec latency 148.225 ms 2023-11-19T21:49:17.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:17 smithi088 ceph-mon[110376]: pgmap v256: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T21:49:18.331 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154259 6.66 MB/sec execute 462 sec latency 133.997 ms 2023-11-19T21:49:19.314 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:19 smithi084 ceph-mon[107669]: pgmap v257: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-19T21:49:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154561 6.65 MB/sec execute 463 sec latency 124.449 ms 2023-11-19T21:49:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:19 smithi088 ceph-mon[110376]: pgmap v257: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-19T21:49:20.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 154868 6.66 MB/sec execute 464 sec latency 129.308 ms 2023-11-19T21:49:21.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155119 6.66 MB/sec execute 465 sec latency 211.201 ms 2023-11-19T21:49:21.373 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:21 smithi084 ceph-mon[107669]: pgmap v258: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-19T21:49:21.373 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:21 smithi088 ceph-mon[110376]: pgmap v258: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-19T21:49:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155401 6.67 MB/sec execute 466 sec latency 192.940 ms 2023-11-19T21:49:23.343 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155641 6.67 MB/sec execute 467 sec latency 201.525 ms 2023-11-19T21:49:23.439 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:23 smithi084 ceph-mon[107669]: pgmap v259: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-19T21:49:23.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:23 smithi088 ceph-mon[110376]: pgmap v259: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-19T21:49:24.343 INFO:teuthology.orchestra.run.smithi084.stdout: 5 155968 6.68 MB/sec execute 468 sec latency 92.422 ms 2023-11-19T21:49:25.343 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156234 6.68 MB/sec execute 469 sec latency 221.291 ms 2023-11-19T21:49:25.475 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:25 smithi084 ceph-mon[107669]: pgmap v260: 97 pgs: 97 active+clean; 370 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-19T21:49:25.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:25 smithi088 ceph-mon[110376]: pgmap v260: 97 pgs: 97 active+clean; 370 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-19T21:49:26.343 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156447 6.67 MB/sec execute 470 sec latency 131.269 ms 2023-11-19T21:49:27.343 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156743 6.67 MB/sec execute 471 sec latency 121.324 ms 2023-11-19T21:49:27.529 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:27 smithi084 ceph-mon[107669]: pgmap v261: 97 pgs: 97 active+clean; 370 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-11-19T21:49:27.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:27 smithi088 ceph-mon[110376]: pgmap v261: 97 pgs: 97 active+clean; 370 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-11-19T21:49:28.344 INFO:teuthology.orchestra.run.smithi084.stdout: 5 156987 6.66 MB/sec execute 472 sec latency 143.374 ms 2023-11-19T21:49:29.340 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:29 smithi084 ceph-mon[107669]: pgmap v262: 97 pgs: 97 active+clean; 363 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 527 op/s 2023-11-19T21:49:29.344 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157262 6.66 MB/sec execute 473 sec latency 126.751 ms 2023-11-19T21:49:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:29 smithi088 ceph-mon[110376]: pgmap v262: 97 pgs: 97 active+clean; 363 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 527 op/s 2023-11-19T21:49:30.344 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157494 6.66 MB/sec execute 474 sec latency 140.140 ms 2023-11-19T21:49:30.365 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:30 smithi084 ceph-mon[107669]: pgmap v263: 97 pgs: 97 active+clean; 363 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T21:49:30.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:30 smithi088 ceph-mon[110376]: pgmap v263: 97 pgs: 97 active+clean; 363 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T21:49:31.344 INFO:teuthology.orchestra.run.smithi084.stdout: 5 157809 6.68 MB/sec execute 475 sec latency 160.448 ms 2023-11-19T21:49:32.353 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158148 6.68 MB/sec execute 477 sec latency 123.715 ms 2023-11-19T21:49:32.961 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:32 smithi084 ceph-mon[107669]: pgmap v264: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-19T21:49:33.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:32 smithi088 ceph-mon[110376]: pgmap v264: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-19T21:49:33.362 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158462 6.68 MB/sec execute 478 sec latency 171.880 ms 2023-11-19T21:49:34.362 INFO:teuthology.orchestra.run.smithi084.stdout: 5 158706 6.68 MB/sec execute 479 sec latency 201.480 ms 2023-11-19T21:49:34.767 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:34 smithi084 ceph-mon[107669]: pgmap v265: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-19T21:49:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:34 smithi088 ceph-mon[110376]: pgmap v265: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-19T21:49:35.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159014 6.69 MB/sec execute 480 sec latency 132.639 ms 2023-11-19T21:49:35.808 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:36.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159324 6.70 MB/sec execute 481 sec latency 127.027 ms 2023-11-19T21:49:36.866 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:36 smithi084 ceph-mon[107669]: pgmap v266: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-19T21:49:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:36 smithi088 ceph-mon[110376]: pgmap v266: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-19T21:49:37.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159602 6.70 MB/sec execute 482 sec latency 131.606 ms 2023-11-19T21:49:38.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 159941 6.70 MB/sec execute 483 sec latency 113.701 ms 2023-11-19T21:49:38.904 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:38 smithi084 ceph-mon[107669]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-11-19T21:49:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:38 smithi088 ceph-mon[110376]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-11-19T21:49:39.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 160196 6.69 MB/sec execute 484 sec latency 123.303 ms 2023-11-19T21:49:40.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 160490 6.70 MB/sec execute 485 sec latency 150.713 ms 2023-11-19T21:49:40.957 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:40 smithi084 ceph-mon[107669]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-11-19T21:49:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:40 smithi088 ceph-mon[110376]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-11-19T21:49:41.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 160774 6.70 MB/sec execute 486 sec latency 148.925 ms 2023-11-19T21:49:42.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161068 6.70 MB/sec execute 487 sec latency 139.474 ms 2023-11-19T21:49:42.763 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:42 smithi084 ceph-mon[107669]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-11-19T21:49:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:42 smithi088 ceph-mon[110376]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-11-19T21:49:43.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161402 6.72 MB/sec execute 488 sec latency 129.519 ms 2023-11-19T21:49:44.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161618 6.71 MB/sec execute 489 sec latency 141.409 ms 2023-11-19T21:49:44.820 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:44 smithi084 ceph-mon[107669]: pgmap v270: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-11-19T21:49:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:44 smithi088 ceph-mon[110376]: pgmap v270: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-11-19T21:49:45.370 INFO:teuthology.orchestra.run.smithi084.stdout: 5 161872 6.70 MB/sec execute 490 sec latency 136.961 ms 2023-11-19T21:49:46.377 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162108 6.70 MB/sec execute 491 sec latency 149.327 ms 2023-11-19T21:49:46.764 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:46 smithi084 ceph-mon[107669]: pgmap v271: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-19T21:49:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:46 smithi088 ceph-mon[110376]: pgmap v271: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-19T21:49:47.377 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162316 6.70 MB/sec execute 492 sec latency 128.707 ms 2023-11-19T21:49:48.377 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162663 6.71 MB/sec execute 493 sec latency 129.811 ms 2023-11-19T21:49:48.940 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:48 smithi084 ceph-mon[107669]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-19T21:49:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:48 smithi088 ceph-mon[110376]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-19T21:49:49.377 INFO:teuthology.orchestra.run.smithi084.stdout: 5 162879 6.71 MB/sec execute 494 sec latency 198.480 ms 2023-11-19T21:49:50.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163099 6.72 MB/sec execute 495 sec latency 132.843 ms 2023-11-19T21:49:50.799 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:50 smithi084 ceph-mon[107669]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-11-19T21:49:50.799 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:50 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:50 smithi088 ceph-mon[110376]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-11-19T21:49:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:50 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:49:51.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163332 6.72 MB/sec execute 496 sec latency 117.005 ms 2023-11-19T21:49:52.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163557 6.71 MB/sec execute 497 sec latency 124.619 ms 2023-11-19T21:49:52.845 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:52 smithi084 ceph-mon[107669]: pgmap v274: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 409 op/s 2023-11-19T21:49:53.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:52 smithi088 ceph-mon[110376]: pgmap v274: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 409 op/s 2023-11-19T21:49:53.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163791 6.70 MB/sec execute 498 sec latency 132.453 ms 2023-11-19T21:49:54.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 163993 6.70 MB/sec execute 499 sec latency 123.687 ms 2023-11-19T21:49:54.938 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:54 smithi084 ceph-mon[107669]: pgmap v275: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-11-19T21:49:55.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:54 smithi088 ceph-mon[110376]: pgmap v275: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-11-19T21:49:55.378 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164199 6.69 MB/sec execute 500 sec latency 129.689 ms 2023-11-19T21:49:56.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164431 6.70 MB/sec execute 501 sec latency 124.858 ms 2023-11-19T21:49:56.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:56 smithi084 ceph-mon[107669]: pgmap v276: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-19T21:49:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:56 smithi088 ceph-mon[110376]: pgmap v276: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-19T21:49:57.382 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164692 6.69 MB/sec execute 502 sec latency 123.997 ms 2023-11-19T21:49:58.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 164967 6.69 MB/sec execute 503 sec latency 120.778 ms 2023-11-19T21:49:59.067 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:49:58 smithi084 ceph-mon[107669]: pgmap v277: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-11-19T21:49:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:49:58 smithi088 ceph-mon[110376]: pgmap v277: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-11-19T21:49:59.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165149 6.69 MB/sec execute 504 sec latency 124.107 ms 2023-11-19T21:50:00.381 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165374 6.70 MB/sec execute 505 sec latency 126.653 ms 2023-11-19T21:50:00.887 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: pgmap v278: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: Upgrade daemon: mgr.smithi084.tyupxq: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.tyupxq ... 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: Traceback (most recent call last): 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: "__main__", mod_spec) 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: exec(code, run_globals) 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T21:50:00.888 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T21:50:00.889 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:00 smithi084 ceph-mon[107669]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T21:50:01.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: pgmap v278: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-11-19T21:50:01.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:50:01.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:50:01.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: Upgrade daemon: mgr.smithi084.tyupxq: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.tyupxq ... 2023-11-19T21:50:01.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T21:50:01.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: Traceback (most recent call last): 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: "__main__", mod_spec) 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: exec(code, run_globals) 2023-11-19T21:50:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T21:50:01.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T21:50:01.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T21:50:01.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:00 smithi088 ceph-mon[110376]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T21:50:01.382 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165535 6.69 MB/sec execute 506 sec latency 137.149 ms 2023-11-19T21:50:02.382 INFO:teuthology.orchestra.run.smithi084.stdout: 5 165825 6.70 MB/sec execute 507 sec latency 134.116 ms 2023-11-19T21:50:02.937 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:02 smithi084 ceph-mon[107669]: pgmap v279: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 308 op/s 2023-11-19T21:50:03.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:02 smithi088 ceph-mon[110376]: pgmap v279: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 308 op/s 2023-11-19T21:50:03.388 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166028 6.69 MB/sec execute 508 sec latency 131.034 ms 2023-11-19T21:50:04.388 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166227 6.69 MB/sec execute 509 sec latency 134.978 ms 2023-11-19T21:50:04.994 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:04 smithi084 ceph-mon[107669]: pgmap v280: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 352 op/s 2023-11-19T21:50:05.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:04 smithi088 ceph-mon[110376]: pgmap v280: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 352 op/s 2023-11-19T21:50:05.388 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166405 6.69 MB/sec execute 510 sec latency 120.671 ms 2023-11-19T21:50:06.035 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:05 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:05 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:06.388 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166607 6.69 MB/sec execute 511 sec latency 162.309 ms 2023-11-19T21:50:07.064 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:06 smithi084 ceph-mon[107669]: pgmap v281: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-11-19T21:50:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:06 smithi088 ceph-mon[110376]: pgmap v281: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-11-19T21:50:07.389 INFO:teuthology.orchestra.run.smithi084.stdout: 5 166887 6.68 MB/sec execute 512 sec latency 134.270 ms 2023-11-19T21:50:08.389 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167196 6.69 MB/sec execute 513 sec latency 106.777 ms 2023-11-19T21:50:09.124 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:08 smithi084 ceph-mon[107669]: pgmap v282: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-11-19T21:50:09.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:08 smithi088 ceph-mon[110376]: pgmap v282: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-11-19T21:50:09.389 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167432 6.69 MB/sec execute 514 sec latency 129.669 ms 2023-11-19T21:50:10.389 INFO:teuthology.orchestra.run.smithi084.stdout: 5 167751 6.69 MB/sec execute 515 sec latency 127.475 ms 2023-11-19T21:50:10.913 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:10 smithi084 ceph-mon[107669]: pgmap v283: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 270 op/s 2023-11-19T21:50:11.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:10 smithi088 ceph-mon[110376]: pgmap v283: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 270 op/s 2023-11-19T21:50:11.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168022 6.69 MB/sec execute 516 sec latency 129.627 ms 2023-11-19T21:50:12.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168356 6.69 MB/sec execute 517 sec latency 140.688 ms 2023-11-19T21:50:12.964 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:12 smithi084 ceph-mon[107669]: pgmap v284: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-11-19T21:50:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:12 smithi088 ceph-mon[110376]: pgmap v284: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-11-19T21:50:13.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168568 6.69 MB/sec execute 518 sec latency 145.186 ms 2023-11-19T21:50:14.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 168807 6.70 MB/sec execute 519 sec latency 136.099 ms 2023-11-19T21:50:15.029 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:14 smithi084 ceph-mon[107669]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-19T21:50:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:14 smithi088 ceph-mon[110376]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-19T21:50:15.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169065 6.70 MB/sec execute 520 sec latency 143.592 ms 2023-11-19T21:50:16.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169386 6.70 MB/sec execute 521 sec latency 135.676 ms 2023-11-19T21:50:17.090 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:16 smithi084 ceph-mon[107669]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-11-19T21:50:17.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169659 6.70 MB/sec execute 522 sec latency 207.495 ms 2023-11-19T21:50:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:16 smithi088 ceph-mon[110376]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-11-19T21:50:18.393 INFO:teuthology.orchestra.run.smithi084.stdout: 5 169797 6.70 MB/sec execute 523 sec latency 201.358 ms 2023-11-19T21:50:19.137 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:18 smithi084 ceph-mon[107669]: pgmap v287: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-11-19T21:50:19.394 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170026 6.70 MB/sec execute 524 sec latency 149.646 ms 2023-11-19T21:50:19.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:18 smithi088 ceph-mon[110376]: pgmap v287: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-11-19T21:50:20.397 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170342 6.69 MB/sec execute 525 sec latency 129.825 ms 2023-11-19T21:50:21.193 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:20 smithi084 ceph-mon[107669]: pgmap v288: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-19T21:50:21.193 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:20 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:21.397 INFO:teuthology.orchestra.run.smithi084.stdout: 5 170722 6.70 MB/sec execute 526 sec latency 126.546 ms 2023-11-19T21:50:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:20 smithi088 ceph-mon[110376]: pgmap v288: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-19T21:50:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:20 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:22.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171091 6.71 MB/sec execute 527 sec latency 129.797 ms 2023-11-19T21:50:22.966 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:22 smithi084 ceph-mon[107669]: pgmap v289: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-19T21:50:23.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171426 6.70 MB/sec execute 528 sec latency 128.504 ms 2023-11-19T21:50:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:22 smithi088 ceph-mon[110376]: pgmap v289: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-11-19T21:50:24.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 171706 6.70 MB/sec execute 529 sec latency 120.386 ms 2023-11-19T21:50:25.015 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:24 smithi084 ceph-mon[107669]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-19T21:50:25.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172038 6.71 MB/sec execute 530 sec latency 140.045 ms 2023-11-19T21:50:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:24 smithi088 ceph-mon[110376]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-19T21:50:26.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172341 6.72 MB/sec execute 531 sec latency 126.841 ms 2023-11-19T21:50:27.092 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:26 smithi084 ceph-mon[107669]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-19T21:50:27.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172730 6.74 MB/sec execute 532 sec latency 155.663 ms 2023-11-19T21:50:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:26 smithi088 ceph-mon[110376]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-19T21:50:28.408 INFO:teuthology.orchestra.run.smithi084.stdout: 5 172947 6.74 MB/sec execute 533 sec latency 133.229 ms 2023-11-19T21:50:29.138 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:28 smithi084 ceph-mon[107669]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T21:50:29.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173256 6.73 MB/sec execute 534 sec latency 136.919 ms 2023-11-19T21:50:29.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:28 smithi088 ceph-mon[110376]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T21:50:30.409 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173492 6.73 MB/sec execute 535 sec latency 126.769 ms 2023-11-19T21:50:31.170 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:30 smithi084 ceph-mon[107669]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-19T21:50:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:30 smithi088 ceph-mon[110376]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-11-19T21:50:31.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 173749 6.73 MB/sec execute 536 sec latency 127.007 ms 2023-11-19T21:50:32.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174121 6.74 MB/sec execute 537 sec latency 172.888 ms 2023-11-19T21:50:33.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:33 smithi084 ceph-mon[107669]: pgmap v294: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 437 op/s 2023-11-19T21:50:33.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:33 smithi088 ceph-mon[110376]: pgmap v294: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 437 op/s 2023-11-19T21:50:33.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174412 6.74 MB/sec execute 538 sec latency 129.141 ms 2023-11-19T21:50:34.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 174713 6.73 MB/sec execute 539 sec latency 129.658 ms 2023-11-19T21:50:35.241 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:35 smithi084 ceph-mon[107669]: pgmap v295: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-11-19T21:50:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:35 smithi088 ceph-mon[110376]: pgmap v295: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-11-19T21:50:35.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175011 6.73 MB/sec execute 540 sec latency 139.615 ms 2023-11-19T21:50:36.261 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:36 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:36.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:36 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:36.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175323 6.74 MB/sec execute 541 sec latency 126.391 ms 2023-11-19T21:50:37.283 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:37 smithi084 ceph-mon[107669]: pgmap v296: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 414 op/s 2023-11-19T21:50:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:37 smithi088 ceph-mon[110376]: pgmap v296: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 414 op/s 2023-11-19T21:50:37.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175606 6.74 MB/sec execute 542 sec latency 129.537 ms 2023-11-19T21:50:38.414 INFO:teuthology.orchestra.run.smithi084.stdout: 5 175926 6.76 MB/sec execute 543 sec latency 127.754 ms 2023-11-19T21:50:39.119 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:39 smithi084 ceph-mon[107669]: pgmap v297: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 596 op/s 2023-11-19T21:50:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:39 smithi088 ceph-mon[110376]: pgmap v297: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 596 op/s 2023-11-19T21:50:39.422 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176136 6.76 MB/sec execute 544 sec latency 120.414 ms 2023-11-19T21:50:40.424 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176378 6.76 MB/sec execute 545 sec latency 204.451 ms 2023-11-19T21:50:41.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:41 smithi084 ceph-mon[107669]: pgmap v298: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-19T21:50:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:41 smithi088 ceph-mon[110376]: pgmap v298: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-19T21:50:41.424 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176583 6.75 MB/sec execute 546 sec latency 140.396 ms 2023-11-19T21:50:42.424 INFO:teuthology.orchestra.run.smithi084.stdout: 5 176799 6.75 MB/sec execute 547 sec latency 159.631 ms 2023-11-19T21:50:43.251 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:43 smithi084 ceph-mon[107669]: pgmap v299: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-19T21:50:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:43 smithi088 ceph-mon[110376]: pgmap v299: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-19T21:50:43.424 INFO:teuthology.orchestra.run.smithi084.stdout: 5 177120 6.75 MB/sec execute 548 sec latency 129.689 ms 2023-11-19T21:50:44.433 INFO:teuthology.orchestra.run.smithi084.stdout: 5 177442 6.75 MB/sec execute 549 sec latency 201.306 ms 2023-11-19T21:50:45.176 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:45 smithi084 ceph-mon[107669]: pgmap v300: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T21:50:45.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:45 smithi088 ceph-mon[110376]: pgmap v300: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T21:50:45.432 INFO:teuthology.orchestra.run.smithi084.stdout: 5 177739 6.75 MB/sec execute 550 sec latency 127.285 ms 2023-11-19T21:50:46.432 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178012 6.76 MB/sec execute 551 sec latency 124.319 ms 2023-11-19T21:50:47.100 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:47 smithi084 ceph-mon[107669]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-11-19T21:50:47.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:47 smithi088 ceph-mon[110376]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-11-19T21:50:47.432 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178252 6.75 MB/sec execute 552 sec latency 140.446 ms 2023-11-19T21:50:48.432 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178519 6.75 MB/sec execute 553 sec latency 127.617 ms 2023-11-19T21:50:49.148 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:49 smithi084 ceph-mon[107669]: pgmap v302: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-19T21:50:49.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:49 smithi088 ceph-mon[110376]: pgmap v302: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-19T21:50:49.432 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178762 6.75 MB/sec execute 554 sec latency 130.547 ms 2023-11-19T21:50:50.436 INFO:teuthology.orchestra.run.smithi084.stdout: 5 178975 6.75 MB/sec execute 555 sec latency 126.543 ms 2023-11-19T21:50:51.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:51 smithi084 ceph-mon[107669]: pgmap v303: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-11-19T21:50:51.205 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:51 smithi088 ceph-mon[110376]: pgmap v303: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-11-19T21:50:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:50:51.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179281 6.75 MB/sec execute 556 sec latency 213.584 ms 2023-11-19T21:50:52.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179627 6.76 MB/sec execute 557 sec latency 134.012 ms 2023-11-19T21:50:53.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:53 smithi084 ceph-mon[107669]: pgmap v304: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 390 op/s 2023-11-19T21:50:53.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:53 smithi088 ceph-mon[110376]: pgmap v304: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 390 op/s 2023-11-19T21:50:53.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 179956 6.76 MB/sec execute 558 sec latency 174.190 ms 2023-11-19T21:50:54.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180228 6.77 MB/sec execute 559 sec latency 130.381 ms 2023-11-19T21:50:55.274 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:55 smithi084 ceph-mon[107669]: pgmap v305: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-19T21:50:55.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:55 smithi088 ceph-mon[110376]: pgmap v305: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-19T21:50:55.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180498 6.76 MB/sec execute 560 sec latency 118.588 ms 2023-11-19T21:50:56.439 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180786 6.76 MB/sec execute 561 sec latency 125.930 ms 2023-11-19T21:50:57.209 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:57 smithi084 ceph-mon[107669]: pgmap v306: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-19T21:50:57.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:57 smithi088 ceph-mon[110376]: pgmap v306: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-19T21:50:57.445 INFO:teuthology.orchestra.run.smithi084.stdout: 5 180995 6.76 MB/sec execute 562 sec latency 126.027 ms 2023-11-19T21:50:58.445 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181193 6.76 MB/sec execute 563 sec latency 134.029 ms 2023-11-19T21:50:59.275 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:50:59 smithi084 ceph-mon[107669]: pgmap v307: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-11-19T21:50:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:50:59 smithi088 ceph-mon[110376]: pgmap v307: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-11-19T21:50:59.445 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181505 6.77 MB/sec execute 564 sec latency 129.939 ms 2023-11-19T21:51:00.445 INFO:teuthology.orchestra.run.smithi084.stdout: 5 181854 6.77 MB/sec execute 565 sec latency 124.000 ms 2023-11-19T21:51:01.309 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:01 smithi084 ceph-mon[107669]: pgmap v308: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-19T21:51:01.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:01 smithi088 ceph-mon[110376]: pgmap v308: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-19T21:51:01.445 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182183 6.77 MB/sec execute 566 sec latency 131.736 ms 2023-11-19T21:51:02.446 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182409 6.77 MB/sec execute 567 sec latency 126.575 ms 2023-11-19T21:51:03.355 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:03 smithi084 ceph-mon[107669]: pgmap v309: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-19T21:51:03.452 INFO:teuthology.orchestra.run.smithi084.stdout: 5 182745 6.78 MB/sec execute 568 sec latency 134.849 ms 2023-11-19T21:51:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:03 smithi088 ceph-mon[110376]: pgmap v309: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-19T21:51:04.459 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183027 6.78 MB/sec execute 569 sec latency 130.071 ms 2023-11-19T21:51:05.394 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:05 smithi084 ceph-mon[107669]: pgmap v310: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-19T21:51:05.460 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183385 6.78 MB/sec execute 570 sec latency 129.326 ms 2023-11-19T21:51:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:05 smithi088 ceph-mon[110376]: pgmap v310: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-19T21:51:06.432 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:06.464 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183663 6.78 MB/sec execute 571 sec latency 127.642 ms 2023-11-19T21:51:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:07.201 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:07 smithi084 ceph-mon[107669]: pgmap v311: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-19T21:51:07.473 INFO:teuthology.orchestra.run.smithi084.stdout: 5 183989 6.79 MB/sec execute 572 sec latency 129.507 ms 2023-11-19T21:51:07.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:07 smithi088 ceph-mon[110376]: pgmap v311: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-19T21:51:08.473 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184270 6.79 MB/sec execute 573 sec latency 139.789 ms 2023-11-19T21:51:09.258 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:09 smithi084 ceph-mon[107669]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-19T21:51:09.476 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184598 6.80 MB/sec execute 574 sec latency 133.079 ms 2023-11-19T21:51:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:09 smithi088 ceph-mon[110376]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-11-19T21:51:10.476 INFO:teuthology.orchestra.run.smithi084.stdout: 5 184828 6.79 MB/sec execute 575 sec latency 136.522 ms 2023-11-19T21:51:11.305 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:11 smithi084 ceph-mon[107669]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-11-19T21:51:11.476 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185028 6.80 MB/sec execute 576 sec latency 132.717 ms 2023-11-19T21:51:11.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:11 smithi088 ceph-mon[110376]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-11-19T21:51:12.476 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185199 6.79 MB/sec execute 577 sec latency 108.978 ms 2023-11-19T21:51:13.343 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:13 smithi084 ceph-mon[107669]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:51:13.481 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185417 6.79 MB/sec execute 578 sec latency 137.372 ms 2023-11-19T21:51:13.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:13 smithi088 ceph-mon[110376]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-19T21:51:14.480 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185613 6.78 MB/sec execute 579 sec latency 155.672 ms 2023-11-19T21:51:15.385 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:15 smithi084 ceph-mon[107669]: pgmap v315: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-19T21:51:15.482 INFO:teuthology.orchestra.run.smithi084.stdout: 5 185855 6.77 MB/sec execute 580 sec latency 137.186 ms 2023-11-19T21:51:15.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:15 smithi088 ceph-mon[110376]: pgmap v315: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-19T21:51:16.483 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186063 6.77 MB/sec execute 581 sec latency 114.976 ms 2023-11-19T21:51:17.438 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:17 smithi084 ceph-mon[107669]: pgmap v316: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-19T21:51:17.483 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186295 6.78 MB/sec execute 582 sec latency 212.972 ms 2023-11-19T21:51:17.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:17 smithi088 ceph-mon[110376]: pgmap v316: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-11-19T21:51:18.502 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186521 6.78 MB/sec execute 583 sec latency 130.902 ms 2023-11-19T21:51:19.272 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:19 smithi084 ceph-mon[107669]: pgmap v317: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-19T21:51:19.502 INFO:teuthology.orchestra.run.smithi084.stdout: 5 186815 6.78 MB/sec execute 584 sec latency 126.909 ms 2023-11-19T21:51:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:19 smithi088 ceph-mon[110376]: pgmap v317: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-19T21:51:20.502 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187124 6.78 MB/sec execute 585 sec latency 88.734 ms 2023-11-19T21:51:21.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:21 smithi084 ceph-mon[107669]: pgmap v318: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-19T21:51:21.312 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:21.502 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187427 6.78 MB/sec execute 586 sec latency 94.581 ms 2023-11-19T21:51:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:21 smithi088 ceph-mon[110376]: pgmap v318: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-11-19T21:51:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:22.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 187732 6.78 MB/sec execute 587 sec latency 129.851 ms 2023-11-19T21:51:23.351 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:23 smithi084 ceph-mon[107669]: pgmap v319: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-11-19T21:51:23.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188028 6.78 MB/sec execute 588 sec latency 130.028 ms 2023-11-19T21:51:23.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:23 smithi088 ceph-mon[110376]: pgmap v319: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-11-19T21:51:24.521 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188342 6.80 MB/sec execute 589 sec latency 140.003 ms 2023-11-19T21:51:25.399 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:25 smithi084 ceph-mon[107669]: pgmap v320: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 453 op/s 2023-11-19T21:51:25.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188608 6.80 MB/sec execute 590 sec latency 140.038 ms 2023-11-19T21:51:25.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:25 smithi088 ceph-mon[110376]: pgmap v320: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 453 op/s 2023-11-19T21:51:26.521 INFO:teuthology.orchestra.run.smithi084.stdout: 5 188901 6.80 MB/sec execute 591 sec latency 126.709 ms 2023-11-19T21:51:27.441 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:27 smithi084 ceph-mon[107669]: pgmap v321: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 305 op/s 2023-11-19T21:51:27.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189154 6.79 MB/sec execute 592 sec latency 134.491 ms 2023-11-19T21:51:27.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:27 smithi088 ceph-mon[110376]: pgmap v321: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 305 op/s 2023-11-19T21:51:28.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189453 6.79 MB/sec execute 593 sec latency 126.599 ms 2023-11-19T21:51:29.498 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:29 smithi084 ceph-mon[107669]: pgmap v322: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-11-19T21:51:29.520 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189689 6.79 MB/sec execute 594 sec latency 162.317 ms 2023-11-19T21:51:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:29 smithi088 ceph-mon[110376]: pgmap v322: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-11-19T21:51:30.531 INFO:teuthology.orchestra.run.smithi084.stdout: 5 189948 6.79 MB/sec execute 595 sec latency 126.878 ms 2023-11-19T21:51:31.278 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:31 smithi084 ceph-mon[107669]: pgmap v323: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-19T21:51:31.529 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190284 6.80 MB/sec execute 596 sec latency 131.651 ms 2023-11-19T21:51:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:31 smithi088 ceph-mon[110376]: pgmap v323: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-19T21:51:32.536 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190624 6.80 MB/sec execute 597 sec latency 134.149 ms 2023-11-19T21:51:33.342 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:33 smithi084 ceph-mon[107669]: pgmap v324: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-11-19T21:51:33.535 INFO:teuthology.orchestra.run.smithi084.stdout: 5 190915 6.80 MB/sec execute 598 sec latency 123.877 ms 2023-11-19T21:51:33.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:33 smithi088 ceph-mon[110376]: pgmap v324: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-11-19T21:51:34.535 INFO:teuthology.orchestra.run.smithi084.stdout: 5 191253 6.80 MB/sec execute 599 sec latency 135.580 ms 2023-11-19T21:51:35.371 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:35 smithi084 ceph-mon[107669]: pgmap v325: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-19T21:51:35.537 INFO:teuthology.orchestra.run.smithi084.stdout: 5 191518 6.80 MB/sec execute 600 sec latency 126.542 ms 2023-11-19T21:51:35.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:35 smithi088 ceph-mon[110376]: pgmap v325: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-19T21:51:36.383 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:36 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:36.549 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 601 sec 2023-11-19T21:51:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:36 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:36.684 INFO:teuthology.orchestra.run.smithi084.stdout:[192947] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002b80000000b' failed - Device or resource busy 2023-11-19T21:51:36.685 INFO:teuthology.orchestra.run.smithi084.stdout:[192947] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002b500000006' failed - Device or resource busy 2023-11-19T21:51:36.685 INFO:teuthology.orchestra.run.smithi084.stdout:[192947] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002ac0000000a' failed - Device or resource busy 2023-11-19T21:51:36.686 INFO:teuthology.orchestra.run.smithi084.stdout:[192947] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002b100000005' failed - Device or resource busy 2023-11-19T21:51:37.415 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:37 smithi084 ceph-mon[107669]: pgmap v326: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-11-19T21:51:37.551 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 602 sec 2023-11-19T21:51:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:37 smithi088 ceph-mon[110376]: pgmap v326: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-11-19T21:51:38.551 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 603 sec 2023-11-19T21:51:39.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 604 sec 2023-11-19T21:51:39.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:39 smithi088 ceph-mon[110376]: pgmap v327: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-19T21:51:39.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:39 smithi084 ceph-mon[107669]: pgmap v327: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-19T21:51:40.551 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 605 sec 2023-11-19T21:51:41.551 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 606 sec 2023-11-19T21:51:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:41 smithi088 ceph-mon[110376]: pgmap v328: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-11-19T21:51:41.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:41 smithi084 ceph-mon[107669]: pgmap v328: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-11-19T21:51:42.551 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 607 sec 2023-11-19T21:51:43.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 608 sec 2023-11-19T21:51:43.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:43 smithi088 ceph-mon[110376]: pgmap v329: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-11-19T21:51:43.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:43 smithi084 ceph-mon[107669]: pgmap v329: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-11-19T21:51:44.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 609 sec 2023-11-19T21:51:45.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 610 sec 2023-11-19T21:51:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:45 smithi088 ceph-mon[110376]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.3 MiB/s wr, 363 op/s 2023-11-19T21:51:45.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:45 smithi084 ceph-mon[107669]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.3 MiB/s wr, 363 op/s 2023-11-19T21:51:46.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 611 sec 2023-11-19T21:51:47.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 612 sec 2023-11-19T21:51:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:47 smithi088 ceph-mon[110376]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.9 MiB/s wr, 216 op/s 2023-11-19T21:51:47.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:47 smithi084 ceph-mon[107669]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.9 MiB/s wr, 216 op/s 2023-11-19T21:51:48.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 613 sec 2023-11-19T21:51:49.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 614 sec 2023-11-19T21:51:49.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:49 smithi088 ceph-mon[110376]: pgmap v332: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.9 MiB/s wr, 216 op/s 2023-11-19T21:51:49.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:49 smithi084 ceph-mon[107669]: pgmap v332: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.9 MiB/s wr, 216 op/s 2023-11-19T21:51:50.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 615 sec 2023-11-19T21:51:51.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 616 sec 2023-11-19T21:51:51.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:51 smithi088 ceph-mon[110376]: pgmap v333: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 89 KiB/s wr, 33 op/s 2023-11-19T21:51:51.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:51.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:51 smithi084 ceph-mon[107669]: pgmap v333: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 89 KiB/s wr, 33 op/s 2023-11-19T21:51:51.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:51:52.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 617 sec 2023-11-19T21:51:53.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 618 sec 2023-11-19T21:51:53.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:53 smithi088 ceph-mon[110376]: pgmap v334: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 89 KiB/s wr, 33 op/s 2023-11-19T21:51:53.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:53 smithi084 ceph-mon[107669]: pgmap v334: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 89 KiB/s wr, 33 op/s 2023-11-19T21:51:54.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 619 sec 2023-11-19T21:51:55.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 620 sec 2023-11-19T21:51:55.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:55 smithi088 ceph-mon[110376]: pgmap v335: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 35 KiB/s wr, 29 op/s 2023-11-19T21:51:55.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:55 smithi084 ceph-mon[107669]: pgmap v335: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 35 KiB/s wr, 29 op/s 2023-11-19T21:51:56.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 621 sec 2023-11-19T21:51:57.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 622 sec 2023-11-19T21:51:57.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:57 smithi088 ceph-mon[110376]: pgmap v336: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 19 KiB/s wr, 0 op/s 2023-11-19T21:51:57.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:57 smithi084 ceph-mon[107669]: pgmap v336: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 19 KiB/s wr, 0 op/s 2023-11-19T21:51:58.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 623 sec 2023-11-19T21:51:59.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 624 sec 2023-11-19T21:51:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:51:59 smithi088 ceph-mon[110376]: pgmap v337: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 19 KiB/s wr, 0 op/s 2023-11-19T21:51:59.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:51:59 smithi084 ceph-mon[107669]: pgmap v337: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 19 KiB/s wr, 0 op/s 2023-11-19T21:52:00.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 625 sec 2023-11-19T21:52:01.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 626 sec 2023-11-19T21:52:01.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:01 smithi088 ceph-mon[110376]: pgmap v338: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:01.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:01 smithi084 ceph-mon[107669]: pgmap v338: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:02.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 627 sec 2023-11-19T21:52:03.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 628 sec 2023-11-19T21:52:03.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:03 smithi088 ceph-mon[110376]: pgmap v339: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:03.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:03 smithi084 ceph-mon[107669]: pgmap v339: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:04.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 629 sec 2023-11-19T21:52:05.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 630 sec 2023-11-19T21:52:05.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:05 smithi088 ceph-mon[110376]: pgmap v340: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:05.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:05 smithi084 ceph-mon[107669]: pgmap v340: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-11-19T21:52:06.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 631 sec 2023-11-19T21:52:06.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:06.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:07.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 632 sec 2023-11-19T21:52:07.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:07 smithi088 ceph-mon[110376]: pgmap v341: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:07.747 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:07 smithi084 ceph-mon[107669]: pgmap v341: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:08.552 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 633 sec 2023-11-19T21:52:09.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 634 sec 2023-11-19T21:52:09.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:09 smithi088 ceph-mon[110376]: pgmap v342: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:09.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:09 smithi084 ceph-mon[107669]: pgmap v342: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:10.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 635 sec 2023-11-19T21:52:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:10 smithi088 ceph-mon[110376]: pgmap v343: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:10.746 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:10 smithi084 ceph-mon[107669]: pgmap v343: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:11.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 636 sec 2023-11-19T21:52:12.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 637 sec 2023-11-19T21:52:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:12 smithi088 ceph-mon[110376]: pgmap v344: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:13.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:12 smithi084 ceph-mon[107669]: pgmap v344: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:13.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 638 sec 2023-11-19T21:52:14.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 639 sec 2023-11-19T21:52:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:14 smithi088 ceph-mon[110376]: pgmap v345: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:15.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:14 smithi084 ceph-mon[107669]: pgmap v345: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:15.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 640 sec 2023-11-19T21:52:16.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 641 sec 2023-11-19T21:52:17.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:16 smithi088 ceph-mon[110376]: pgmap v346: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:17.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:16 smithi084 ceph-mon[107669]: pgmap v346: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:17.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 642 sec 2023-11-19T21:52:18.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 643 sec 2023-11-19T21:52:19.040 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:18 smithi084 ceph-mon[107669]: pgmap v347: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:18 smithi088 ceph-mon[110376]: pgmap v347: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:19.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 644 sec 2023-11-19T21:52:20.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 645 sec 2023-11-19T21:52:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:20 smithi088 ceph-mon[110376]: pgmap v348: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:20 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:21.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:20 smithi084 ceph-mon[107669]: pgmap v348: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:21.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:20 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:21.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 646 sec 2023-11-19T21:52:22.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 647 sec 2023-11-19T21:52:23.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:22 smithi088 ceph-mon[110376]: pgmap v349: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:23.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:22 smithi084 ceph-mon[107669]: pgmap v349: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:23.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 648 sec 2023-11-19T21:52:24.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 649 sec 2023-11-19T21:52:25.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:24 smithi088 ceph-mon[110376]: pgmap v350: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:25.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:24 smithi084 ceph-mon[107669]: pgmap v350: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:25.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 650 sec 2023-11-19T21:52:26.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 651 sec 2023-11-19T21:52:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:26 smithi088 ceph-mon[110376]: pgmap v351: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:26 smithi084 ceph-mon[107669]: pgmap v351: 97 pgs: 97 active+clean; 259 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:27.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 652 sec 2023-11-19T21:52:28.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 653 sec 2023-11-19T21:52:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:28 smithi088 ceph-mon[110376]: pgmap v352: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T21:52:29.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:28 smithi084 ceph-mon[107669]: pgmap v352: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T21:52:29.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 654 sec 2023-11-19T21:52:30.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 655 sec 2023-11-19T21:52:31.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:30 smithi088 ceph-mon[110376]: pgmap v353: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T21:52:31.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:30 smithi084 ceph-mon[107669]: pgmap v353: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T21:52:31.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 656 sec 2023-11-19T21:52:32.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 657 sec 2023-11-19T21:52:33.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:32 smithi088 ceph-mon[110376]: pgmap v354: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:52:33.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:32 smithi084 ceph-mon[107669]: pgmap v354: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:52:33.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 658 sec 2023-11-19T21:52:34.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 659 sec 2023-11-19T21:52:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:34 smithi088 ceph-mon[110376]: pgmap v355: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:35.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:34 smithi084 ceph-mon[107669]: pgmap v355: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:35.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 660 sec 2023-11-19T21:52:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:36.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:36.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 661 sec 2023-11-19T21:52:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:36 smithi088 ceph-mon[110376]: pgmap v356: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:37.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:36 smithi084 ceph-mon[107669]: pgmap v356: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:37.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 662 sec 2023-11-19T21:52:38.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 663 sec 2023-11-19T21:52:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:38 smithi088 ceph-mon[110376]: pgmap v357: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:39.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:38 smithi084 ceph-mon[107669]: pgmap v357: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 1 op/s 2023-11-19T21:52:39.553 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 664 sec 2023-11-19T21:52:40.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 665 sec 2023-11-19T21:52:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:40 smithi088 ceph-mon[110376]: pgmap v358: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-19T21:52:41.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:40 smithi084 ceph-mon[107669]: pgmap v358: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-19T21:52:41.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 666 sec 2023-11-19T21:52:42.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 667 sec 2023-11-19T21:52:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:42 smithi088 ceph-mon[110376]: pgmap v359: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-19T21:52:43.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:42 smithi084 ceph-mon[107669]: pgmap v359: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-19T21:52:43.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 668 sec 2023-11-19T21:52:44.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 669 sec 2023-11-19T21:52:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:44 smithi088 ceph-mon[110376]: pgmap v360: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-11-19T21:52:45.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:44 smithi084 ceph-mon[107669]: pgmap v360: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-11-19T21:52:45.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 670 sec 2023-11-19T21:52:46.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 671 sec 2023-11-19T21:52:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:46 smithi088 ceph-mon[110376]: pgmap v361: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:47.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:46 smithi084 ceph-mon[107669]: pgmap v361: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:47.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 672 sec 2023-11-19T21:52:48.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 673 sec 2023-11-19T21:52:49.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:48 smithi088 ceph-mon[110376]: pgmap v362: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:49.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:48 smithi084 ceph-mon[107669]: pgmap v362: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:49.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 674 sec 2023-11-19T21:52:50.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 675 sec 2023-11-19T21:52:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:50 smithi088 ceph-mon[110376]: pgmap v363: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:50 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:51.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:50 smithi084 ceph-mon[107669]: pgmap v363: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:51.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:50 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:52:51.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 676 sec 2023-11-19T21:52:52.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 677 sec 2023-11-19T21:52:53.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:52 smithi088 ceph-mon[110376]: pgmap v364: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:53.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:52 smithi084 ceph-mon[107669]: pgmap v364: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:53.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 678 sec 2023-11-19T21:52:54.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 679 sec 2023-11-19T21:52:55.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:54 smithi088 ceph-mon[110376]: pgmap v365: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:55.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:54 smithi084 ceph-mon[107669]: pgmap v365: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:52:55.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 680 sec 2023-11-19T21:52:56.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 681 sec 2023-11-19T21:52:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:56 smithi088 ceph-mon[110376]: pgmap v366: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:56 smithi084 ceph-mon[107669]: pgmap v366: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:57.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 682 sec 2023-11-19T21:52:58.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 683 sec 2023-11-19T21:52:59.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:52:58 smithi084 ceph-mon[107669]: pgmap v367: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:52:58 smithi088 ceph-mon[110376]: pgmap v367: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:52:59.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 684 sec 2023-11-19T21:53:00.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 685 sec 2023-11-19T21:53:01.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:00 smithi084 ceph-mon[107669]: pgmap v368: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:01.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:00 smithi088 ceph-mon[110376]: pgmap v368: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:01.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 686 sec 2023-11-19T21:53:02.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 687 sec 2023-11-19T21:53:03.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:02 smithi084 ceph-mon[107669]: pgmap v369: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:03.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:02 smithi088 ceph-mon[110376]: pgmap v369: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:03.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 688 sec 2023-11-19T21:53:04.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 689 sec 2023-11-19T21:53:05.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:04 smithi088 ceph-mon[110376]: pgmap v370: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:53:05.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:04 smithi084 ceph-mon[107669]: pgmap v370: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:53:05.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 690 sec 2023-11-19T21:53:06.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:06.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:06.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 691 sec 2023-11-19T21:53:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:07 smithi088 ceph-mon[110376]: pgmap v371: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:07.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:07 smithi084 ceph-mon[107669]: pgmap v371: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:07.554 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 692 sec 2023-11-19T21:53:08.555 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 693 sec 2023-11-19T21:53:09.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:09 smithi088 ceph-mon[110376]: pgmap v372: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:09.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:09 smithi084 ceph-mon[107669]: pgmap v372: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:09.555 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 694 sec 2023-11-19T21:53:10.555 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 695 sec 2023-11-19T21:53:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:11 smithi088 ceph-mon[110376]: pgmap v373: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:11.481 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:11 smithi084 ceph-mon[107669]: pgmap v373: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:11.562 INFO:teuthology.orchestra.run.smithi084.stdout: 1 cleanup 696 sec 2023-11-19T21:53:11.935 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch ps' 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: 0 cleanup 697 sec 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: Operation Count AvgLat MaxLat 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: ---------------------------------------- 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: NTCreateX 131062 9.028 96764.523 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: Close 96282 0.123 11.776 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: Rename 5565 11.423 231.563 2023-11-19T21:53:12.488 INFO:teuthology.orchestra.run.smithi084.stdout: Unlink 26480 6.606 116.532 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Qpathinfo 118958 2.705 104.914 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Qfileinfo 20771 0.089 10.323 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Qfsinfo 21804 1.392 65.846 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Sfileinfo 10729 10.491 148.250 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Find 45984 4.896 148.826 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: WriteX 64865 13.470 96678.278 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: ReadX 206063 0.009 5.800 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: LockX 430 0.380 4.277 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: UnlockX 430 0.301 6.164 2023-11-19T21:53:12.489 INFO:teuthology.orchestra.run.smithi084.stdout: Flush 9207 0.002 0.014 2023-11-19T21:53:12.490 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:53:12.490 INFO:teuthology.orchestra.run.smithi084.stdout:Throughput 6.80388 MB/sec 5 clients 5 procs max_latency=96764.531 ms 2023-11-19T21:53:12.491 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-19T21:53:12.546 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-19T21:53:12.619 DEBUG:teuthology.orchestra.run.smithi084:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-19T21:53:12.679 INFO:teuthology.orchestra.run.smithi084.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-19T21:53:12.679 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:53:12.679 INFO:teuthology.orchestra.run.smithi084.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-19T21:53:12.680 INFO:teuthology.orchestra.run.smithi084.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-19T21:53:12.780 INFO:teuthology.orchestra.run.smithi084.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-19T21:53:12.781 INFO:teuthology.orchestra.run.smithi084.stdout:releasing clients 2023-11-19T21:53:12.796 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:12 smithi084 ceph-mon[107669]: pgmap v374: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:12.796 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:12.796 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:12 smithi088 ceph-mon[110376]: pgmap v374: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:14.332 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:53:14.332 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 starting - - - - 2023-11-19T21:53:14.332 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (17m) 11m ago 17m 7037k - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (17m) 6m ago 17m 7180k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 starting - - - - 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (14m) 11m ago 14m 34.5M - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (13m) 6m ago 13m 16.0M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:9283 running (18m) 11m ago 18m 365M - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (12m) 6m ago 17m 519M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (18m) 11m ago 19m 91.3M 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (17m) 6m ago 17m 88.2M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (13m) 11m ago 13m 260M - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (13m) 6m ago 13m 91.5M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 starting - - - - 2023-11-19T21:53:14.333 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (9m) 6m ago 17m 26.0M - 1.3.1 1dbe0e931976 1cf943bc1ff7 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (16m) 11m ago 16m 565M 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (16m) 11m ago 16m 370M 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (16m) 11m ago 16m 207M 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (15m) 11m ago 15m 514M 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (15m) 6m ago 15m 1361M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (15m) 6m ago 15m 1690M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (15m) 6m ago 15m 1375M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (14m) 6m ago 14m 2193M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:53:14.334 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 starting - - - - 2023-11-19T21:53:14.781 INFO:teuthology.orchestra.run.smithi084.stdout: 5 288 16.65 MB/sec execute 1 sec latency 117.569 ms 2023-11-19T21:53:14.862 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:14 smithi084 ceph-mon[107669]: pgmap v375: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.8 KiB/s wr, 0 op/s 2023-11-19T21:53:14.863 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:14 smithi084 ceph-mon[107669]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:53:14.887 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions' 2023-11-19T21:53:14.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:14 smithi088 ceph-mon[110376]: pgmap v375: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.8 KiB/s wr, 0 op/s 2023-11-19T21:53:14.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:14 smithi088 ceph-mon[110376]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:53:15.789 INFO:teuthology.orchestra.run.smithi084.stdout: 5 407 17.62 MB/sec execute 2 sec latency 138.986 ms 2023-11-19T21:53:16.794 INFO:teuthology.orchestra.run.smithi084.stdout: 5 543 18.54 MB/sec execute 3 sec latency 120.557 ms 2023-11-19T21:53:16.960 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:16 smithi084 ceph-mon[107669]: pgmap v376: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.8 KiB/s wr, 0 op/s 2023-11-19T21:53:17.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:16 smithi088 ceph-mon[110376]: pgmap v376: 97 pgs: 97 active+clean; 257 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 6.8 KiB/s wr, 0 op/s 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:53:17.233 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:53:17.234 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:53:17.711 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-19T21:53:17.789 INFO:teuthology.orchestra.run.smithi084.stdout: 5 744 17.46 MB/sec execute 4 sec latency 133.326 ms 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3346834901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:53:18.256 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.257 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:18 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:53:18.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3346834901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:18.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:18 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:53:18.789 INFO:teuthology.orchestra.run.smithi084.stdout: 5 cleanup 5 sec 2023-11-19T21:53:19.291 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:19 smithi084 ceph-mon[107669]: pgmap v377: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 8.4 MiB/s wr, 141 op/s 2023-11-19T21:53:19.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:19 smithi084 ceph-mon[107669]: pgmap v378: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 9.6 MiB/s wr, 163 op/s 2023-11-19T21:53:19.292 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:19 smithi084 ceph-mon[107669]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-19T21:53:19.486 INFO:teuthology.orchestra.run.smithi084.stdout:wait for servicemap items w/ changing names to refresh 2023-11-19T21:53:19.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:19 smithi088 ceph-mon[110376]: pgmap v377: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 8.4 MiB/s wr, 141 op/s 2023-11-19T21:53:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:19 smithi088 ceph-mon[110376]: pgmap v378: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 9.6 MiB/s wr, 163 op/s 2023-11-19T21:53:19.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:19 smithi088 ceph-mon[110376]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-19T21:53:19.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 6 sec 2023-11-19T21:53:19.840 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'sleep 60' 2023-11-19T21:53:20.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 7 sec 2023-11-19T21:53:21.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:21 smithi084 ceph-mon[107669]: pgmap v379: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 9.6 MiB/s wr, 163 op/s 2023-11-19T21:53:21.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:21 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:21.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:21 smithi088 ceph-mon[110376]: pgmap v379: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 9.6 MiB/s wr, 163 op/s 2023-11-19T21:53:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:21 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:53:21.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:21.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 8 sec 2023-11-19T21:53:22.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 9 sec 2023-11-19T21:53:23.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:23 smithi084 ceph-mon[107669]: pgmap v380: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 10 MiB/s wr, 168 op/s 2023-11-19T21:53:23.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:23 smithi088 ceph-mon[110376]: pgmap v380: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 787 B/s rd, 10 MiB/s wr, 168 op/s 2023-11-19T21:53:23.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 10 sec 2023-11-19T21:53:24.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 11 sec 2023-11-19T21:53:25.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:25 smithi084 ceph-mon[107669]: pgmap v381: 97 pgs: 97 active+clean; 270 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 11 MiB/s wr, 242 op/s 2023-11-19T21:53:25.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:25 smithi088 ceph-mon[110376]: pgmap v381: 97 pgs: 97 active+clean; 270 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 11 MiB/s wr, 242 op/s 2023-11-19T21:53:25.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 12 sec 2023-11-19T21:53:26.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 13 sec 2023-11-19T21:53:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:26 smithi088 ceph-mon[110376]: pgmap v382: 97 pgs: 97 active+clean; 260 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 11 MiB/s wr, 246 op/s 2023-11-19T21:53:27.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:26 smithi084 ceph-mon[107669]: pgmap v382: 97 pgs: 97 active+clean; 260 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 11 MiB/s wr, 246 op/s 2023-11-19T21:53:27.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 14 sec 2023-11-19T21:53:28.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 15 sec 2023-11-19T21:53:29.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:29 smithi088 ceph-mon[110376]: pgmap v383: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.1 MiB/s wr, 85 op/s 2023-11-19T21:53:29.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:29 smithi084 ceph-mon[107669]: pgmap v383: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.1 MiB/s wr, 85 op/s 2023-11-19T21:53:29.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 16 sec 2023-11-19T21:53:30.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 17 sec 2023-11-19T21:53:31.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:31 smithi088 ceph-mon[110376]: pgmap v384: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 959 KiB/s wr, 74 op/s 2023-11-19T21:53:31.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:31 smithi084 ceph-mon[107669]: pgmap v384: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 959 KiB/s wr, 74 op/s 2023-11-19T21:53:31.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 18 sec 2023-11-19T21:53:32.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 19 sec 2023-11-19T21:53:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:33 smithi088 ceph-mon[110376]: pgmap v385: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 960 KiB/s wr, 74 op/s 2023-11-19T21:53:33.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:33 smithi084 ceph-mon[107669]: pgmap v385: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 960 KiB/s wr, 74 op/s 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 20 sec 2023-11-19T21:53:34.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 21 sec 2023-11-19T21:53:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:35 smithi088 ceph-mon[110376]: pgmap v386: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 638 KiB/s wr, 71 op/s 2023-11-19T21:53:35.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:35 smithi084 ceph-mon[107669]: pgmap v386: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 638 KiB/s wr, 71 op/s 2023-11-19T21:53:35.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 22 sec 2023-11-19T21:53:36.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:36 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:36.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:36 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:36.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 23 sec 2023-11-19T21:53:37.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:37 smithi088 ceph-mon[110376]: pgmap v387: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 6 op/s 2023-11-19T21:53:37.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:37 smithi084 ceph-mon[107669]: pgmap v387: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 6 op/s 2023-11-19T21:53:37.793 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 24 sec 2023-11-19T21:53:38.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 25 sec 2023-11-19T21:53:39.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:39 smithi088 ceph-mon[110376]: pgmap v388: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-11-19T21:53:39.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:39 smithi084 ceph-mon[107669]: pgmap v388: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-11-19T21:53:39.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 26 sec 2023-11-19T21:53:40.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 27 sec 2023-11-19T21:53:41.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:41 smithi088 ceph-mon[110376]: pgmap v389: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-11-19T21:53:41.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:41 smithi084 ceph-mon[107669]: pgmap v389: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-11-19T21:53:41.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 28 sec 2023-11-19T21:53:42.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 29 sec 2023-11-19T21:53:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:43 smithi088 ceph-mon[110376]: pgmap v390: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-11-19T21:53:43.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:43 smithi084 ceph-mon[107669]: pgmap v390: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-11-19T21:53:43.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 30 sec 2023-11-19T21:53:44.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 31 sec 2023-11-19T21:53:45.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:45 smithi088 ceph-mon[110376]: pgmap v391: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-11-19T21:53:45.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:45 smithi084 ceph-mon[107669]: pgmap v391: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-11-19T21:53:45.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 32 sec 2023-11-19T21:53:46.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 33 sec 2023-11-19T21:53:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:46 smithi088 ceph-mon[110376]: pgmap v392: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:47.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:46 smithi084 ceph-mon[107669]: pgmap v392: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:47.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 34 sec 2023-11-19T21:53:48.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 35 sec 2023-11-19T21:53:49.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:49 smithi088 ceph-mon[110376]: pgmap v393: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:49.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:49 smithi084 ceph-mon[107669]: pgmap v393: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:49.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 36 sec 2023-11-19T21:53:50.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 37 sec 2023-11-19T21:53:51.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:51 smithi088 ceph-mon[110376]: pgmap v394: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:51.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:51 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:51.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:51 smithi084 ceph-mon[107669]: pgmap v394: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:51.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:51 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:53:51.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 38 sec 2023-11-19T21:53:52.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 39 sec 2023-11-19T21:53:53.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:53 smithi088 ceph-mon[110376]: pgmap v395: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:53.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:53 smithi084 ceph-mon[107669]: pgmap v395: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:53.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 40 sec 2023-11-19T21:53:54.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 41 sec 2023-11-19T21:53:55.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:55 smithi088 ceph-mon[110376]: pgmap v396: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:55.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:55 smithi084 ceph-mon[107669]: pgmap v396: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-11-19T21:53:55.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 42 sec 2023-11-19T21:53:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 43 sec 2023-11-19T21:53:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:56 smithi088 ceph-mon[110376]: pgmap v397: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:57.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:56 smithi084 ceph-mon[107669]: pgmap v397: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:57.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 44 sec 2023-11-19T21:53:58.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 45 sec 2023-11-19T21:53:59.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:53:59 smithi088 ceph-mon[110376]: pgmap v398: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:59.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:53:59 smithi084 ceph-mon[107669]: pgmap v398: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:53:59.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 46 sec 2023-11-19T21:54:00.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 47 sec 2023-11-19T21:54:01.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:01 smithi088 ceph-mon[110376]: pgmap v399: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:01.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:01 smithi084 ceph-mon[107669]: pgmap v399: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:01.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 48 sec 2023-11-19T21:54:02.795 INFO:teuthology.orchestra.run.smithi084.stdout: 2 cleanup 49 sec 2023-11-19T21:54:03.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:03 smithi088 ceph-mon[110376]: pgmap v400: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:03.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:03 smithi084 ceph-mon[107669]: pgmap v400: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:03.611 INFO:teuthology.orchestra.run.smithi084.stdout: 0 cleanup 50 sec 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: Operation Count AvgLat MaxLat 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: ---------------------------------------- 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: NTCreateX 529 22.183 138.982 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: Close 495 8.092 38.367 2023-11-19T21:54:03.612 INFO:teuthology.orchestra.run.smithi084.stdout: Rename 14 21.215 80.637 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Unlink 40 8.115 63.256 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Qpathinfo 122 2.612 31.541 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Qfileinfo 320 13.452 37.444 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Qfsinfo 86 3.428 32.006 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Sfileinfo 73 14.017 70.883 2023-11-19T21:54:03.613 INFO:teuthology.orchestra.run.smithi084.stdout: Find 108 12.955 133.319 2023-11-19T21:54:03.614 INFO:teuthology.orchestra.run.smithi084.stdout: WriteX 1549 0.026 0.062 2023-11-19T21:54:03.614 INFO:teuthology.orchestra.run.smithi084.stdout: ReadX 382 0.035 3.573 2023-11-19T21:54:03.614 INFO:teuthology.orchestra.run.smithi084.stdout: Flush 106 13.288 28.250 2023-11-19T21:54:03.614 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-11-19T21:54:03.614 INFO:teuthology.orchestra.run.smithi084.stdout:Throughput 17.4601 MB/sec 5 clients 5 procs max_latency=138.986 ms 2023-11-19T21:54:03.616 DEBUG:teuthology.parallel:result is None 2023-11-19T21:54:05.131 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:05 smithi084 ceph-mon[107669]: pgmap v401: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:06.745 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:06.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:05 smithi088 ceph-mon[110376]: pgmap v401: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:06.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: pgmap v402: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:07 smithi088 ceph-mon[110376]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: pgmap v402: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:07.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:07 smithi084 ceph-mon[107669]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-19T21:54:08.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:08 smithi088 ceph-mon[110376]: pgmap v403: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 95 B/s wr, 0 op/s 2023-11-19T21:54:08.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:08 smithi084 ceph-mon[107669]: pgmap v403: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 95 B/s wr, 0 op/s 2023-11-19T21:54:10.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:10 smithi088 ceph-mon[110376]: pgmap v404: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:54:10.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:10 smithi084 ceph-mon[107669]: pgmap v404: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:54:12.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:12 smithi088 ceph-mon[110376]: pgmap v405: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:54:12.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:12 smithi084 ceph-mon[107669]: pgmap v405: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 2.7 KiB/s wr, 1 op/s 2023-11-19T21:54:14.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:14 smithi088 ceph-mon[110376]: pgmap v406: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 574 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-11-19T21:54:14.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:14 smithi084 ceph-mon[107669]: pgmap v406: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 574 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-11-19T21:54:16.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:16 smithi088 ceph-mon[110376]: pgmap v407: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-11-19T21:54:16.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:16 smithi084 ceph-mon[107669]: pgmap v407: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-11-19T21:54:18.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:18 smithi088 ceph-mon[110376]: pgmap v408: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-11-19T21:54:18.496 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:18 smithi084 ceph-mon[107669]: pgmap v408: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 382 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-11-19T21:54:20.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:20 smithi088 ceph-mon[110376]: pgmap v409: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-11-19T21:54:20.497 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:20 smithi084 ceph-mon[107669]: pgmap v409: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-11-19T21:54:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:21 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:21 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:21.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:21 smithi088 ceph-mon[110376]: pgmap v410: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-11-19T21:54:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:21 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:54:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:21 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:21.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:21 smithi084 ceph-mon[107669]: pgmap v410: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-11-19T21:54:23.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:23 smithi084 ceph-mon[107669]: pgmap v411: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 0 op/s 2023-11-19T21:54:24.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:23 smithi088 ceph-mon[110376]: pgmap v411: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 0 op/s 2023-11-19T21:54:25.997 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:25 smithi084 ceph-mon[107669]: pgmap v412: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:26.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:25 smithi088 ceph-mon[110376]: pgmap v412: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:28.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:27 smithi088 ceph-mon[110376]: pgmap v413: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:28.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:27 smithi084 ceph-mon[107669]: pgmap v413: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:30.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:29 smithi088 ceph-mon[110376]: pgmap v414: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:30.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:29 smithi084 ceph-mon[107669]: pgmap v414: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:32.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:31 smithi088 ceph-mon[110376]: pgmap v415: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:32.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:31 smithi084 ceph-mon[107669]: pgmap v415: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:34.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:33 smithi088 ceph-mon[110376]: pgmap v416: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:34.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:33 smithi084 ceph-mon[107669]: pgmap v416: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:35 smithi088 ceph-mon[110376]: pgmap v417: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:35 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:36.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:35 smithi084 ceph-mon[107669]: pgmap v417: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:36.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:35 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:38.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:37 smithi088 ceph-mon[110376]: pgmap v418: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:38.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:37 smithi084 ceph-mon[107669]: pgmap v418: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:40.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:39 smithi088 ceph-mon[110376]: pgmap v419: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:40.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:39 smithi084 ceph-mon[107669]: pgmap v419: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:41 smithi088 ceph-mon[110376]: pgmap v420: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:42.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:41 smithi084 ceph-mon[107669]: pgmap v420: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:44.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:43 smithi088 ceph-mon[110376]: pgmap v421: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:44.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:43 smithi084 ceph-mon[107669]: pgmap v421: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:46.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:45 smithi088 ceph-mon[110376]: pgmap v422: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:46.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:45 smithi084 ceph-mon[107669]: pgmap v422: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:48.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:47 smithi088 ceph-mon[110376]: pgmap v423: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:48.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:47 smithi084 ceph-mon[107669]: pgmap v423: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:49 smithi088 ceph-mon[110376]: pgmap v424: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:50.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:49 smithi084 ceph-mon[107669]: pgmap v424: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:50 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:51.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:50 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:54:52.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:51 smithi088 ceph-mon[110376]: pgmap v425: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:52.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:51 smithi084 ceph-mon[107669]: pgmap v425: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:53 smithi088 ceph-mon[110376]: pgmap v426: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:54.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:53 smithi084 ceph-mon[107669]: pgmap v426: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:54:56.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:55 smithi088 ceph-mon[110376]: pgmap v427: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:56.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:55 smithi084 ceph-mon[107669]: pgmap v427: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:58.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:57 smithi088 ceph-mon[110376]: pgmap v428: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:54:58.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:57 smithi084 ceph-mon[107669]: pgmap v428: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:00.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:54:59 smithi088 ceph-mon[110376]: pgmap v429: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:00.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:54:59 smithi084 ceph-mon[107669]: pgmap v429: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:02.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:01 smithi088 ceph-mon[110376]: pgmap v430: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:02.246 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:01 smithi084 ceph-mon[107669]: pgmap v430: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:04.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:03 smithi088 ceph-mon[110376]: pgmap v431: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:55:04.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:03 smithi084 ceph-mon[107669]: pgmap v431: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:55:05.240 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch ps' 2023-11-19T21:55:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:05 smithi088 ceph-mon[110376]: pgmap v432: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:06.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:05 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:55:06.239 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:05 smithi084 ceph-mon[107669]: pgmap v432: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:06.240 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:05 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T21:55:06.630 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.smithi084 smithi084 *:9093,9094 running (13m) 59s ago 19m - - 0.23.0 ba2b418f427c f97355230c32 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi084 smithi084 running (19m) 59s ago 19m - - 17.2.0 e1d6a67b021e b421ab41117d 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:crash.smithi088 smithi088 running (19m) 8m ago 19m 7180k - 17.2.0 e1d6a67b021e 3904e2263743 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.smithi084 smithi084 *:3000 running (13m) 59s ago 19m - - 8.3.5 dad864ee21e9 b4f68fbc72c7 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi084.wcvasd smithi084 running (15m) 59s ago 15m - - 17.2.0 e1d6a67b021e 642e243eccfe 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mds.foofs.smithi088.thhvwj smithi088 running (15m) 8m ago 15m 16.0M - 17.2.0 e1d6a67b021e 27bf521f5deb 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi084.tyupxq smithi084 *:8443,9283,8765 running (20m) 59s ago 20m - - 17.2.0 e1d6a67b021e 189051caa53c 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.smithi088.nqqnga smithi088 *:8443,9283 running (14m) 8m ago 19m 519M - 18.0.0-7418-gb0f45a51 8428285bd2b5 a717c14de307 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi084 smithi084 running (20m) 59s ago 20m - 2048M 17.2.0 e1d6a67b021e 2f539e27315a 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:mon.smithi088 smithi088 running (19m) 8m ago 19m 88.2M 2048M 17.2.0 e1d6a67b021e 3b2462003445 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.0.0.smithi084.btlfzz smithi084 *:2049 running (15m) 59s ago 15m - - 4.0 e1d6a67b021e 116f3f0beafc 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:nfs.foo.1.0.smithi088.aphpck smithi088 *:2049 running (15m) 8m ago 15m 91.5M - 4.0 e1d6a67b021e 03de14639b01 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi084 smithi084 *:9100 running (11m) 59s ago 19m - - 1.3.1 1dbe0e931976 cc16ab8511cb 2023-11-19T21:55:06.631 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.smithi088 smithi088 *:9100 running (11m) 8m ago 19m 26.0M - 1.3.1 1dbe0e931976 1cf943bc1ff7 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (18m) 59s ago 18m - 1944M 17.2.0 e1d6a67b021e 7f111c4efa35 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (18m) 59s ago 18m - 1944M 17.2.0 e1d6a67b021e 071e2561a880 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (18m) 59s ago 18m - 1944M 17.2.0 e1d6a67b021e 03aa914c0add 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (17m) 59s ago 17m - 1944M 17.2.0 e1d6a67b021e d9454e997d41 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi088 running (17m) 8m ago 17m 1361M 2712M 17.2.0 e1d6a67b021e cbd36f038cbe 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi088 running (17m) 8m ago 17m 1690M 2712M 17.2.0 e1d6a67b021e a4687ab80bd7 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi088 running (17m) 8m ago 16m 1375M 2712M 17.2.0 e1d6a67b021e 4e97f4687931 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi088 running (16m) 8m ago 16m 2193M 2712M 17.2.0 e1d6a67b021e 9736b45ab9ca 2023-11-19T21:55:06.632 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.smithi084 smithi084 *:9095 running (11m) 59s ago 18m - - 2.33.4 514e6a882f6e 24ac43c910d9 2023-11-19T21:55:06.983 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:06 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:55:06.985 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch upgrade status' 2023-11-19T21:55:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:06 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T21:55:08.130 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:07 smithi084 ceph-mon[107669]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:55:08.130 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:07 smithi084 ceph-mon[107669]: pgmap v433: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:08.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:07 smithi088 ceph-mon[110376]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:55:08.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:07 smithi088 ceph-mon[110376]: pgmap v433: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:08.591 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed.", 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": true 2023-11-19T21:55:08.592 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:55:08.987 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph health detail' 2023-11-19T21:55:09.942 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:09 smithi084 ceph-mon[107669]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:55:09.943 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:09 smithi084 ceph-mon[107669]: pgmap v434: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:10.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:09 smithi088 ceph-mon[110376]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T21:55:10.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:09 smithi088 ceph-mon[110376]: pgmap v434: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:10.744 INFO:teuthology.orchestra.run.smithi084.stdout:HEALTH_WARN Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:55:10.744 INFO:teuthology.orchestra.run.smithi084.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi084.tyupxq on host smithi084 failed. 2023-11-19T21:55:10.744 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrade daemon: mgr.smithi084.tyupxq: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi084.tyupxq ... 2023-11-19T21:55:10.744 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout:Traceback (most recent call last): 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: "__main__", mod_spec) 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: exec(code, run_globals) 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T21:55:10.745 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T21:55:10.746 INFO:teuthology.orchestra.run.smithi084.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T21:55:10.746 INFO:teuthology.orchestra.run.smithi084.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T21:55:11.083 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:10 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/301420085' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:55:11.151 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions' 2023-11-19T21:55:11.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:10 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/301420085' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T21:55:12.088 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:11 smithi084 ceph-mon[107669]: pgmap v435: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:12.088 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:11 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:12.088 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:11 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:11 smithi088 ceph-mon[110376]: pgmap v435: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T21:55:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:11 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:11 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:12.513 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2023-11-19T21:55:12.513 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2023-11-19T21:55:12.513 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": { 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2023-11-19T21:55:12.514 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T21:55:12.515 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T21:55:12.515 INFO:teuthology.orchestra.run.smithi084.stdout: } 2023-11-19T21:55:12.515 INFO:teuthology.orchestra.run.smithi084.stdout:} 2023-11-19T21:55:12.884 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-19T21:55:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:12 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:55:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:12 smithi088 ceph-mon[110376]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:55:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:12 smithi088 ceph-mon[110376]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:12 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/3862597746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:55:13.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:12 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T21:55:13.185 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:12 smithi084 ceph-mon[107669]: from='mgr.24417 172.21.15.88:0/2271877982' entity='mgr.smithi088.nqqnga' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T21:55:13.186 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:13.186 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:12 smithi084 ceph-mon[107669]: from='mgr.24417 ' entity='mgr.smithi088.nqqnga' 2023-11-19T21:55:13.186 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:12 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/3862597746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:55:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:13 smithi088 ceph-mon[110376]: pgmap v436: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:55:14.247 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:13 smithi084 ceph-mon[107669]: pgmap v436: 97 pgs: 97 active+clean; 245 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T21:55:14.256 INFO:teuthology.orchestra.run.smithi084.stdout:false 2023-11-19T21:55:14.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:55:14.608 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/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/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 smithi084 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-19T21:55:14.681 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4e6b687c86394385bf9c4dacbfb77e65 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/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/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 smithi084 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-19T21:55:14.684 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-19T21:55:14.704 INFO:tasks.cephadm:Teardown begin 2023-11-19T21:55:14.704 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:55:14.748 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:55:14.784 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-19T21:55:14.785 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T21:55:14.806 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T21:55:14.845 INFO:tasks.cephadm:Stopping all daemons... 2023-11-19T21:55:14.845 INFO:tasks.cephadm.mon.smithi084:Stopping mon.smithi084... 2023-11-19T21:55:14.845 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084 2023-11-19T21:55:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:14 smithi088 ceph-mon[110376]: from='client.? 172.21.15.84:0/1222851227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:55:15.213 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:14 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:15.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:14 smithi084 ceph-mon[107669]: from='client.? 172.21.15.84:0/1222851227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T21:55:15.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084[107646]: 2023-11-19T21:55:14.971+0000 7f78ac9e5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-19T21:55:15.214 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Nov 19 21:55:14 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi084[107646]: 2023-11-19T21:55:14.971+0000 7f78ac9e5700 -1 mon.smithi084@0(leader) e2 *** Got Signal Terminated *** 2023-11-19T21:55:15.376 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi084.service' 2023-11-19T21:55:15.422 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:15.423 INFO:tasks.cephadm.mon.smithi084:Stopped mon.smithi084 2023-11-19T21:55:15.423 INFO:tasks.cephadm.mon.smithi088:Stopping mon.smithi088... 2023-11-19T21:55:15.423 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi088 2023-11-19T21:55:15.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:15 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:15.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:15 smithi088 bash[135719]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-mon.smithi088" found: no such container 2023-11-19T21:55:15.984 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:55:15.712+0000 7f8c12922700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-19T21:55:15.984 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Nov 19 21:55:15 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-mon-smithi088[110352]: 2023-11-19T21:55:15.712+0000 7f8c12922700 -1 mon.smithi088@1(peon) e2 *** Got Signal Terminated *** 2023-11-19T21:55:16.202 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@mon.smithi088.service' 2023-11-19T21:55:16.250 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:16.250 INFO:tasks.cephadm.mon.smithi088:Stopped mon.smithi088 2023-11-19T21:55:16.251 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-19T21:55:16.251 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.0 2023-11-19T21:55:16.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:16 smithi084 systemd[1]: Stopping Ceph osd.0 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:16.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:55:16.364+0000 7fae92800700 -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-19T21:55:16.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:55:16.364+0000 7fae92800700 -1 osd.0 77 *** Got signal Terminated *** 2023-11-19T21:55:16.747 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:16 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0[120461]: 2023-11-19T21:55:16.364+0000 7fae92800700 -1 osd.0 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:22.247 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:21 smithi084 bash[158189]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-0 2023-11-19T21:55:22.248 INFO:journalctl@ceph.osd.0.smithi084.stdout:Nov 19 21:55:21 smithi084 bash[158239]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.0" found: no such container 2023-11-19T21:55:22.969 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.0.service' 2023-11-19T21:55:23.010 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:23.010 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-19T21:55:23.011 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-19T21:55:23.011 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.1 2023-11-19T21:55:23.247 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:23 smithi084 systemd[1]: Stopping Ceph osd.1 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:23.247 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:55:23.155+0000 7fb35d5f4700 -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-19T21:55:23.247 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:55:23.155+0000 7fb35d5f4700 -1 osd.1 77 *** Got signal Terminated *** 2023-11-19T21:55:23.247 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:23 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1[125209]: 2023-11-19T21:55:23.155+0000 7fb35d5f4700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:28.997 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:28 smithi084 bash[158452]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-1 2023-11-19T21:55:28.997 INFO:journalctl@ceph.osd.1.smithi084.stdout:Nov 19 21:55:28 smithi084 bash[158493]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.1" found: no such container 2023-11-19T21:55:29.801 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.1.service' 2023-11-19T21:55:29.841 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:29.842 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-19T21:55:29.842 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-19T21:55:29.842 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.2 2023-11-19T21:55:30.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:29 smithi084 systemd[1]: Stopping Ceph osd.2 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:30.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:55:29.984+0000 7faf66768700 -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-19T21:55:30.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:55:29.984+0000 7faf66768700 -1 osd.2 77 *** Got signal Terminated *** 2023-11-19T21:55:30.247 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:29 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2[129480]: 2023-11-19T21:55:29.984+0000 7faf66768700 -1 osd.2 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:35.944 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:35 smithi084 bash[158671]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-2 2023-11-19T21:55:35.944 INFO:journalctl@ceph.osd.2.smithi084.stdout:Nov 19 21:55:35 smithi084 bash[158713]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.2" found: no such container 2023-11-19T21:55:36.615 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.2.service' 2023-11-19T21:55:36.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:36.655 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-19T21:55:36.655 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-19T21:55:36.655 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.3 2023-11-19T21:55:36.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:36 smithi084 systemd[1]: Stopping Ceph osd.3 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:36.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:55:36.793+0000 7f1df43bf700 -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-19T21:55:36.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:55:36.793+0000 7f1df43bf700 -1 osd.3 77 *** Got signal Terminated *** 2023-11-19T21:55:36.997 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:36 smithi084 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3[133261]: 2023-11-19T21:55:36.793+0000 7f1df43bf700 -1 osd.3 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:42.887 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:42 smithi084 bash[158893]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-3 2023-11-19T21:55:42.887 INFO:journalctl@ceph.osd.3.smithi084.stdout:Nov 19 21:55:42 smithi084 bash[158972]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.3" found: no such container 2023-11-19T21:55:43.564 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.3.service' 2023-11-19T21:55:43.603 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:43.603 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-19T21:55:43.603 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-19T21:55:43.603 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.4 2023-11-19T21:55:43.888 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 systemd[1]: Stopping Ceph osd.4 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:43.888 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 bash[135917]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-19T21:55:43.888 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:43.734+0000 7f78c0c82700 -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-19T21:55:43.889 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:43.734+0000 7f78c0c82700 -1 osd.4 77 *** Got signal Terminated *** 2023-11-19T21:55:43.889 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:43.734+0000 7f78c0c82700 -1 osd.4 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:43.889 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:43.874+0000 7f78bc61b700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:20.328840+0000 front 2023-11-19T21:55:20.328815+0000 (oldest deadline 2023-11-19T21:55:43.828891+0000) 2023-11-19T21:55:44.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:43 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:43.882+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:45.162 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:44.885+0000 7f78bc61b700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:20.328840+0000 front 2023-11-19T21:55:20.328815+0000 (oldest deadline 2023-11-19T21:55:43.828891+0000) 2023-11-19T21:55:45.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:44 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:44.902+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:46.163 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:45.907+0000 7f78bc61b700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:20.328840+0000 front 2023-11-19T21:55:20.328815+0000 (oldest deadline 2023-11-19T21:55:43.828891+0000) 2023-11-19T21:55:46.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:45 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:45.942+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:46.977 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:46.874+0000 7f78bc61b700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:20.328840+0000 front 2023-11-19T21:55:20.328815+0000 (oldest deadline 2023-11-19T21:55:43.828891+0000) 2023-11-19T21:55:46.978 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:46.659+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:47.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:46 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:46.970+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:47.861 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:47.429+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:47.861 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:47.659+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:48.162 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4[115268]: 2023-11-19T21:55:47.856+0000 7f78bc61b700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:20.328840+0000 front 2023-11-19T21:55:20.328815+0000 (oldest deadline 2023-11-19T21:55:43.828891+0000) 2023-11-19T21:55:48.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:47 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:47.991+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:48.688 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:48.424+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:48.962 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:48.683+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:49.401 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:48 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:48.957+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:49.662 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:49.396+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:49.663 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:49.643+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:49.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:49 smithi088 bash[135930]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-4 2023-11-19T21:55:49.663 INFO:journalctl@ceph.osd.4.smithi088.stdout:Nov 19 21:55:49 smithi088 bash[135972]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-19T21:55:50.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:49 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:49.952+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:50.551 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:50.432+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:50.558 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.4.service' 2023-11-19T21:55:50.597 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:50.597 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-19T21:55:50.598 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-19T21:55:50.598 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.5 2023-11-19T21:55:50.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:50.630+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:50.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:50.630+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:50.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 systemd[1]: Stopping Ceph osd.5 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:50.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 bash[136154]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-19T21:55:50.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:50.769+0000 7f99a3a61700 -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-19T21:55:50.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:50.769+0000 7f99a3a61700 -1 osd.5 77 *** Got signal Terminated *** 2023-11-19T21:55:50.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:50.769+0000 7f99a3a61700 -1 osd.5 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:51.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:50 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:50.939+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:51.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:51.605+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:51.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:51.605+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:51.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:51.431+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:51.914 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:51.431+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:26.652465+0000 front 2023-11-19T21:55:26.652503+0000 (oldest deadline 2023-11-19T21:55:50.752284+0000) 2023-11-19T21:55:52.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:51 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:51.988+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:52.912 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:52.454+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:52.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:52.454+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:26.652465+0000 front 2023-11-19T21:55:26.652503+0000 (oldest deadline 2023-11-19T21:55:50.752284+0000) 2023-11-19T21:55:52.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:52.611+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:52.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:52.611+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:53.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:52.984+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:53.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:52 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:52.984+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:53.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:53.432+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:53.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:53.432+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:26.652465+0000 front 2023-11-19T21:55:26.652503+0000 (oldest deadline 2023-11-19T21:55:50.752284+0000) 2023-11-19T21:55:53.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:53.645+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:53.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:53.645+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:54.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:53.996+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:54.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:53 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:53.996+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:54.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:54.632+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:54.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:54.632+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:54.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:54.453+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:54.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:54 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:54.453+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:26.652465+0000 front 2023-11-19T21:55:26.652503+0000 (oldest deadline 2023-11-19T21:55:50.752284+0000) 2023-11-19T21:55:55.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:55.005+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:55.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:55.005+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:55.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:55.590+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:55.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:55.590+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:55.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:55.456+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.352088+0000 front 2023-11-19T21:55:21.352180+0000 (oldest deadline 2023-11-19T21:55:46.651958+0000) 2023-11-19T21:55:55.913 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:55 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5[118700]: 2023-11-19T21:55:55.456+0000 7f999fbfb700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:26.652465+0000 front 2023-11-19T21:55:26.652503+0000 (oldest deadline 2023-11-19T21:55:50.752284+0000) 2023-11-19T21:55:56.291 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:56.003+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:56.292 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:56.003+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:56.292 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:56.003+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:55:56.635 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:56 smithi088 bash[136167]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-5 2023-11-19T21:55:56.635 INFO:journalctl@ceph.osd.5.smithi088.stdout:Nov 19 21:55:56 smithi088 bash[136210]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-19T21:55:56.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:56.630+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:56.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:56 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:56.630+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:57.358 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:57.047+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:57.358 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:57.047+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:57.359 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:57.047+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:55:57.365 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.5.service' 2023-11-19T21:55:57.406 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:55:57.406 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-19T21:55:57.406 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-19T21:55:57.406 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.6 2023-11-19T21:55:57.647 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 systemd[1]: Stopping Ceph osd.6 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:55:57.647 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 bash[136387]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-19T21:55:57.647 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.568+0000 7fdf4f750700 -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-19T21:55:57.648 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.568+0000 7fdf4f750700 -1 osd.6 77 *** Got signal Terminated *** 2023-11-19T21:55:57.648 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.568+0000 7fdf4f750700 -1 osd.6 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:55:57.912 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.643+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:57.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.643+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:57.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:57 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:57.643+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:33.829245+0000 front 2023-11-19T21:55:33.829180+0000 (oldest deadline 2023-11-19T21:55:57.329190+0000) 2023-11-19T21:55:58.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:58.009+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:58.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:58.009+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:58.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:58.009+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:55:58.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:58.644+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:58.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:58.644+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:58.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:58 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:58.644+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:33.829245+0000 front 2023-11-19T21:55:33.829180+0000 (oldest deadline 2023-11-19T21:55:57.329190+0000) 2023-11-19T21:55:59.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:59.055+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:55:59.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:59.055+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:55:59.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:55:59.055+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:55:59.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:59.604+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:55:59.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:59.604+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:55:59.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:55:59 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:55:59.604+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:33.829245+0000 front 2023-11-19T21:55:33.829180+0000 (oldest deadline 2023-11-19T21:55:57.329190+0000) 2023-11-19T21:56:00.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:00.052+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:00.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:00.052+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:00.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:00.052+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:00.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:00.647+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:56:00.913 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:00.647+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:56:00.914 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:00 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:00.647+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:33.829245+0000 front 2023-11-19T21:55:33.829180+0000 (oldest deadline 2023-11-19T21:55:57.329190+0000) 2023-11-19T21:56:01.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.006+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:01.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.006+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:01.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.006+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:01.969 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:01.663+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:21.126253+0000 front 2023-11-19T21:55:21.126280+0000 (oldest deadline 2023-11-19T21:55:46.426426+0000) 2023-11-19T21:56:01.969 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:01.663+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:27.527456+0000 front 2023-11-19T21:55:27.527609+0000 (oldest deadline 2023-11-19T21:55:49.827511+0000) 2023-11-19T21:56:01.969 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6[122218]: 2023-11-19T21:56:01.663+0000 7fdf4b0e9700 -1 osd.6 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:33.829245+0000 front 2023-11-19T21:55:33.829180+0000 (oldest deadline 2023-11-19T21:55:57.329190+0000) 2023-11-19T21:56:02.412 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.965+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:02.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.965+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:02.413 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:01 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:01.965+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:03.281 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:02.918+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:03.282 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:02.918+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:03.282 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:02 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:02.918+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:03.642 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:03 smithi088 bash[136399]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-6 2023-11-19T21:56:03.643 INFO:journalctl@ceph.osd.6.smithi088.stdout:Nov 19 21:56:03 smithi088 bash[136478]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-19T21:56:04.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:03.891+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:04.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:03.891+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:04.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:03 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:03.891+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:04.338 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.6.service' 2023-11-19T21:56:04.378 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:56:04.379 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-19T21:56:04.379 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-19T21:56:04.379 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.7 2023-11-19T21:56:04.663 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 systemd[1]: Stopping Ceph osd.7 for 53b435fa-8723-11ee-959e-87774f69a715... 2023-11-19T21:56:04.663 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 bash[136655]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-19T21:56:04.663 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.538+0000 7fd86fc18700 -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-19T21:56:04.663 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.538+0000 7fd86fc18700 -1 osd.7 77 *** Got signal Terminated *** 2023-11-19T21:56:04.664 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.538+0000 7fd86fc18700 -1 osd.7 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T21:56:05.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.869+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:05.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.869+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:05.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:04 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:04.869+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:06.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:05.833+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:06.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:05.833+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:06.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:05.833+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:06.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:05 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:05.833+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-19T21:55:38.501036+0000 front 2023-11-19T21:55:38.501049+0000 (oldest deadline 2023-11-19T21:56:04.901670+0000) 2023-11-19T21:56:07.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:06.825+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:07.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:06.825+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:07.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:06.825+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:07.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:06 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:06.825+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-19T21:55:38.501036+0000 front 2023-11-19T21:55:38.501049+0000 (oldest deadline 2023-11-19T21:56:04.901670+0000) 2023-11-19T21:56:08.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:07.875+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:08.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:07.875+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:08.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:07.876+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:08.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:07 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:07.876+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-19T21:55:38.501036+0000 front 2023-11-19T21:55:38.501049+0000 (oldest deadline 2023-11-19T21:56:04.901670+0000) 2023-11-19T21:56:09.162 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:08.871+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6806 osd.0 since back 2023-11-19T21:55:17.597184+0000 front 2023-11-19T21:55:17.596985+0000 (oldest deadline 2023-11-19T21:55:42.897214+0000) 2023-11-19T21:56:09.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:08.871+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6814 osd.1 since back 2023-11-19T21:55:22.897780+0000 front 2023-11-19T21:55:22.897746+0000 (oldest deadline 2023-11-19T21:55:52.898438+0000) 2023-11-19T21:56:09.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:08.871+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6822 osd.2 since back 2023-11-19T21:55:32.899017+0000 front 2023-11-19T21:55:32.898978+0000 (oldest deadline 2023-11-19T21:55:55.798935+0000) 2023-11-19T21:56:09.163 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:08 smithi088 ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7[125706]: 2023-11-19T21:56:08.871+0000 7fd86cdb4700 -1 osd.7 77 heartbeat_check: no reply from 172.21.15.84:6830 osd.3 since back 2023-11-19T21:55:38.501036+0000 front 2023-11-19T21:55:38.501049+0000 (oldest deadline 2023-11-19T21:56:04.901670+0000) 2023-11-19T21:56:10.569 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:10 smithi088 bash[136667]: ceph-53b435fa-8723-11ee-959e-87774f69a715-osd-7 2023-11-19T21:56:10.570 INFO:journalctl@ceph.osd.7.smithi088.stdout:Nov 19 21:56:10 smithi088 bash[136709]: Error: no container with name or ID "ceph-53b435fa-8723-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-19T21:56:11.280 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53b435fa-8723-11ee-959e-87774f69a715@osd.7.service' 2023-11-19T21:56:11.320 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T21:56:11.321 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-19T21:56:11.321 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53b435fa-8723-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T21:56:31.726 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53b435fa-8723-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T21:56:46.576 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:56:46.612 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T21:56:46.642 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-19T21:56:46.645 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi084/crash 2023-11-19T21:56:46.646 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash -- . 2023-11-19T21:56:46.698 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T21:56:46.698 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2023-11-19T21:56:46.700 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi088/crash 2023-11-19T21:56:46.701 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash -- . 2023-11-19T21:56:46.733 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/53b435fa-8723-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T21:56:46.733 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2023-11-19T21:56:46.734 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-19T21:56:46.734 DEBUG:teuthology.orchestra.run.smithi084:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-19T21:56:46.765 INFO:teuthology.orchestra.run.smithi084.stderr:grep: /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-19T21:56:46.767 INFO:tasks.cephadm:Compressing logs... 2023-11-19T21:56:46.767 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-19T21:56:46.809 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:56:46.838 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-19T21:56:46.838 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T21:56:46.838 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi088.log 2023-11-19T21:56:46.838 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.6.log 2023-11-19T21:56:46.839 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi088.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T21:56:46.839 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi088.thhvwj.log 2023-11-19T21:56:46.841 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.7.log 2023-11-19T21:56:46.841 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi088.thhvwj.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.4.log 2023-11-19T21:56:46.841 INFO:teuthology.orchestra.run.smithi088.stderr: 60.3% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi088.thhvwj.log.gz 2023-11-19T21:56:46.841 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi088.nqqnga.log 2023-11-19T21:56:46.842 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T21:56:46.842 INFO:teuthology.orchestra.run.smithi084.stderr:: No such file or directory 2023-11-19T21:56:46.842 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T21:56:46.842 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-19T21:56:46.842 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.3.log 2023-11-19T21:56:46.843 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-19T21:56:46.843 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi084.log 2023-11-19T21:56:46.843 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi084.wcvasd.log 2023-11-19T21:56:46.843 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.4.log: /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi088.nqqnga.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T21:56:46.844 INFO:teuthology.orchestra.run.smithi088.stderr: 91.0% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T21:56:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.5.log 2023-11-19T21:56:46.844 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi084.log: /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi084.wcvasd.log: 84.6% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mds.foofs.smithi084.wcvasd.log.gz 2023-11-19T21:56:46.844 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-19T21:56:46.845 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.1.log: 90.9% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T21:56:46.850 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi084.tyupxq.log 2023-11-19T21:56:46.851 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi084.tyupxq.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T21:56:46.946 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.5.log: 90.4% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi088.nqqnga.log.gz 2023-11-19T21:56:46.986 INFO:teuthology.orchestra.run.smithi084.stderr: 88.5% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mgr.smithi084.tyupxq.log.gz 2023-11-19T21:56:47.181 INFO:teuthology.orchestra.run.smithi088.stderr: 92.4% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi088.log.gz 2023-11-19T21:56:47.750 INFO:teuthology.orchestra.run.smithi084.stderr: 91.7% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-mon.smithi084.log.gz 2023-11-19T21:56:54.143 INFO:teuthology.orchestra.run.smithi084.stderr: 94.5% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-19T21:56:55.845 INFO:teuthology.orchestra.run.smithi088.stderr: 94.0% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.4.log.gz 2023-11-19T21:56:56.917 INFO:teuthology.orchestra.run.smithi088.stderr: 94.3% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.6.log.gz 2023-11-19T21:56:57.771 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-19T21:56:57.853 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.3.log.gz 2023-11-19T21:56:58.333 INFO:teuthology.orchestra.run.smithi084.stderr: 94.3% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-19T21:56:58.335 INFO:teuthology.orchestra.run.smithi084.stderr: 2023-11-19T21:56:58.335 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m11.508s 2023-11-19T21:56:58.335 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m40.121s 2023-11-19T21:56:58.335 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m1.653s 2023-11-19T21:56:59.998 INFO:teuthology.orchestra.run.smithi088.stderr: 94.2% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.5.log.gz 2023-11-19T21:57:02.877 INFO:teuthology.orchestra.run.smithi088.stderr: 94.2% -- replaced with /var/log/ceph/53b435fa-8723-11ee-959e-87774f69a715/ceph-osd.7.log.gz 2023-11-19T21:57:02.879 INFO:teuthology.orchestra.run.smithi088.stderr: 2023-11-19T21:57:02.879 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m16.053s 2023-11-19T21:57:02.879 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m46.868s 2023-11-19T21:57:02.879 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m1.830s 2023-11-19T21:57:02.880 INFO:tasks.cephadm:Archiving logs... 2023-11-19T21:57:02.880 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi084/log 2023-11-19T21:57:02.881 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T21:57:08.413 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi088/log 2023-11-19T21:57:08.414 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T21:57:15.070 INFO:tasks.cephadm:Removing cluster... 2023-11-19T21:57:15.070 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53b435fa-8723-11ee-959e-87774f69a715 --force 2023-11-19T21:57:15.437 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53b435fa-8723-11ee-959e-87774f69a715 --force 2023-11-19T21:57:15.809 INFO:tasks.cephadm:Removing cephadm ... 2023-11-19T21:57:15.809 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T21:57:15.828 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T21:57:15.846 INFO:tasks.cephadm:Teardown complete 2023-11-19T21:57:15.847 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-19T21:57:15.857 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-19T21:57:15.858 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:57:15.871 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:57:15.885 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-11-19T21:57:15.890 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:57:15.890 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-11-19T21:57:15.890 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +3043us[+3115us] +/- 75ms 2023-11-19T21:57:15.891 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -1500us[-1429us] +/- 61ms 2023-11-19T21:57:15.893 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 -974us[ -903us] +/- 71ms 2023-11-19T21:57:15.893 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:57:15.903 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-19T21:57:15.908 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:57:15.909 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-19T21:57:15.909 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +3031us[+3077us] +/- 75ms 2023-11-19T21:57:15.909 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 -1514us[-1468us] +/- 61ms 2023-11-19T21:57:15.909 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 -982us[ -936us] +/- 71ms 2023-11-19T21:57:15.909 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:57:15.910 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-19T21:57:15.919 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-19T21:57:15.919 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-19T21:57:15.928 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T21:57:16.024 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:57:16.115 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T21:57:16.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:57:16.147 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:57:16.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:57:16.179 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-19T21:57:16.191 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-19T21:57:16.200 INFO:teuthology.task.internal:Duration was 1857.407605 seconds 2023-11-19T21:57:16.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-19T21:57:16.209 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-19T21:57:16.210 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T21:57:16.213 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T21:57:16.256 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:57:16.264 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:57:16.510 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-19T21:57:16.511 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2023-11-19T21:57:16.511 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T21:57:16.535 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-11-19T21:57:16.536 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:57:16.559 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-19T21:57:16.559 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T21:57:16.579 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T21:57:16.655 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-19T21:57:16.655 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T21:57:16.657 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T21:57:24.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-19T21:57:24.137 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-19T21:57:24.138 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T21:57:24.165 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T21:57:24.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-19T21:57:24.210 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T21:57:24.212 DEBUG:teuthology.orchestra.run.smithi088:> 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-19T21:57:24.236 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2023-11-19T21:57:24.270 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-11-19T21:57:24.318 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T21:57:24.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:57:24.335 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T21:57:24.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:57:24.376 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-19T21:57:24.387 INFO:teuthology.task.internal:Transferring archived files... 2023-11-19T21:57:24.390 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi084 2023-11-19T21:57:24.390 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T21:57:24.448 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359/remote/smithi088 2023-11-19T21:57:24.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T21:57:24.490 INFO:teuthology.task.internal:Removing archive directory... 2023-11-19T21:57:24.490 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T21:57:24.493 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T21:57:24.542 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-19T21:57:24.554 INFO:teuthology.task.internal:Not uploading archives. 2023-11-19T21:57:24.556 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-19T21:57:24.566 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-19T21:57:24.566 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T21:57:24.569 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T21:57:24.584 INFO:teuthology.orchestra.run.smithi084.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 21:57 /home/ubuntu/cephtest 2023-11-19T21:57:24.600 INFO:teuthology.orchestra.run.smithi088.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 21:57 /home/ubuntu/cephtest 2023-11-19T21:57:24.602 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-19T21:57:24.613 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-19T21:57:24.634 INFO:teuthology.nuke:Checking targets against current locks 2023-11-19T21:57:24.662 DEBUG:teuthology.nuke:shortname: smithi084 2023-11-19T21:57:24.663 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T21:57:24.691 DEBUG:teuthology.nuke:shortname: smithi088 2023-11-19T21:57:24.691 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T21:57:24.694 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359', '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-19 21:17:17.195524', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBML02mHPy5eKyoqGKyNfUcM6eHA0umpErFT4FjXeeRhHfdaqn7eTXufuZB81Msm+Kf7fHvB3d7DPzNW+VuQIHTg='} 2023-11-19T21:57:24.720 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462359', '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-19 21:17:17.196726', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZSRCScAb9WPMeucJUTZdYPM5mt95yhWq62KqTMfnfrJZK3Wdu9TcCu6UtFY6o/W6aUEwHaf4pXgxzkT7PFsQk='} 2023-11-19T21:57:24.748 INFO:teuthology.orchestra.console.smithi084:Power off 2023-11-19T21:57:24.749 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T21:57:24.770 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2023-11-19T21:57:24.772 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:24.787 INFO:teuthology.orchestra.console.smithi088:Power off 2023-11-19T21:57:24.788 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T21:57:24.796 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-11-19T21:57:24.810 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-11-19T21:57:24.810 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:24.832 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-19T21:57:28.797 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:28.833 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:28.908 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-11-19T21:57:28.943 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-19T21:57:32.910 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:32.945 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:33.021 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-11-19T21:57:33.055 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-19T21:57:37.026 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:37.056 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T21:57:37.137 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2023-11-19T21:57:37.166 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-11-19T21:57:37.238 INFO:teuthology.orchestra.console.smithi084:Power off completed 2023-11-19T21:57:37.267 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-11-19T21:57:37.372 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: 1857.4076051712036 failure_reason: 'Command failed on smithi084 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 53b435fa-8723-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4e6b687c86394385bf9c4dacbfb77e65 status: fail success: false 2023-11-19T21:57:37.372 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T21:57:37.459 INFO:teuthology.run:FAIL